From 9857fae4d1136ef2ebfeffaaaf6ba22e1015401a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 11 Dec 2022 15:42:38 +0100 Subject: upgrade actions/core --- node_modules/uuid/dist/umd/uuidVersion.min.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 node_modules/uuid/dist/umd/uuidVersion.min.js (limited to 'node_modules/uuid/dist/umd/uuidVersion.min.js') diff --git a/node_modules/uuid/dist/umd/uuidVersion.min.js b/node_modules/uuid/dist/umd/uuidVersion.min.js new file mode 100644 index 0000000..274bb09 --- /dev/null +++ b/node_modules/uuid/dist/umd/uuidVersion.min.js @@ -0,0 +1 @@ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).uuidVersion=t()}(this,(function(){"use strict";var e=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;return function(t){if(!function(t){return"string"==typeof t&&e.test(t)}(t))throw TypeError("Invalid UUID");return parseInt(t.substr(14,1),16)}})); \ No newline at end of file -- cgit v1.2.3