@gradientedge/cdk-utils 8.34.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 +17 -16
  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,302 +0,0 @@
1
- // synchronous utility for filtering entries and calculating subwalks
2
- import { GLOBSTAR } from 'minimatch';
3
- /**
4
- * A cache of which patterns have been processed for a given Path
5
- */
6
- export class HasWalkedCache {
7
- store;
8
- constructor(store = new Map()) {
9
- this.store = store;
10
- }
11
- copy() {
12
- return new HasWalkedCache(new Map(this.store));
13
- }
14
- hasWalked(target, pattern) {
15
- return this.store.get(target.fullpath())?.has(pattern.globString());
16
- }
17
- storeWalked(target, pattern) {
18
- const fullpath = target.fullpath();
19
- const cached = this.store.get(fullpath);
20
- if (cached)
21
- cached.add(pattern.globString());
22
- else
23
- this.store.set(fullpath, new Set([pattern.globString()]));
24
- }
25
- }
26
- /**
27
- * A record of which paths have been matched in a given walk step,
28
- * and whether they only are considered a match if they are a directory,
29
- * and whether their absolute or relative path should be returned.
30
- */
31
- export class MatchRecord {
32
- store = new Map();
33
- add(target, absolute, ifDir) {
34
- const n = (absolute ? 2 : 0) | (ifDir ? 1 : 0);
35
- const current = this.store.get(target);
36
- this.store.set(target, current === undefined ? n : n & current);
37
- }
38
- // match, absolute, ifdir
39
- entries() {
40
- return [...this.store.entries()].map(([path, n]) => [
41
- path,
42
- !!(n & 2),
43
- !!(n & 1),
44
- ]);
45
- }
46
- }
47
- /**
48
- * A collection of patterns that must be processed in a subsequent step
49
- * for a given path.
50
- */
51
- export class SubWalks {
52
- store = new Map();
53
- add(target, pattern) {
54
- if (!target.canReaddir()) {
55
- return;
56
- }
57
- const subs = this.store.get(target);
58
- if (subs) {
59
- if (!subs.find(p => p.globString() === pattern.globString())) {
60
- subs.push(pattern);
61
- }
62
- }
63
- else
64
- this.store.set(target, [pattern]);
65
- }
66
- get(target) {
67
- const subs = this.store.get(target);
68
- /* c8 ignore start */
69
- if (!subs) {
70
- throw new Error('attempting to walk unknown path');
71
- }
72
- /* c8 ignore stop */
73
- return subs;
74
- }
75
- entries() {
76
- return this.keys().map(k => [k, this.store.get(k)]);
77
- }
78
- keys() {
79
- return [...this.store.keys()].filter(t => t.canReaddir());
80
- }
81
- }
82
- /**
83
- * The class that processes patterns for a given path.
84
- *
85
- * Handles child entry filtering, and determining whether a path's
86
- * directory contents must be read.
87
- */
88
- export class Processor {
89
- hasWalkedCache;
90
- matches = new MatchRecord();
91
- subwalks = new SubWalks();
92
- patterns;
93
- follow;
94
- dot;
95
- opts;
96
- constructor(opts, hasWalkedCache) {
97
- this.opts = opts;
98
- this.follow = !!opts.follow;
99
- this.dot = !!opts.dot;
100
- this.hasWalkedCache = hasWalkedCache
101
- ? hasWalkedCache.copy()
102
- : new HasWalkedCache();
103
- }
104
- processPatterns(target, patterns) {
105
- this.patterns = patterns;
106
- const processingSet = patterns.map(p => [target, p]);
107
- // map of paths to the magic-starting subwalks they need to walk
108
- // first item in patterns is the filter
109
- for (let [t, pattern] of processingSet) {
110
- this.hasWalkedCache.storeWalked(t, pattern);
111
- const root = pattern.root();
112
- const absolute = pattern.isAbsolute() && this.opts.absolute !== false;
113
- // start absolute patterns at root
114
- if (root) {
115
- t = t.resolve(root === '/' && this.opts.root !== undefined
116
- ? this.opts.root
117
- : root);
118
- const rest = pattern.rest();
119
- if (!rest) {
120
- this.matches.add(t, true, false);
121
- continue;
122
- }
123
- else {
124
- pattern = rest;
125
- }
126
- }
127
- if (t.isENOENT())
128
- continue;
129
- let p;
130
- let rest;
131
- let changed = false;
132
- while (typeof (p = pattern.pattern()) === 'string' &&
133
- (rest = pattern.rest())) {
134
- const c = t.resolve(p);
135
- // we can be reasonably sure that .. is a readable dir
136
- if (c.isUnknown() && p !== '..')
137
- break;
138
- t = c;
139
- pattern = rest;
140
- changed = true;
141
- }
142
- p = pattern.pattern();
143
- rest = pattern.rest();
144
- if (changed) {
145
- if (this.hasWalkedCache.hasWalked(t, pattern))
146
- continue;
147
- this.hasWalkedCache.storeWalked(t, pattern);
148
- }
149
- // now we have either a final string for a known entry,
150
- // more strings for an unknown entry,
151
- // or a pattern starting with magic, mounted on t.
152
- if (typeof p === 'string') {
153
- // must be final entry
154
- if (!rest) {
155
- const ifDir = p === '..' || p === '' || p === '.';
156
- this.matches.add(t.resolve(p), absolute, ifDir);
157
- }
158
- else {
159
- this.subwalks.add(t, pattern);
160
- }
161
- continue;
162
- }
163
- else if (p === GLOBSTAR) {
164
- // if no rest, match and subwalk pattern
165
- // if rest, process rest and subwalk pattern
166
- // if it's a symlink, but we didn't get here by way of a
167
- // globstar match (meaning it's the first time THIS globstar
168
- // has traversed a symlink), then we follow it. Otherwise, stop.
169
- if (!t.isSymbolicLink() ||
170
- this.follow ||
171
- pattern.checkFollowGlobstar()) {
172
- this.subwalks.add(t, pattern);
173
- }
174
- const rp = rest?.pattern();
175
- const rrest = rest?.rest();
176
- if (!rest || ((rp === '' || rp === '.') && !rrest)) {
177
- // only HAS to be a dir if it ends in **/ or **/.
178
- // but ending in ** will match files as well.
179
- this.matches.add(t, absolute, rp === '' || rp === '.');
180
- }
181
- else {
182
- if (rp === '..') {
183
- // this would mean you're matching **/.. at the fs root,
184
- // and no thanks, I'm not gonna test that specific case.
185
- /* c8 ignore start */
186
- const tp = t.parent || t;
187
- /* c8 ignore stop */
188
- if (!rrest)
189
- this.matches.add(tp, absolute, true);
190
- else if (!this.hasWalkedCache.hasWalked(tp, rrest)) {
191
- this.subwalks.add(tp, rrest);
192
- }
193
- }
194
- }
195
- }
196
- else if (p instanceof RegExp) {
197
- this.subwalks.add(t, pattern);
198
- }
199
- }
200
- return this;
201
- }
202
- subwalkTargets() {
203
- return this.subwalks.keys();
204
- }
205
- child() {
206
- return new Processor(this.opts, this.hasWalkedCache);
207
- }
208
- // return a new Processor containing the subwalks for each
209
- // child entry, and a set of matches, and
210
- // a hasWalkedCache that's a copy of this one
211
- // then we're going to call
212
- filterEntries(parent, entries) {
213
- const patterns = this.subwalks.get(parent);
214
- // put matches and entry walks into the results processor
215
- const results = this.child();
216
- for (const e of entries) {
217
- for (const pattern of patterns) {
218
- const absolute = pattern.isAbsolute();
219
- const p = pattern.pattern();
220
- const rest = pattern.rest();
221
- if (p === GLOBSTAR) {
222
- results.testGlobstar(e, pattern, rest, absolute);
223
- }
224
- else if (p instanceof RegExp) {
225
- results.testRegExp(e, p, rest, absolute);
226
- }
227
- else {
228
- results.testString(e, p, rest, absolute);
229
- }
230
- }
231
- }
232
- return results;
233
- }
234
- testGlobstar(e, pattern, rest, absolute) {
235
- if (this.dot || !e.name.startsWith('.')) {
236
- if (!pattern.hasMore()) {
237
- this.matches.add(e, absolute, false);
238
- }
239
- if (e.canReaddir()) {
240
- // if we're in follow mode or it's not a symlink, just keep
241
- // testing the same pattern. If there's more after the globstar,
242
- // then this symlink consumes the globstar. If not, then we can
243
- // follow at most ONE symlink along the way, so we mark it, which
244
- // also checks to ensure that it wasn't already marked.
245
- if (this.follow || !e.isSymbolicLink()) {
246
- this.subwalks.add(e, pattern);
247
- }
248
- else if (e.isSymbolicLink()) {
249
- if (rest && pattern.checkFollowGlobstar()) {
250
- this.subwalks.add(e, rest);
251
- }
252
- else if (pattern.markFollowGlobstar()) {
253
- this.subwalks.add(e, pattern);
254
- }
255
- }
256
- }
257
- }
258
- // if the NEXT thing matches this entry, then also add
259
- // the rest.
260
- if (rest) {
261
- const rp = rest.pattern();
262
- if (typeof rp === 'string' &&
263
- // dots and empty were handled already
264
- rp !== '..' &&
265
- rp !== '' &&
266
- rp !== '.') {
267
- this.testString(e, rp, rest.rest(), absolute);
268
- }
269
- else if (rp === '..') {
270
- /* c8 ignore start */
271
- const ep = e.parent || e;
272
- /* c8 ignore stop */
273
- this.subwalks.add(ep, rest);
274
- }
275
- else if (rp instanceof RegExp) {
276
- this.testRegExp(e, rp, rest.rest(), absolute);
277
- }
278
- }
279
- }
280
- testRegExp(e, p, rest, absolute) {
281
- if (!p.test(e.name))
282
- return;
283
- if (!rest) {
284
- this.matches.add(e, absolute, false);
285
- }
286
- else {
287
- this.subwalks.add(e, rest);
288
- }
289
- }
290
- testString(e, p, rest, absolute) {
291
- // should never happen?
292
- if (!e.isNamed(p))
293
- return;
294
- if (!rest) {
295
- this.matches.add(e, absolute, false);
296
- }
297
- else {
298
- this.subwalks.add(e, rest);
299
- }
300
- }
301
- }
302
- //# sourceMappingURL=processor.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"processor.js","sourceRoot":"","sources":["../../src/processor.ts"],"names":[],"mappings":"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"}
@@ -1,95 +0,0 @@
1
- /// <reference types="node" />
2
- /**
3
- * Single-use utility classes to provide functionality to the {@link Glob}
4
- * methods.
5
- *
6
- * @module
7
- */
8
- import Minipass from 'minipass';
9
- import { Path } from 'path-scurry';
10
- import { IgnoreLike } from './ignore.js';
11
- import { Pattern } from './pattern.js';
12
- import { Processor } from './processor.js';
13
- export interface GlobWalkerOpts {
14
- absolute?: boolean;
15
- allowWindowsEscape?: boolean;
16
- cwd?: string | URL;
17
- dot?: boolean;
18
- dotRelative?: boolean;
19
- follow?: boolean;
20
- ignore?: string | string[] | IgnoreLike;
21
- mark?: boolean;
22
- matchBase?: boolean;
23
- maxDepth?: number;
24
- nobrace?: boolean;
25
- nocase?: boolean;
26
- nodir?: boolean;
27
- noext?: boolean;
28
- noglobstar?: boolean;
29
- platform?: NodeJS.Platform;
30
- realpath?: boolean;
31
- root?: string;
32
- stat?: boolean;
33
- signal?: AbortSignal;
34
- windowsPathsNoEscape?: boolean;
35
- withFileTypes?: boolean;
36
- }
37
- export type GWOFileTypesTrue = GlobWalkerOpts & {
38
- withFileTypes: true;
39
- };
40
- export type GWOFileTypesFalse = GlobWalkerOpts & {
41
- withFileTypes: false;
42
- };
43
- export type GWOFileTypesUnset = GlobWalkerOpts & {
44
- withFileTypes?: undefined;
45
- };
46
- export type Result<O extends GlobWalkerOpts> = O extends GWOFileTypesTrue ? Path : O extends GWOFileTypesFalse ? string : O extends GWOFileTypesUnset ? string : Path | string;
47
- export type Matches<O extends GlobWalkerOpts> = O extends GWOFileTypesTrue ? Set<Path> : O extends GWOFileTypesFalse ? Set<string> : O extends GWOFileTypesUnset ? Set<string> : Set<Path | string>;
48
- export type MatchStream<O extends GlobWalkerOpts> = O extends GWOFileTypesTrue ? Minipass<Path, Path> : O extends GWOFileTypesFalse ? Minipass<string, string> : O extends GWOFileTypesUnset ? Minipass<string, string> : Minipass<Path | string, Path | string>;
49
- /**
50
- * basic walking utilities that all the glob walker types use
51
- */
52
- export declare abstract class GlobUtil<O extends GlobWalkerOpts = GlobWalkerOpts> {
53
- #private;
54
- path: Path;
55
- patterns: Pattern[];
56
- opts: O;
57
- seen: Set<Path>;
58
- paused: boolean;
59
- aborted: boolean;
60
- signal?: AbortSignal;
61
- maxDepth: number;
62
- constructor(patterns: Pattern[], path: Path, opts: O);
63
- pause(): void;
64
- resume(): void;
65
- onResume(fn: () => any): void;
66
- matchCheck(e: Path, ifDir: boolean): Promise<Path | undefined>;
67
- matchCheckTest(e: Path | undefined, ifDir: boolean): Path | undefined;
68
- matchCheckSync(e: Path, ifDir: boolean): Path | undefined;
69
- abstract matchEmit(p: Result<O>): void;
70
- abstract matchEmit(p: string | Path): void;
71
- matchFinish(e: Path, absolute: boolean): void;
72
- match(e: Path, absolute: boolean, ifDir: boolean): Promise<void>;
73
- matchSync(e: Path, absolute: boolean, ifDir: boolean): void;
74
- walkCB(target: Path, patterns: Pattern[], cb: () => any): void;
75
- walkCB2(target: Path, patterns: Pattern[], processor: Processor, cb: () => any): any;
76
- walkCB3(target: Path, entries: Path[], processor: Processor, cb: () => any): void;
77
- walkCBSync(target: Path, patterns: Pattern[], cb: () => any): void;
78
- walkCB2Sync(target: Path, patterns: Pattern[], processor: Processor, cb: () => any): any;
79
- walkCB3Sync(target: Path, entries: Path[], processor: Processor, cb: () => any): void;
80
- }
81
- export declare class GlobWalker<O extends GlobWalkerOpts = GlobWalkerOpts> extends GlobUtil<O> {
82
- matches: O extends GWOFileTypesTrue ? Set<Path> : O extends GWOFileTypesFalse ? Set<string> : O extends GWOFileTypesUnset ? Set<string> : Set<Path | string>;
83
- constructor(patterns: Pattern[], path: Path, opts: O);
84
- matchEmit(e: Result<O>): void;
85
- walk(): Promise<Matches<O>>;
86
- walkSync(): Matches<O>;
87
- }
88
- export declare class GlobStream<O extends GlobWalkerOpts = GlobWalkerOpts> extends GlobUtil<O> {
89
- results: O extends GWOFileTypesTrue ? Minipass<Path, Path> : O extends GWOFileTypesFalse ? Minipass<string, string> : O extends GWOFileTypesUnset ? Minipass<string, string> : Minipass<Path | string, Path | string>;
90
- constructor(patterns: Pattern[], path: Path, opts: O);
91
- matchEmit(e: Result<O>): void;
92
- stream(): MatchStream<O>;
93
- streamSync(): MatchStream<O>;
94
- }
95
- //# sourceMappingURL=walker.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"walker.d.ts","sourceRoot":"","sources":["../../src/walker.ts"],"names":[],"mappings":"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"}