@gradientedge/cdk-utils 8.33.0 → 8.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (529) hide show
  1. package/app/api-destined-function/node_modules/.bin/mkdirp +17 -0
  2. package/app/api-destined-function/node_modules/.bin/rimraf +17 -0
  3. package/app/api-destined-function/node_modules/.bin/uuid +17 -0
  4. package/app/api-destined-function/package.json +1 -4
  5. package/dist/lib/lambda.d.ts +17 -0
  6. package/dist/lib/lambda.d.ts.map +1 -0
  7. package/dist/lib/lambda.js +32 -0
  8. package/dist/lib/lambda.js.map +1 -0
  9. package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/main.d.ts +2 -0
  10. package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/main.js +2 -0
  11. package/package.json +18 -17
  12. package/pnpm-workspace.yaml +3 -0
  13. package/src/lib/construct/api-to-eventbridge-target-with-sns/main.ts +2 -0
  14. package/app/api-destined-function/layers/nodejs/node_modules/.yarn-integrity +0 -117
  15. package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/LICENSE +0 -21
  16. package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/README.md +0 -16
  17. package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/index.d.mts +0 -10
  18. package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/index.d.ts +0 -79
  19. package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/package.json +0 -54
  20. package/app/api-destined-function/layers/nodejs/node_modules/uuid/LICENSE.md +0 -9
  21. package/app/api-destined-function/layers/nodejs/node_modules/uuid/README.md +0 -462
  22. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/bin/uuid +0 -2
  23. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
  24. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
  25. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
  26. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
  27. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
  28. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
  29. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
  30. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
  31. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
  32. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
  33. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
  34. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
  35. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
  36. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
  37. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
  38. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
  39. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/index.js +0 -9
  40. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  41. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/native.js +0 -4
  42. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  43. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  44. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  45. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/rng.js +0 -18
  46. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  47. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
  48. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  49. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  50. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v35.js +0 -66
  51. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v4.js +0 -29
  52. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  53. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  54. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/version.js +0 -11
  55. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/index.js +0 -9
  56. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/md5.js +0 -13
  57. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/native.js +0 -4
  58. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/nil.js +0 -1
  59. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/parse.js +0 -35
  60. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/regex.js +0 -1
  61. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/rng.js +0 -12
  62. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  63. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/stringify.js +0 -33
  64. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v1.js +0 -95
  65. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v3.js +0 -4
  66. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v35.js +0 -66
  67. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v4.js +0 -29
  68. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v5.js +0 -4
  69. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/validate.js +0 -7
  70. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/version.js +0 -11
  71. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/index.js +0 -79
  72. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/md5-browser.js +0 -223
  73. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/md5.js +0 -23
  74. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/native-browser.js +0 -11
  75. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/native.js +0 -15
  76. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/nil.js +0 -8
  77. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/parse.js +0 -45
  78. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/regex.js +0 -8
  79. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/rng-browser.js +0 -25
  80. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/rng.js +0 -24
  81. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/sha1-browser.js +0 -104
  82. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/sha1.js +0 -23
  83. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/stringify.js +0 -44
  84. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/uuid-bin.js +0 -85
  85. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v1.js +0 -107
  86. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v3.js +0 -16
  87. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v35.js +0 -80
  88. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v4.js +0 -43
  89. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v5.js +0 -16
  90. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/validate.js +0 -17
  91. package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/version.js +0 -21
  92. package/app/api-destined-function/layers/nodejs/node_modules/uuid/package.json +0 -131
  93. package/app/api-destined-function/layers/nodejs/node_modules/uuid/wrapper.mjs +0 -10
  94. package/app/api-destined-function/layers/nodejs/package.json +0 -29
  95. package/app/api-destined-function/node_modules/.yarn-integrity +0 -474
  96. package/app/api-destined-function/node_modules/@types/uuid/LICENSE +0 -21
  97. package/app/api-destined-function/node_modules/@types/uuid/README.md +0 -16
  98. package/app/api-destined-function/node_modules/@types/uuid/index.d.mts +0 -10
  99. package/app/api-destined-function/node_modules/@types/uuid/index.d.ts +0 -79
  100. package/app/api-destined-function/node_modules/@types/uuid/package.json +0 -54
  101. package/app/api-destined-function/node_modules/balanced-match/LICENSE.md +0 -21
  102. package/app/api-destined-function/node_modules/balanced-match/README.md +0 -97
  103. package/app/api-destined-function/node_modules/balanced-match/index.js +0 -62
  104. package/app/api-destined-function/node_modules/balanced-match/package.json +0 -48
  105. package/app/api-destined-function/node_modules/brace-expansion/LICENSE +0 -21
  106. package/app/api-destined-function/node_modules/brace-expansion/README.md +0 -135
  107. package/app/api-destined-function/node_modules/brace-expansion/index.js +0 -203
  108. package/app/api-destined-function/node_modules/brace-expansion/package.json +0 -46
  109. package/app/api-destined-function/node_modules/fs.realpath/LICENSE +0 -43
  110. package/app/api-destined-function/node_modules/fs.realpath/README.md +0 -33
  111. package/app/api-destined-function/node_modules/fs.realpath/index.js +0 -66
  112. package/app/api-destined-function/node_modules/fs.realpath/old.js +0 -303
  113. package/app/api-destined-function/node_modules/fs.realpath/package.json +0 -26
  114. package/app/api-destined-function/node_modules/glob/LICENSE +0 -15
  115. package/app/api-destined-function/node_modules/glob/README.md +0 -1086
  116. package/app/api-destined-function/node_modules/glob/dist/cjs/glob.d.ts +0 -328
  117. package/app/api-destined-function/node_modules/glob/dist/cjs/glob.d.ts.map +0 -1
  118. package/app/api-destined-function/node_modules/glob/dist/cjs/glob.js +0 -228
  119. package/app/api-destined-function/node_modules/glob/dist/cjs/glob.js.map +0 -1
  120. package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.d.ts +0 -14
  121. package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.d.ts.map +0 -1
  122. package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.js +0 -27
  123. package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.js.map +0 -1
  124. package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.d.ts +0 -20
  125. package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.d.ts.map +0 -1
  126. package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.js +0 -103
  127. package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.js.map +0 -1
  128. package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.d.ts +0 -75
  129. package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.d.ts.map +0 -1
  130. package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.js +0 -7
  131. package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.js.map +0 -1
  132. package/app/api-destined-function/node_modules/glob/dist/cjs/index.d.ts +0 -96
  133. package/app/api-destined-function/node_modules/glob/dist/cjs/index.d.ts.map +0 -1
  134. package/app/api-destined-function/node_modules/glob/dist/cjs/index.js +0 -68
  135. package/app/api-destined-function/node_modules/glob/dist/cjs/index.js.map +0 -1
  136. package/app/api-destined-function/node_modules/glob/dist/cjs/package.json +0 -3
  137. package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.d.ts +0 -77
  138. package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.d.ts.map +0 -1
  139. package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.js +0 -219
  140. package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.js.map +0 -1
  141. package/app/api-destined-function/node_modules/glob/dist/cjs/processor.d.ts +0 -59
  142. package/app/api-destined-function/node_modules/glob/dist/cjs/processor.d.ts.map +0 -1
  143. package/app/api-destined-function/node_modules/glob/dist/cjs/processor.js +0 -309
  144. package/app/api-destined-function/node_modules/glob/dist/cjs/processor.js.map +0 -1
  145. package/app/api-destined-function/node_modules/glob/dist/cjs/walker.d.ts +0 -95
  146. package/app/api-destined-function/node_modules/glob/dist/cjs/walker.d.ts.map +0 -1
  147. package/app/api-destined-function/node_modules/glob/dist/cjs/walker.js +0 -360
  148. package/app/api-destined-function/node_modules/glob/dist/cjs/walker.js.map +0 -1
  149. package/app/api-destined-function/node_modules/glob/dist/mjs/glob.d.ts +0 -328
  150. package/app/api-destined-function/node_modules/glob/dist/mjs/glob.d.ts.map +0 -1
  151. package/app/api-destined-function/node_modules/glob/dist/mjs/glob.js +0 -224
  152. package/app/api-destined-function/node_modules/glob/dist/mjs/glob.js.map +0 -1
  153. package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.d.ts +0 -14
  154. package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.d.ts.map +0 -1
  155. package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.js +0 -23
  156. package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.js.map +0 -1
  157. package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.d.ts +0 -20
  158. package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.d.ts.map +0 -1
  159. package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.js +0 -99
  160. package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.js.map +0 -1
  161. package/app/api-destined-function/node_modules/glob/dist/mjs/index.d.ts +0 -96
  162. package/app/api-destined-function/node_modules/glob/dist/mjs/index.d.ts.map +0 -1
  163. package/app/api-destined-function/node_modules/glob/dist/mjs/index.js +0 -55
  164. package/app/api-destined-function/node_modules/glob/dist/mjs/index.js.map +0 -1
  165. package/app/api-destined-function/node_modules/glob/dist/mjs/package.json +0 -3
  166. package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.d.ts +0 -77
  167. package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.d.ts.map +0 -1
  168. package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.js +0 -215
  169. package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.js.map +0 -1
  170. package/app/api-destined-function/node_modules/glob/dist/mjs/processor.d.ts +0 -59
  171. package/app/api-destined-function/node_modules/glob/dist/mjs/processor.d.ts.map +0 -1
  172. package/app/api-destined-function/node_modules/glob/dist/mjs/processor.js +0 -302
  173. package/app/api-destined-function/node_modules/glob/dist/mjs/processor.js.map +0 -1
  174. package/app/api-destined-function/node_modules/glob/dist/mjs/walker.d.ts +0 -95
  175. package/app/api-destined-function/node_modules/glob/dist/mjs/walker.d.ts.map +0 -1
  176. package/app/api-destined-function/node_modules/glob/dist/mjs/walker.js +0 -351
  177. package/app/api-destined-function/node_modules/glob/dist/mjs/walker.js.map +0 -1
  178. package/app/api-destined-function/node_modules/glob/package.json +0 -98
  179. package/app/api-destined-function/node_modules/lru-cache/LICENSE +0 -15
  180. package/app/api-destined-function/node_modules/lru-cache/README.md +0 -1117
  181. package/app/api-destined-function/node_modules/lru-cache/index.d.ts +0 -869
  182. package/app/api-destined-function/node_modules/lru-cache/index.js +0 -1227
  183. package/app/api-destined-function/node_modules/lru-cache/index.mjs +0 -1227
  184. package/app/api-destined-function/node_modules/lru-cache/package.json +0 -96
  185. package/app/api-destined-function/node_modules/minimatch/LICENSE +0 -15
  186. package/app/api-destined-function/node_modules/minimatch/README.md +0 -459
  187. package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +0 -8
  188. package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +0 -1
  189. package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.js +0 -152
  190. package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.js.map +0 -1
  191. package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.d.ts +0 -12
  192. package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.d.ts.map +0 -1
  193. package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.js +0 -22
  194. package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.js.map +0 -1
  195. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.d.ts +0 -42
  196. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +0 -1
  197. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.js +0 -7
  198. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.js.map +0 -1
  199. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.d.ts +0 -92
  200. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.d.ts.map +0 -1
  201. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.js +0 -1304
  202. package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.js.map +0 -1
  203. package/app/api-destined-function/node_modules/minimatch/dist/cjs/package.json +0 -3
  204. package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.d.ts +0 -17
  205. package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.d.ts.map +0 -1
  206. package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.js +0 -24
  207. package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.js.map +0 -1
  208. package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +0 -8
  209. package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +0 -1
  210. package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.js +0 -148
  211. package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.js.map +0 -1
  212. package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.d.ts +0 -12
  213. package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.d.ts.map +0 -1
  214. package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.js +0 -18
  215. package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.js.map +0 -1
  216. package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.d.ts +0 -92
  217. package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.d.ts.map +0 -1
  218. package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.js +0 -1289
  219. package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.js.map +0 -1
  220. package/app/api-destined-function/node_modules/minimatch/dist/mjs/package.json +0 -3
  221. package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.d.ts +0 -17
  222. package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.d.ts.map +0 -1
  223. package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.js +0 -20
  224. package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.js.map +0 -1
  225. package/app/api-destined-function/node_modules/minimatch/package.json +0 -86
  226. package/app/api-destined-function/node_modules/minipass/LICENSE +0 -15
  227. package/app/api-destined-function/node_modules/minipass/README.md +0 -769
  228. package/app/api-destined-function/node_modules/minipass/index.d.ts +0 -150
  229. package/app/api-destined-function/node_modules/minipass/index.js +0 -702
  230. package/app/api-destined-function/node_modules/minipass/index.mjs +0 -702
  231. package/app/api-destined-function/node_modules/minipass/package.json +0 -76
  232. package/app/api-destined-function/node_modules/mkdirp/LICENSE +0 -21
  233. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/package.json +0 -91
  234. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.d.ts +0 -3
  235. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.d.ts.map +0 -1
  236. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.js +0 -80
  237. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.js.map +0 -1
  238. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.d.ts +0 -4
  239. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.d.ts.map +0 -1
  240. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.js +0 -35
  241. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.js.map +0 -1
  242. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.d.ts +0 -75
  243. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.d.ts.map +0 -1
  244. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.js +0 -7
  245. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.js.map +0 -1
  246. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.d.ts +0 -31
  247. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.d.ts.map +0 -1
  248. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.js +0 -49
  249. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.js.map +0 -1
  250. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts +0 -6
  251. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts.map +0 -1
  252. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js +0 -79
  253. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js.map +0 -1
  254. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts +0 -6
  255. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts.map +0 -1
  256. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.js +0 -50
  257. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.js.map +0 -1
  258. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts +0 -42
  259. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts.map +0 -1
  260. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.js +0 -38
  261. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.js.map +0 -1
  262. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts +0 -2
  263. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts.map +0 -1
  264. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.js +0 -28
  265. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.js.map +0 -1
  266. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.d.ts +0 -6
  267. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.d.ts.map +0 -1
  268. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.js +0 -17
  269. package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.js.map +0 -1
  270. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.d.ts +0 -4
  271. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.d.ts.map +0 -1
  272. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.js +0 -30
  273. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.js.map +0 -1
  274. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.d.ts +0 -31
  275. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.d.ts.map +0 -1
  276. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.js +0 -39
  277. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.js.map +0 -1
  278. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts +0 -6
  279. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts.map +0 -1
  280. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.js +0 -75
  281. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.js.map +0 -1
  282. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts +0 -6
  283. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts.map +0 -1
  284. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.js +0 -46
  285. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.js.map +0 -1
  286. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.d.ts +0 -42
  287. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.d.ts.map +0 -1
  288. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.js +0 -34
  289. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.js.map +0 -1
  290. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/package.json +0 -3
  291. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.d.ts +0 -2
  292. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.d.ts.map +0 -1
  293. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.js +0 -24
  294. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.js.map +0 -1
  295. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.d.ts +0 -6
  296. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.d.ts.map +0 -1
  297. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.js +0 -14
  298. package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.js.map +0 -1
  299. package/app/api-destined-function/node_modules/mkdirp/package.json +0 -91
  300. package/app/api-destined-function/node_modules/mkdirp/readme.markdown +0 -281
  301. package/app/api-destined-function/node_modules/path-scurry/LICENSE.md +0 -55
  302. package/app/api-destined-function/node_modules/path-scurry/README.md +0 -559
  303. package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.d.ts +0 -1055
  304. package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.d.ts.map +0 -1
  305. package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.js +0 -1865
  306. package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.js.map +0 -1
  307. package/app/api-destined-function/node_modules/path-scurry/dist/cjs/package.json +0 -3
  308. package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.d.ts +0 -1055
  309. package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.d.ts.map +0 -1
  310. package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.js +0 -1827
  311. package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.js.map +0 -1
  312. package/app/api-destined-function/node_modules/path-scurry/dist/mjs/package.json +0 -3
  313. package/app/api-destined-function/node_modules/path-scurry/package.json +0 -87
  314. package/app/api-destined-function/node_modules/rimraf/LICENSE +0 -15
  315. package/app/api-destined-function/node_modules/rimraf/README.md +0 -214
  316. package/app/api-destined-function/node_modules/rimraf/dist/cjs/package.json +0 -84
  317. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.d.ts +0 -8
  318. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.d.ts.map +0 -1
  319. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.js +0 -260
  320. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.js.map +0 -1
  321. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.d.ts +0 -3
  322. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.d.ts.map +0 -1
  323. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.js +0 -61
  324. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.js.map +0 -1
  325. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.d.ts +0 -3
  326. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.d.ts.map +0 -1
  327. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.js +0 -58
  328. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.js.map +0 -1
  329. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.d.ts +0 -17
  330. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.d.ts.map +0 -1
  331. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.js +0 -46
  332. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.js.map +0 -1
  333. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.d.ts +0 -3
  334. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.d.ts.map +0 -1
  335. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.js +0 -21
  336. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.js.map +0 -1
  337. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.d.ts +0 -57
  338. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.d.ts.map +0 -1
  339. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.js +0 -7
  340. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.js.map +0 -1
  341. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.d.ts +0 -71
  342. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.d.ts.map +0 -1
  343. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.js +0 -92
  344. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.js.map +0 -1
  345. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.d.ts +0 -17
  346. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.d.ts.map +0 -1
  347. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.js +0 -36
  348. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.js.map +0 -1
  349. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.d.ts +0 -4
  350. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.d.ts.map +0 -1
  351. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.js +0 -54
  352. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.js.map +0 -1
  353. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.d.ts +0 -3
  354. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.d.ts.map +0 -1
  355. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.js +0 -4
  356. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.js.map +0 -1
  357. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.d.ts +0 -5
  358. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.d.ts.map +0 -1
  359. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.js +0 -19
  360. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.js.map +0 -1
  361. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.d.ts +0 -8
  362. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.d.ts.map +0 -1
  363. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.js +0 -68
  364. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.js.map +0 -1
  365. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.d.ts +0 -3
  366. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.d.ts.map +0 -1
  367. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.js +0 -12
  368. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.js.map +0 -1
  369. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.d.ts +0 -4
  370. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.d.ts.map +0 -1
  371. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.js +0 -192
  372. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.js.map +0 -1
  373. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.d.ts +0 -4
  374. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.d.ts.map +0 -1
  375. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.js +0 -24
  376. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.js.map +0 -1
  377. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.d.ts +0 -4
  378. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.d.ts.map +0 -1
  379. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.js +0 -123
  380. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.js.map +0 -1
  381. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.d.ts +0 -4
  382. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.d.ts.map +0 -1
  383. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.js +0 -182
  384. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.js.map +0 -1
  385. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.d.ts +0 -4
  386. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.d.ts.map +0 -1
  387. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.js +0 -19
  388. package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.js.map +0 -1
  389. package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.d.ts +0 -3
  390. package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.d.ts.map +0 -1
  391. package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.js +0 -55
  392. package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.js.map +0 -1
  393. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.d.ts +0 -3
  394. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.d.ts.map +0 -1
  395. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.js +0 -53
  396. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.js.map +0 -1
  397. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.d.ts +0 -17
  398. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.d.ts.map +0 -1
  399. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.js +0 -31
  400. package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.js.map +0 -1
  401. package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.d.ts +0 -3
  402. package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.d.ts.map +0 -1
  403. package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.js +0 -16
  404. package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.js.map +0 -1
  405. package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.d.ts +0 -71
  406. package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.d.ts.map +0 -1
  407. package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.js +0 -84
  408. package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.js.map +0 -1
  409. package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.d.ts +0 -17
  410. package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.d.ts.map +0 -1
  411. package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.js +0 -31
  412. package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.js.map +0 -1
  413. package/app/api-destined-function/node_modules/rimraf/dist/mjs/package.json +0 -4
  414. package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.d.ts +0 -4
  415. package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.d.ts.map +0 -1
  416. package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.js +0 -49
  417. package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.js.map +0 -1
  418. package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.d.ts +0 -3
  419. package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.d.ts.map +0 -1
  420. package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.js +0 -2
  421. package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.js.map +0 -1
  422. package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.d.ts +0 -5
  423. package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.d.ts.map +0 -1
  424. package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.js +0 -14
  425. package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.js.map +0 -1
  426. package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.d.ts +0 -8
  427. package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.d.ts.map +0 -1
  428. package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.js +0 -63
  429. package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.js.map +0 -1
  430. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.d.ts +0 -3
  431. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.d.ts.map +0 -1
  432. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.js +0 -6
  433. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.js.map +0 -1
  434. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.d.ts +0 -4
  435. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.d.ts.map +0 -1
  436. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.js +0 -187
  437. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.js.map +0 -1
  438. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.d.ts +0 -4
  439. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.d.ts.map +0 -1
  440. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.js +0 -19
  441. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.js.map +0 -1
  442. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.d.ts +0 -4
  443. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.d.ts.map +0 -1
  444. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.js +0 -118
  445. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.js.map +0 -1
  446. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.d.ts +0 -4
  447. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.d.ts.map +0 -1
  448. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.js +0 -177
  449. package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.js.map +0 -1
  450. package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.d.ts +0 -4
  451. package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.d.ts.map +0 -1
  452. package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.js +0 -13
  453. package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.js.map +0 -1
  454. package/app/api-destined-function/node_modules/rimraf/package.json +0 -84
  455. package/app/api-destined-function/node_modules/uuid/LICENSE.md +0 -9
  456. package/app/api-destined-function/node_modules/uuid/README.md +0 -462
  457. package/app/api-destined-function/node_modules/uuid/dist/bin/uuid +0 -2
  458. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
  459. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
  460. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
  461. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
  462. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
  463. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
  464. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
  465. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
  466. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
  467. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
  468. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
  469. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
  470. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
  471. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
  472. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
  473. package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
  474. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/index.js +0 -9
  475. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  476. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/native.js +0 -4
  477. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  478. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  479. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  480. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/rng.js +0 -18
  481. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  482. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
  483. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  484. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  485. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v35.js +0 -66
  486. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v4.js +0 -29
  487. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  488. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  489. package/app/api-destined-function/node_modules/uuid/dist/esm-browser/version.js +0 -11
  490. package/app/api-destined-function/node_modules/uuid/dist/esm-node/index.js +0 -9
  491. package/app/api-destined-function/node_modules/uuid/dist/esm-node/md5.js +0 -13
  492. package/app/api-destined-function/node_modules/uuid/dist/esm-node/native.js +0 -4
  493. package/app/api-destined-function/node_modules/uuid/dist/esm-node/nil.js +0 -1
  494. package/app/api-destined-function/node_modules/uuid/dist/esm-node/parse.js +0 -35
  495. package/app/api-destined-function/node_modules/uuid/dist/esm-node/regex.js +0 -1
  496. package/app/api-destined-function/node_modules/uuid/dist/esm-node/rng.js +0 -12
  497. package/app/api-destined-function/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  498. package/app/api-destined-function/node_modules/uuid/dist/esm-node/stringify.js +0 -33
  499. package/app/api-destined-function/node_modules/uuid/dist/esm-node/v1.js +0 -95
  500. package/app/api-destined-function/node_modules/uuid/dist/esm-node/v3.js +0 -4
  501. package/app/api-destined-function/node_modules/uuid/dist/esm-node/v35.js +0 -66
  502. package/app/api-destined-function/node_modules/uuid/dist/esm-node/v4.js +0 -29
  503. package/app/api-destined-function/node_modules/uuid/dist/esm-node/v5.js +0 -4
  504. package/app/api-destined-function/node_modules/uuid/dist/esm-node/validate.js +0 -7
  505. package/app/api-destined-function/node_modules/uuid/dist/esm-node/version.js +0 -11
  506. package/app/api-destined-function/node_modules/uuid/dist/index.js +0 -79
  507. package/app/api-destined-function/node_modules/uuid/dist/md5-browser.js +0 -223
  508. package/app/api-destined-function/node_modules/uuid/dist/md5.js +0 -23
  509. package/app/api-destined-function/node_modules/uuid/dist/native-browser.js +0 -11
  510. package/app/api-destined-function/node_modules/uuid/dist/native.js +0 -15
  511. package/app/api-destined-function/node_modules/uuid/dist/nil.js +0 -8
  512. package/app/api-destined-function/node_modules/uuid/dist/parse.js +0 -45
  513. package/app/api-destined-function/node_modules/uuid/dist/regex.js +0 -8
  514. package/app/api-destined-function/node_modules/uuid/dist/rng-browser.js +0 -25
  515. package/app/api-destined-function/node_modules/uuid/dist/rng.js +0 -24
  516. package/app/api-destined-function/node_modules/uuid/dist/sha1-browser.js +0 -104
  517. package/app/api-destined-function/node_modules/uuid/dist/sha1.js +0 -23
  518. package/app/api-destined-function/node_modules/uuid/dist/stringify.js +0 -44
  519. package/app/api-destined-function/node_modules/uuid/dist/uuid-bin.js +0 -85
  520. package/app/api-destined-function/node_modules/uuid/dist/v1.js +0 -107
  521. package/app/api-destined-function/node_modules/uuid/dist/v3.js +0 -16
  522. package/app/api-destined-function/node_modules/uuid/dist/v35.js +0 -80
  523. package/app/api-destined-function/node_modules/uuid/dist/v4.js +0 -43
  524. package/app/api-destined-function/node_modules/uuid/dist/v5.js +0 -16
  525. package/app/api-destined-function/node_modules/uuid/dist/validate.js +0 -17
  526. package/app/api-destined-function/node_modules/uuid/dist/version.js +0 -21
  527. package/app/api-destined-function/node_modules/uuid/package.json +0 -131
  528. package/app/api-destined-function/node_modules/uuid/wrapper.mjs +0 -10
  529. package/lerna.json +0 -6
@@ -1,462 +0,0 @@
1
- <!--
2
- -- This file is auto-generated from README_js.md. Changes should be made there.
3
- -->
4
-
5
- # uuid [![CI](https://github.com/uuidjs/uuid/workflows/CI/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ACI) [![Browser](https://github.com/uuidjs/uuid/workflows/Browser/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ABrowser)
6
-
7
- For the creation of [RFC4122](https://www.ietf.org/rfc/rfc4122.txt) UUIDs
8
-
9
- - **Complete** - Support for RFC4122 version 1, 3, 4, and 5 UUIDs
10
- - **Cross-platform** - Support for ...
11
- - CommonJS, [ECMAScript Modules](#ecmascript-modules) and [CDN builds](#cdn-builds)
12
- - Node 12, 14, 16, 18
13
- - Chrome, Safari, Firefox, Edge browsers
14
- - Webpack and rollup.js module bundlers
15
- - [React Native / Expo](#react-native--expo)
16
- - **Secure** - Cryptographically-strong random values
17
- - **Small** - Zero-dependency, small footprint, plays nice with "tree shaking" packagers
18
- - **CLI** - Includes the [`uuid` command line](#command-line) utility
19
-
20
- **Upgrading from `uuid@3`?** Your code is probably okay, but check out [Upgrading From `uuid@3`](#upgrading-from-uuid3) for details.
21
-
22
- ## Quickstart
23
-
24
- To create a random UUID...
25
-
26
- **1. Install**
27
-
28
- ```shell
29
- npm install uuid
30
- ```
31
-
32
- **2. Create a UUID** (ES6 module syntax)
33
-
34
- ```javascript
35
- import { v4 as uuidv4 } from 'uuid';
36
- uuidv4(); // ⇨ '9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d'
37
- ```
38
-
39
- ... or using CommonJS syntax:
40
-
41
- ```javascript
42
- const { v4: uuidv4 } = require('uuid');
43
- uuidv4(); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed'
44
- ```
45
-
46
- For timestamp UUIDs, namespace UUIDs, and other options read on ...
47
-
48
- ## API Summary
49
-
50
- | | | |
51
- | --- | --- | --- |
52
- | [`uuid.NIL`](#uuidnil) | The nil UUID string (all zeros) | New in `uuid@8.3` |
53
- | [`uuid.parse()`](#uuidparsestr) | Convert UUID string to array of bytes | New in `uuid@8.3` |
54
- | [`uuid.stringify()`](#uuidstringifyarr-offset) | Convert array of bytes to UUID string | New in `uuid@8.3` |
55
- | [`uuid.v1()`](#uuidv1options-buffer-offset) | Create a version 1 (timestamp) UUID | |
56
- | [`uuid.v3()`](#uuidv3name-namespace-buffer-offset) | Create a version 3 (namespace w/ MD5) UUID | |
57
- | [`uuid.v4()`](#uuidv4options-buffer-offset) | Create a version 4 (random) UUID | |
58
- | [`uuid.v5()`](#uuidv5name-namespace-buffer-offset) | Create a version 5 (namespace w/ SHA-1) UUID | |
59
- | [`uuid.validate()`](#uuidvalidatestr) | Test a string to see if it is a valid UUID | New in `uuid@8.3` |
60
- | [`uuid.version()`](#uuidversionstr) | Detect RFC version of a UUID | New in `uuid@8.3` |
61
-
62
- ## API
63
-
64
- ### uuid.NIL
65
-
66
- The nil UUID string (all zeros).
67
-
68
- Example:
69
-
70
- ```javascript
71
- import { NIL as NIL_UUID } from 'uuid';
72
-
73
- NIL_UUID; // ⇨ '00000000-0000-0000-0000-000000000000'
74
- ```
75
-
76
- ### uuid.parse(str)
77
-
78
- Convert UUID string to array of bytes
79
-
80
- | | |
81
- | --------- | ---------------------------------------- |
82
- | `str` | A valid UUID `String` |
83
- | _returns_ | `Uint8Array[16]` |
84
- | _throws_ | `TypeError` if `str` is not a valid UUID |
85
-
86
- Note: Ordering of values in the byte arrays used by `parse()` and `stringify()` follows the left &Rarr; right order of hex-pairs in UUID strings. As shown in the example below.
87
-
88
- Example:
89
-
90
- ```javascript
91
- import { parse as uuidParse } from 'uuid';
92
-
93
- // Parse a UUID
94
- const bytes = uuidParse('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b');
95
-
96
- // Convert to hex strings to show byte order (for documentation purposes)
97
- [...bytes].map((v) => v.toString(16).padStart(2, '0')); // ⇨
98
- // [
99
- // '6e', 'c0', 'bd', '7f',
100
- // '11', 'c0', '43', 'da',
101
- // '97', '5e', '2a', '8a',
102
- // 'd9', 'eb', 'ae', '0b'
103
- // ]
104
- ```
105
-
106
- ### uuid.stringify(arr[, offset])
107
-
108
- Convert array of bytes to UUID string
109
-
110
- | | |
111
- | -------------- | ---------------------------------------------------------------------------- |
112
- | `arr` | `Array`-like collection of 16 values (starting from `offset`) between 0-255. |
113
- | [`offset` = 0] | `Number` Starting index in the Array |
114
- | _returns_ | `String` |
115
- | _throws_ | `TypeError` if a valid UUID string cannot be generated |
116
-
117
- Note: Ordering of values in the byte arrays used by `parse()` and `stringify()` follows the left &Rarr; right order of hex-pairs in UUID strings. As shown in the example below.
118
-
119
- Example:
120
-
121
- ```javascript
122
- import { stringify as uuidStringify } from 'uuid';
123
-
124
- const uuidBytes = [
125
- 0x6e, 0xc0, 0xbd, 0x7f, 0x11, 0xc0, 0x43, 0xda, 0x97, 0x5e, 0x2a, 0x8a, 0xd9, 0xeb, 0xae, 0x0b,
126
- ];
127
-
128
- uuidStringify(uuidBytes); // ⇨ '6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'
129
- ```
130
-
131
- ### uuid.v1([options[, buffer[, offset]]])
132
-
133
- Create an RFC version 1 (timestamp) UUID
134
-
135
- | | |
136
- | --- | --- |
137
- | [`options`] | `Object` with one or more of the following properties: |
138
- | [`options.node` ] | RFC "node" field as an `Array[6]` of byte values (per 4.1.6) |
139
- | [`options.clockseq`] | RFC "clock sequence" as a `Number` between 0 - 0x3fff |
140
- | [`options.msecs`] | RFC "timestamp" field (`Number` of milliseconds, unix epoch) |
141
- | [`options.nsecs`] | RFC "timestamp" field (`Number` of nanseconds to add to `msecs`, should be 0-10,000) |
142
- | [`options.random`] | `Array` of 16 random bytes (0-255) |
143
- | [`options.rng`] | Alternative to `options.random`, a `Function` that returns an `Array` of 16 random bytes (0-255) |
144
- | [`buffer`] | `Array \| Buffer` If specified, uuid will be written here in byte-form, starting at `offset` |
145
- | [`offset` = 0] | `Number` Index to start writing UUID bytes in `buffer` |
146
- | _returns_ | UUID `String` if no `buffer` is specified, otherwise returns `buffer` |
147
- | _throws_ | `Error` if more than 10M UUIDs/sec are requested |
148
-
149
- Note: The default [node id](https://tools.ietf.org/html/rfc4122#section-4.1.6) (the last 12 digits in the UUID) is generated once, randomly, on process startup, and then remains unchanged for the duration of the process.
150
-
151
- Note: `options.random` and `options.rng` are only meaningful on the very first call to `v1()`, where they may be passed to initialize the internal `node` and `clockseq` fields.
152
-
153
- Example:
154
-
155
- ```javascript
156
- import { v1 as uuidv1 } from 'uuid';
157
-
158
- uuidv1(); // ⇨ '2c5ea4c0-4067-11e9-8bad-9b1deb4d3b7d'
159
- ```
160
-
161
- Example using `options`:
162
-
163
- ```javascript
164
- import { v1 as uuidv1 } from 'uuid';
165
-
166
- const v1options = {
167
- node: [0x01, 0x23, 0x45, 0x67, 0x89, 0xab],
168
- clockseq: 0x1234,
169
- msecs: new Date('2011-11-01').getTime(),
170
- nsecs: 5678,
171
- };
172
- uuidv1(v1options); // ⇨ '710b962e-041c-11e1-9234-0123456789ab'
173
- ```
174
-
175
- ### uuid.v3(name, namespace[, buffer[, offset]])
176
-
177
- Create an RFC version 3 (namespace w/ MD5) UUID
178
-
179
- API is identical to `v5()`, but uses "v3" instead.
180
-
181
- &#x26a0;&#xfe0f; Note: Per the RFC, "_If backward compatibility is not an issue, SHA-1 [Version 5] is preferred_."
182
-
183
- ### uuid.v4([options[, buffer[, offset]]])
184
-
185
- Create an RFC version 4 (random) UUID
186
-
187
- | | |
188
- | --- | --- |
189
- | [`options`] | `Object` with one or more of the following properties: |
190
- | [`options.random`] | `Array` of 16 random bytes (0-255) |
191
- | [`options.rng`] | Alternative to `options.random`, a `Function` that returns an `Array` of 16 random bytes (0-255) |
192
- | [`buffer`] | `Array \| Buffer` If specified, uuid will be written here in byte-form, starting at `offset` |
193
- | [`offset` = 0] | `Number` Index to start writing UUID bytes in `buffer` |
194
- | _returns_ | UUID `String` if no `buffer` is specified, otherwise returns `buffer` |
195
-
196
- Example:
197
-
198
- ```javascript
199
- import { v4 as uuidv4 } from 'uuid';
200
-
201
- uuidv4(); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed'
202
- ```
203
-
204
- Example using predefined `random` values:
205
-
206
- ```javascript
207
- import { v4 as uuidv4 } from 'uuid';
208
-
209
- const v4options = {
210
- random: [
211
- 0x10, 0x91, 0x56, 0xbe, 0xc4, 0xfb, 0xc1, 0xea, 0x71, 0xb4, 0xef, 0xe1, 0x67, 0x1c, 0x58, 0x36,
212
- ],
213
- };
214
- uuidv4(v4options); // ⇨ '109156be-c4fb-41ea-b1b4-efe1671c5836'
215
- ```
216
-
217
- ### uuid.v5(name, namespace[, buffer[, offset]])
218
-
219
- Create an RFC version 5 (namespace w/ SHA-1) UUID
220
-
221
- | | |
222
- | --- | --- |
223
- | `name` | `String \| Array` |
224
- | `namespace` | `String \| Array[16]` Namespace UUID |
225
- | [`buffer`] | `Array \| Buffer` If specified, uuid will be written here in byte-form, starting at `offset` |
226
- | [`offset` = 0] | `Number` Index to start writing UUID bytes in `buffer` |
227
- | _returns_ | UUID `String` if no `buffer` is specified, otherwise returns `buffer` |
228
-
229
- Note: The RFC `DNS` and `URL` namespaces are available as `v5.DNS` and `v5.URL`.
230
-
231
- Example with custom namespace:
232
-
233
- ```javascript
234
- import { v5 as uuidv5 } from 'uuid';
235
-
236
- // Define a custom namespace. Readers, create your own using something like
237
- // https://www.uuidgenerator.net/
238
- const MY_NAMESPACE = '1b671a64-40d5-491e-99b0-da01ff1f3341';
239
-
240
- uuidv5('Hello, World!', MY_NAMESPACE); // ⇨ '630eb68f-e0fa-5ecc-887a-7c7a62614681'
241
- ```
242
-
243
- Example with RFC `URL` namespace:
244
-
245
- ```javascript
246
- import { v5 as uuidv5 } from 'uuid';
247
-
248
- uuidv5('https://www.w3.org/', uuidv5.URL); // ⇨ 'c106a26a-21bb-5538-8bf2-57095d1976c1'
249
- ```
250
-
251
- ### uuid.validate(str)
252
-
253
- Test a string to see if it is a valid UUID
254
-
255
- | | |
256
- | --------- | --------------------------------------------------- |
257
- | `str` | `String` to validate |
258
- | _returns_ | `true` if string is a valid UUID, `false` otherwise |
259
-
260
- Example:
261
-
262
- ```javascript
263
- import { validate as uuidValidate } from 'uuid';
264
-
265
- uuidValidate('not a UUID'); // ⇨ false
266
- uuidValidate('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); // ⇨ true
267
- ```
268
-
269
- Using `validate` and `version` together it is possible to do per-version validation, e.g. validate for only v4 UUIds.
270
-
271
- ```javascript
272
- import { version as uuidVersion } from 'uuid';
273
- import { validate as uuidValidate } from 'uuid';
274
-
275
- function uuidValidateV4(uuid) {
276
- return uuidValidate(uuid) && uuidVersion(uuid) === 4;
277
- }
278
-
279
- const v1Uuid = 'd9428888-122b-11e1-b85c-61cd3cbb3210';
280
- const v4Uuid = '109156be-c4fb-41ea-b1b4-efe1671c5836';
281
-
282
- uuidValidateV4(v4Uuid); // ⇨ true
283
- uuidValidateV4(v1Uuid); // ⇨ false
284
- ```
285
-
286
- ### uuid.version(str)
287
-
288
- Detect RFC version of a UUID
289
-
290
- | | |
291
- | --------- | ---------------------------------------- |
292
- | `str` | A valid UUID `String` |
293
- | _returns_ | `Number` The RFC version of the UUID |
294
- | _throws_ | `TypeError` if `str` is not a valid UUID |
295
-
296
- Example:
297
-
298
- ```javascript
299
- import { version as uuidVersion } from 'uuid';
300
-
301
- uuidVersion('45637ec4-c85f-11ea-87d0-0242ac130003'); // ⇨ 1
302
- uuidVersion('6ec0bd7f-11c0-43da-975e-2a8ad9ebae0b'); // ⇨ 4
303
- ```
304
-
305
- ## Command Line
306
-
307
- UUIDs can be generated from the command line using `uuid`.
308
-
309
- ```shell
310
- $ npx uuid
311
- ddeb27fb-d9a0-4624-be4d-4615062daed4
312
- ```
313
-
314
- The default is to generate version 4 UUIDS, however the other versions are supported. Type `uuid --help` for details:
315
-
316
- ```shell
317
- $ npx uuid --help
318
-
319
- Usage:
320
- uuid
321
- uuid v1
322
- uuid v3 <name> <namespace uuid>
323
- uuid v4
324
- uuid v5 <name> <namespace uuid>
325
- uuid --help
326
-
327
- Note: <namespace uuid> may be "URL" or "DNS" to use the corresponding UUIDs
328
- defined by RFC4122
329
- ```
330
-
331
- ## ECMAScript Modules
332
-
333
- This library comes with [ECMAScript Modules](https://www.ecma-international.org/ecma-262/6.0/#sec-modules) (ESM) support for Node.js versions that support it ([example](./examples/node-esmodules/)) as well as bundlers like [rollup.js](https://rollupjs.org/guide/en/#tree-shaking) ([example](./examples/browser-rollup/)) and [webpack](https://webpack.js.org/guides/tree-shaking/) ([example](./examples/browser-webpack/)) (targeting both, Node.js and browser environments).
334
-
335
- ```javascript
336
- import { v4 as uuidv4 } from 'uuid';
337
- uuidv4(); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed'
338
- ```
339
-
340
- To run the examples you must first create a dist build of this library in the module root:
341
-
342
- ```shell
343
- npm run build
344
- ```
345
-
346
- ## CDN Builds
347
-
348
- ### ECMAScript Modules
349
-
350
- To load this module directly into modern browsers that [support loading ECMAScript Modules](https://caniuse.com/#feat=es6-module) you can make use of [jspm](https://jspm.org/):
351
-
352
- ```html
353
- <script type="module">
354
- import { v4 as uuidv4 } from 'https://jspm.dev/uuid';
355
- console.log(uuidv4()); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed'
356
- </script>
357
- ```
358
-
359
- ### UMD
360
-
361
- As of `uuid@9` [UMD (Universal Module Definition)](https://github.com/umdjs/umd) builds are no longer shipped with this library.
362
-
363
- If you need a UMD build of this library, use a bundler like Webpack or Rollup. Alternatively, refer to the documentation of [`uuid@8.3.2`](https://github.com/uuidjs/uuid/blob/v8.3.2/README.md#umd) which was the last version that shipped UMD builds.
364
-
365
- ## Known issues
366
-
367
- ### Duplicate UUIDs (Googlebot)
368
-
369
- This module may generate duplicate UUIDs when run in clients with _deterministic_ random number generators, such as [Googlebot crawlers](https://developers.google.com/search/docs/advanced/crawling/overview-google-crawlers). This can cause problems for apps that expect client-generated UUIDs to always be unique. Developers should be prepared for this and have a strategy for dealing with possible collisions, such as:
370
-
371
- - Check for duplicate UUIDs, fail gracefully
372
- - Disable write operations for Googlebot clients
373
-
374
- ### "getRandomValues() not supported"
375
-
376
- This error occurs in environments where the standard [`crypto.getRandomValues()`](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues) API is not supported. This issue can be resolved by adding an appropriate polyfill:
377
-
378
- ### React Native / Expo
379
-
380
- 1. Install [`react-native-get-random-values`](https://github.com/LinusU/react-native-get-random-values#readme)
381
- 1. Import it _before_ `uuid`. Since `uuid` might also appear as a transitive dependency of some other imports it's safest to just import `react-native-get-random-values` as the very first thing in your entry point:
382
-
383
- ```javascript
384
- import 'react-native-get-random-values';
385
- import { v4 as uuidv4 } from 'uuid';
386
- ```
387
-
388
- Note: If you are using Expo, you must be using at least `react-native-get-random-values@1.5.0` and `expo@39.0.0`.
389
-
390
- ### Web Workers / Service Workers (Edge <= 18)
391
-
392
- [In Edge <= 18, Web Crypto is not supported in Web Workers or Service Workers](https://caniuse.com/#feat=cryptography) and we are not aware of a polyfill (let us know if you find one, please).
393
-
394
- ### IE 11 (Internet Explorer)
395
-
396
- Support for IE11 and other legacy browsers has been dropped as of `uuid@9`. If you need to support legacy browsers, you can always transpile the uuid module source yourself (e.g. using [Babel](https://babeljs.io/)).
397
-
398
- ## Upgrading From `uuid@7`
399
-
400
- ### Only Named Exports Supported When Using with Node.js ESM
401
-
402
- `uuid@7` did not come with native ECMAScript Module (ESM) support for Node.js. Importing it in Node.js ESM consequently imported the CommonJS source with a default export. This library now comes with true Node.js ESM support and only provides named exports.
403
-
404
- Instead of doing:
405
-
406
- ```javascript
407
- import uuid from 'uuid';
408
- uuid.v4();
409
- ```
410
-
411
- you will now have to use the named exports:
412
-
413
- ```javascript
414
- import { v4 as uuidv4 } from 'uuid';
415
- uuidv4();
416
- ```
417
-
418
- ### Deep Requires No Longer Supported
419
-
420
- Deep requires like `require('uuid/v4')` [which have been deprecated in `uuid@7`](#deep-requires-now-deprecated) are no longer supported.
421
-
422
- ## Upgrading From `uuid@3`
423
-
424
- "_Wait... what happened to `uuid@4` thru `uuid@6`?!?_"
425
-
426
- In order to avoid confusion with RFC [version 4](#uuidv4options-buffer-offset) and [version 5](#uuidv5name-namespace-buffer-offset) UUIDs, and a possible [version 6](http://gh.peabody.io/uuidv6/), releases 4 thru 6 of this module have been skipped.
427
-
428
- ### Deep Requires Now Deprecated
429
-
430
- `uuid@3` encouraged the use of deep requires to minimize the bundle size of browser builds:
431
-
432
- ```javascript
433
- const uuidv4 = require('uuid/v4'); // <== NOW DEPRECATED!
434
- uuidv4();
435
- ```
436
-
437
- As of `uuid@7` this library now provides ECMAScript modules builds, which allow packagers like Webpack and Rollup to do "tree-shaking" to remove dead code. Instead, use the `import` syntax:
438
-
439
- ```javascript
440
- import { v4 as uuidv4 } from 'uuid';
441
- uuidv4();
442
- ```
443
-
444
- ... or for CommonJS:
445
-
446
- ```javascript
447
- const { v4: uuidv4 } = require('uuid');
448
- uuidv4();
449
- ```
450
-
451
- ### Default Export Removed
452
-
453
- `uuid@3` was exporting the Version 4 UUID method as a default export:
454
-
455
- ```javascript
456
- const uuid = require('uuid'); // <== REMOVED!
457
- ```
458
-
459
- This usage pattern was already discouraged in `uuid@3` and has been removed in `uuid@7`.
460
-
461
- ----
462
- Markdown generated from [README_js.md](README_js.md) by [![RunMD Logo](https://i.imgur.com/h0FVyzU.png)](https://github.com/broofa/runmd)
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env node
2
- require('../uuid-bin');
@@ -1,79 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "NIL", {
7
- enumerable: true,
8
- get: function get() {
9
- return _nil.default;
10
- }
11
- });
12
- Object.defineProperty(exports, "parse", {
13
- enumerable: true,
14
- get: function get() {
15
- return _parse.default;
16
- }
17
- });
18
- Object.defineProperty(exports, "stringify", {
19
- enumerable: true,
20
- get: function get() {
21
- return _stringify.default;
22
- }
23
- });
24
- Object.defineProperty(exports, "v1", {
25
- enumerable: true,
26
- get: function get() {
27
- return _v.default;
28
- }
29
- });
30
- Object.defineProperty(exports, "v3", {
31
- enumerable: true,
32
- get: function get() {
33
- return _v2.default;
34
- }
35
- });
36
- Object.defineProperty(exports, "v4", {
37
- enumerable: true,
38
- get: function get() {
39
- return _v3.default;
40
- }
41
- });
42
- Object.defineProperty(exports, "v5", {
43
- enumerable: true,
44
- get: function get() {
45
- return _v4.default;
46
- }
47
- });
48
- Object.defineProperty(exports, "validate", {
49
- enumerable: true,
50
- get: function get() {
51
- return _validate.default;
52
- }
53
- });
54
- Object.defineProperty(exports, "version", {
55
- enumerable: true,
56
- get: function get() {
57
- return _version.default;
58
- }
59
- });
60
-
61
- var _v = _interopRequireDefault(require("./v1.js"));
62
-
63
- var _v2 = _interopRequireDefault(require("./v3.js"));
64
-
65
- var _v3 = _interopRequireDefault(require("./v4.js"));
66
-
67
- var _v4 = _interopRequireDefault(require("./v5.js"));
68
-
69
- var _nil = _interopRequireDefault(require("./nil.js"));
70
-
71
- var _version = _interopRequireDefault(require("./version.js"));
72
-
73
- var _validate = _interopRequireDefault(require("./validate.js"));
74
-
75
- var _stringify = _interopRequireDefault(require("./stringify.js"));
76
-
77
- var _parse = _interopRequireDefault(require("./parse.js"));
78
-
79
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }