@gradientedge/cdk-utils 8.34.0 → 8.36.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.
- package/README.md +6 -0
- package/app/api-destined-function/node_modules/.bin/mkdirp +17 -0
- package/app/api-destined-function/node_modules/.bin/rimraf +17 -0
- package/app/api-destined-function/node_modules/.bin/uuid +17 -0
- package/app/api-destined-function/package.json +1 -4
- package/dist/lib/lambda.d.ts +17 -0
- package/dist/lib/lambda.d.ts.map +1 -0
- package/dist/lib/lambda.js +32 -0
- package/dist/lib/lambda.js.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/main.d.ts +2 -0
- package/dist/src/lib/construct/api-to-eventbridge-target-with-sns/main.js +2 -0
- package/package.json +18 -17
- package/pnpm-workspace.yaml +3 -0
- package/src/lib/construct/api-to-eventbridge-target-with-sns/main.ts +2 -0
- package/app/api-destined-function/layers/nodejs/node_modules/.yarn-integrity +0 -117
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/LICENSE +0 -21
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/README.md +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/index.d.mts +0 -10
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/index.d.ts +0 -79
- package/app/api-destined-function/layers/nodejs/node_modules/@types/uuid/package.json +0 -54
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/LICENSE.md +0 -9
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/README.md +0 -462
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/bin/uuid +0 -2
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/native.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/native.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/index.js +0 -79
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/md5-browser.js +0 -223
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/md5.js +0 -23
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/native-browser.js +0 -11
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/native.js +0 -15
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/nil.js +0 -8
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/parse.js +0 -45
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/regex.js +0 -8
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/rng-browser.js +0 -25
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/rng.js +0 -24
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/sha1.js +0 -23
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/stringify.js +0 -44
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v1.js +0 -107
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v3.js +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v35.js +0 -80
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v4.js +0 -43
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/v5.js +0 -16
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/validate.js +0 -17
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/dist/version.js +0 -21
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/package.json +0 -131
- package/app/api-destined-function/layers/nodejs/node_modules/uuid/wrapper.mjs +0 -10
- package/app/api-destined-function/layers/nodejs/package.json +0 -29
- package/app/api-destined-function/node_modules/.yarn-integrity +0 -474
- package/app/api-destined-function/node_modules/@types/uuid/LICENSE +0 -21
- package/app/api-destined-function/node_modules/@types/uuid/README.md +0 -16
- package/app/api-destined-function/node_modules/@types/uuid/index.d.mts +0 -10
- package/app/api-destined-function/node_modules/@types/uuid/index.d.ts +0 -79
- package/app/api-destined-function/node_modules/@types/uuid/package.json +0 -54
- package/app/api-destined-function/node_modules/balanced-match/LICENSE.md +0 -21
- package/app/api-destined-function/node_modules/balanced-match/README.md +0 -97
- package/app/api-destined-function/node_modules/balanced-match/index.js +0 -62
- package/app/api-destined-function/node_modules/balanced-match/package.json +0 -48
- package/app/api-destined-function/node_modules/brace-expansion/LICENSE +0 -21
- package/app/api-destined-function/node_modules/brace-expansion/README.md +0 -135
- package/app/api-destined-function/node_modules/brace-expansion/index.js +0 -203
- package/app/api-destined-function/node_modules/brace-expansion/package.json +0 -46
- package/app/api-destined-function/node_modules/fs.realpath/LICENSE +0 -43
- package/app/api-destined-function/node_modules/fs.realpath/README.md +0 -33
- package/app/api-destined-function/node_modules/fs.realpath/index.js +0 -66
- package/app/api-destined-function/node_modules/fs.realpath/old.js +0 -303
- package/app/api-destined-function/node_modules/fs.realpath/package.json +0 -26
- package/app/api-destined-function/node_modules/glob/LICENSE +0 -15
- package/app/api-destined-function/node_modules/glob/README.md +0 -1086
- package/app/api-destined-function/node_modules/glob/dist/cjs/glob.d.ts +0 -328
- package/app/api-destined-function/node_modules/glob/dist/cjs/glob.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/glob.js +0 -228
- package/app/api-destined-function/node_modules/glob/dist/cjs/glob.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.d.ts +0 -14
- package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.js +0 -27
- package/app/api-destined-function/node_modules/glob/dist/cjs/has-magic.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.d.ts +0 -20
- package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.js +0 -103
- package/app/api-destined-function/node_modules/glob/dist/cjs/ignore.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.d.ts +0 -75
- package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.js +0 -7
- package/app/api-destined-function/node_modules/glob/dist/cjs/index-cjs.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/index.d.ts +0 -96
- package/app/api-destined-function/node_modules/glob/dist/cjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/index.js +0 -68
- package/app/api-destined-function/node_modules/glob/dist/cjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/package.json +0 -3
- package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.d.ts +0 -77
- package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.js +0 -219
- package/app/api-destined-function/node_modules/glob/dist/cjs/pattern.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/processor.d.ts +0 -59
- package/app/api-destined-function/node_modules/glob/dist/cjs/processor.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/processor.js +0 -309
- package/app/api-destined-function/node_modules/glob/dist/cjs/processor.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/walker.d.ts +0 -95
- package/app/api-destined-function/node_modules/glob/dist/cjs/walker.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/cjs/walker.js +0 -360
- package/app/api-destined-function/node_modules/glob/dist/cjs/walker.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/glob.d.ts +0 -328
- package/app/api-destined-function/node_modules/glob/dist/mjs/glob.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/glob.js +0 -224
- package/app/api-destined-function/node_modules/glob/dist/mjs/glob.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.d.ts +0 -14
- package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.js +0 -23
- package/app/api-destined-function/node_modules/glob/dist/mjs/has-magic.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.d.ts +0 -20
- package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.js +0 -99
- package/app/api-destined-function/node_modules/glob/dist/mjs/ignore.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/index.d.ts +0 -96
- package/app/api-destined-function/node_modules/glob/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/index.js +0 -55
- package/app/api-destined-function/node_modules/glob/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/package.json +0 -3
- package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.d.ts +0 -77
- package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.js +0 -215
- package/app/api-destined-function/node_modules/glob/dist/mjs/pattern.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/processor.d.ts +0 -59
- package/app/api-destined-function/node_modules/glob/dist/mjs/processor.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/processor.js +0 -302
- package/app/api-destined-function/node_modules/glob/dist/mjs/processor.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/walker.d.ts +0 -95
- package/app/api-destined-function/node_modules/glob/dist/mjs/walker.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/glob/dist/mjs/walker.js +0 -351
- package/app/api-destined-function/node_modules/glob/dist/mjs/walker.js.map +0 -1
- package/app/api-destined-function/node_modules/glob/package.json +0 -98
- package/app/api-destined-function/node_modules/lru-cache/LICENSE +0 -15
- package/app/api-destined-function/node_modules/lru-cache/README.md +0 -1117
- package/app/api-destined-function/node_modules/lru-cache/index.d.ts +0 -869
- package/app/api-destined-function/node_modules/lru-cache/index.js +0 -1227
- package/app/api-destined-function/node_modules/lru-cache/index.mjs +0 -1227
- package/app/api-destined-function/node_modules/lru-cache/package.json +0 -96
- package/app/api-destined-function/node_modules/minimatch/LICENSE +0 -15
- package/app/api-destined-function/node_modules/minimatch/README.md +0 -459
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +0 -8
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.js +0 -152
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/brace-expressions.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.d.ts +0 -12
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.js +0 -22
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/escape.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.d.ts +0 -42
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.js +0 -7
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index-cjs.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.d.ts +0 -92
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.js +0 -1304
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/package.json +0 -3
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.d.ts +0 -17
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.js +0 -24
- package/app/api-destined-function/node_modules/minimatch/dist/cjs/unescape.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +0 -8
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.js +0 -148
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/brace-expressions.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.d.ts +0 -12
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.js +0 -18
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/escape.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.d.ts +0 -92
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.js +0 -1289
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/package.json +0 -3
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.d.ts +0 -17
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.js +0 -20
- package/app/api-destined-function/node_modules/minimatch/dist/mjs/unescape.js.map +0 -1
- package/app/api-destined-function/node_modules/minimatch/package.json +0 -86
- package/app/api-destined-function/node_modules/minipass/LICENSE +0 -15
- package/app/api-destined-function/node_modules/minipass/README.md +0 -769
- package/app/api-destined-function/node_modules/minipass/index.d.ts +0 -150
- package/app/api-destined-function/node_modules/minipass/index.js +0 -702
- package/app/api-destined-function/node_modules/minipass/index.mjs +0 -702
- package/app/api-destined-function/node_modules/minipass/package.json +0 -76
- package/app/api-destined-function/node_modules/mkdirp/LICENSE +0 -21
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/package.json +0 -91
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.d.ts +0 -3
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.js +0 -80
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/bin.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.d.ts +0 -4
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.js +0 -35
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/find-made.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.d.ts +0 -75
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.js +0 -7
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index-cjs.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.d.ts +0 -31
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.js +0 -49
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/index.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js +0 -79
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.js +0 -50
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/mkdirp-native.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts +0 -42
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.js +0 -38
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/opts-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts +0 -2
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.js +0 -28
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/path-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.js +0 -17
- package/app/api-destined-function/node_modules/mkdirp/dist/cjs/src/use-native.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.d.ts +0 -4
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.js +0 -30
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/find-made.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.d.ts +0 -31
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.js +0 -39
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.js +0 -75
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-manual.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.js +0 -46
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/mkdirp-native.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.d.ts +0 -42
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.js +0 -34
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/opts-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/package.json +0 -3
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.d.ts +0 -2
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.js +0 -24
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/path-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.d.ts +0 -6
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.js +0 -14
- package/app/api-destined-function/node_modules/mkdirp/dist/mjs/use-native.js.map +0 -1
- package/app/api-destined-function/node_modules/mkdirp/package.json +0 -91
- package/app/api-destined-function/node_modules/mkdirp/readme.markdown +0 -281
- package/app/api-destined-function/node_modules/path-scurry/LICENSE.md +0 -55
- package/app/api-destined-function/node_modules/path-scurry/README.md +0 -559
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.d.ts +0 -1055
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.js +0 -1865
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/path-scurry/dist/cjs/package.json +0 -3
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.d.ts +0 -1055
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.js +0 -1827
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/path-scurry/dist/mjs/package.json +0 -3
- package/app/api-destined-function/node_modules/path-scurry/package.json +0 -87
- package/app/api-destined-function/node_modules/rimraf/LICENSE +0 -15
- package/app/api-destined-function/node_modules/rimraf/README.md +0 -214
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/package.json +0 -84
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.d.ts +0 -8
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.js +0 -260
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/bin.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.js +0 -61
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/default-tmp.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.js +0 -58
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fix-eperm.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.d.ts +0 -17
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.js +0 -46
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/fs.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.js +0 -21
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/ignore-enoent.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.d.ts +0 -57
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.js +0 -7
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index-cjs.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.d.ts +0 -71
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.js +0 -92
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/index.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.d.ts +0 -17
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.js +0 -36
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/opt-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.js +0 -54
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/path-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.js +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/platform.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.d.ts +0 -5
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.js +0 -19
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/readdir-or-error.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.d.ts +0 -8
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.js +0 -68
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/retry-busy.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.js +0 -12
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-manual.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.js +0 -192
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-move-remove.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.js +0 -24
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-native.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.js +0 -123
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-posix.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.js +0 -182
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/rimraf-windows.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.js +0 -19
- package/app/api-destined-function/node_modules/rimraf/dist/cjs/src/use-native.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.js +0 -55
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/default-tmp.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.js +0 -53
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fix-eperm.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.d.ts +0 -17
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.js +0 -31
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/fs.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.js +0 -16
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/ignore-enoent.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.d.ts +0 -71
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.js +0 -84
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/index.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.d.ts +0 -17
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.js +0 -31
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/opt-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/package.json +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.js +0 -49
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/path-arg.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.js +0 -2
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/platform.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.d.ts +0 -5
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.js +0 -14
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/readdir-or-error.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.d.ts +0 -8
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.js +0 -63
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/retry-busy.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.d.ts +0 -3
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.js +0 -6
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-manual.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.js +0 -187
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-move-remove.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.js +0 -19
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-native.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.js +0 -118
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-posix.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.js +0 -177
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/rimraf-windows.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.d.ts +0 -4
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.d.ts.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.js +0 -13
- package/app/api-destined-function/node_modules/rimraf/dist/mjs/use-native.js.map +0 -1
- package/app/api-destined-function/node_modules/rimraf/package.json +0 -84
- package/app/api-destined-function/node_modules/uuid/LICENSE.md +0 -9
- package/app/api-destined-function/node_modules/uuid/README.md +0 -462
- package/app/api-destined-function/node_modules/uuid/dist/bin/uuid +0 -2
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
- package/app/api-destined-function/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/native.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/native.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/app/api-destined-function/node_modules/uuid/dist/index.js +0 -79
- package/app/api-destined-function/node_modules/uuid/dist/md5-browser.js +0 -223
- package/app/api-destined-function/node_modules/uuid/dist/md5.js +0 -23
- package/app/api-destined-function/node_modules/uuid/dist/native-browser.js +0 -11
- package/app/api-destined-function/node_modules/uuid/dist/native.js +0 -15
- package/app/api-destined-function/node_modules/uuid/dist/nil.js +0 -8
- package/app/api-destined-function/node_modules/uuid/dist/parse.js +0 -45
- package/app/api-destined-function/node_modules/uuid/dist/regex.js +0 -8
- package/app/api-destined-function/node_modules/uuid/dist/rng-browser.js +0 -25
- package/app/api-destined-function/node_modules/uuid/dist/rng.js +0 -24
- package/app/api-destined-function/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/app/api-destined-function/node_modules/uuid/dist/sha1.js +0 -23
- package/app/api-destined-function/node_modules/uuid/dist/stringify.js +0 -44
- package/app/api-destined-function/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/app/api-destined-function/node_modules/uuid/dist/v1.js +0 -107
- package/app/api-destined-function/node_modules/uuid/dist/v3.js +0 -16
- package/app/api-destined-function/node_modules/uuid/dist/v35.js +0 -80
- package/app/api-destined-function/node_modules/uuid/dist/v4.js +0 -43
- package/app/api-destined-function/node_modules/uuid/dist/v5.js +0 -16
- package/app/api-destined-function/node_modules/uuid/dist/validate.js +0 -17
- package/app/api-destined-function/node_modules/uuid/dist/version.js +0 -21
- package/app/api-destined-function/node_modules/uuid/package.json +0 -131
- package/app/api-destined-function/node_modules/uuid/wrapper.mjs +0 -10
- package/lerna.json +0 -6
package/README.md
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
+
esac
|
|
7
|
+
|
|
8
|
+
if [ -z "$NODE_PATH" ]; then
|
|
9
|
+
export NODE_PATH="/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/mkdirp@2.1.5/node_modules/mkdirp/dist/cjs/src/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/mkdirp@2.1.5/node_modules/mkdirp/dist/cjs/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/mkdirp@2.1.5/node_modules/mkdirp/dist/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/mkdirp@2.1.5/node_modules/mkdirp/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/mkdirp@2.1.5/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/node_modules"
|
|
10
|
+
else
|
|
11
|
+
export NODE_PATH="/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/mkdirp@2.1.5/node_modules/mkdirp/dist/cjs/src/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/mkdirp@2.1.5/node_modules/mkdirp/dist/cjs/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/mkdirp@2.1.5/node_modules/mkdirp/dist/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/mkdirp@2.1.5/node_modules/mkdirp/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/mkdirp@2.1.5/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
+
fi
|
|
13
|
+
if [ -x "$basedir/node" ]; then
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/mkdirp@2.1.5/node_modules/mkdirp/dist/cjs/src/bin.js" "$@"
|
|
15
|
+
else
|
|
16
|
+
exec node "$basedir/../../../../node_modules/.pnpm/mkdirp@2.1.5/node_modules/mkdirp/dist/cjs/src/bin.js" "$@"
|
|
17
|
+
fi
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
+
esac
|
|
7
|
+
|
|
8
|
+
if [ -z "$NODE_PATH" ]; then
|
|
9
|
+
export NODE_PATH="/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@4.4.0/node_modules/rimraf/dist/cjs/src/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@4.4.0/node_modules/rimraf/dist/cjs/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@4.4.0/node_modules/rimraf/dist/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@4.4.0/node_modules/rimraf/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@4.4.0/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/node_modules"
|
|
10
|
+
else
|
|
11
|
+
export NODE_PATH="/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@4.4.0/node_modules/rimraf/dist/cjs/src/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@4.4.0/node_modules/rimraf/dist/cjs/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@4.4.0/node_modules/rimraf/dist/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@4.4.0/node_modules/rimraf/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/rimraf@4.4.0/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
+
fi
|
|
13
|
+
if [ -x "$basedir/node" ]; then
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/rimraf@4.4.0/node_modules/rimraf/dist/cjs/src/bin.js" "$@"
|
|
15
|
+
else
|
|
16
|
+
exec node "$basedir/../../../../node_modules/.pnpm/rimraf@4.4.0/node_modules/rimraf/dist/cjs/src/bin.js" "$@"
|
|
17
|
+
fi
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
|
|
6
|
+
esac
|
|
7
|
+
|
|
8
|
+
if [ -z "$NODE_PATH" ]; then
|
|
9
|
+
export NODE_PATH="/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@9.0.0/node_modules/uuid/dist/bin/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@9.0.0/node_modules/uuid/dist/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@9.0.0/node_modules/uuid/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@9.0.0/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/node_modules"
|
|
10
|
+
else
|
|
11
|
+
export NODE_PATH="/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@9.0.0/node_modules/uuid/dist/bin/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@9.0.0/node_modules/uuid/dist/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@9.0.0/node_modules/uuid/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/uuid@9.0.0/node_modules:/home/runner/work/cdk-utils/cdk-utils/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
12
|
+
fi
|
|
13
|
+
if [ -x "$basedir/node" ]; then
|
|
14
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/uuid@9.0.0/node_modules/uuid/dist/bin/uuid" "$@"
|
|
15
|
+
else
|
|
16
|
+
exec node "$basedir/../../../../node_modules/.pnpm/uuid@9.0.0/node_modules/uuid/dist/bin/uuid" "$@"
|
|
17
|
+
fi
|
|
@@ -12,10 +12,7 @@
|
|
|
12
12
|
"url": "git+https://github.com/gradientedge/cdk-utils.git"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
|
-
"build": "
|
|
16
|
-
"initialise": "yarn install",
|
|
17
|
-
"package:function": "mkdirp layers/nodejs && cp -R package.json layers/nodejs && cd layers/nodejs && yarn install --production --no-lockfile",
|
|
18
|
-
"start": "node dist/index",
|
|
15
|
+
"build": "tsc --build",
|
|
19
16
|
"test": "npx jest --ci --runInBand --passWithNoTests"
|
|
20
17
|
},
|
|
21
18
|
"dependencies": {
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const processEvent: (event: any) => {
|
|
2
|
+
statusCode: number;
|
|
3
|
+
id: string;
|
|
4
|
+
message: string;
|
|
5
|
+
body: {
|
|
6
|
+
event: any;
|
|
7
|
+
};
|
|
8
|
+
origin: any;
|
|
9
|
+
source: string;
|
|
10
|
+
sourceId: string | undefined;
|
|
11
|
+
httpMethod: any;
|
|
12
|
+
path: any;
|
|
13
|
+
referer: any;
|
|
14
|
+
resource: any;
|
|
15
|
+
success: boolean;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=lambda.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lambda.d.ts","sourceRoot":"","sources":["../../app/api-destined-function/src/lib/lambda.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,UAAW,GAAG;;;;;;;;;;;;;;;CAmBtC,CAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.processEvent = void 0;
|
|
4
|
+
const uuid_1 = require("uuid");
|
|
5
|
+
const processEvent = (event) => {
|
|
6
|
+
if (!event)
|
|
7
|
+
throw new Error('Invalid Event');
|
|
8
|
+
return {
|
|
9
|
+
statusCode: 200,
|
|
10
|
+
id: (0, uuid_1.v4)(),
|
|
11
|
+
message: 'Webhook call successful',
|
|
12
|
+
body: {
|
|
13
|
+
event: event,
|
|
14
|
+
},
|
|
15
|
+
origin: event.headers?.origin,
|
|
16
|
+
source: 'custom:api-destined-lambda',
|
|
17
|
+
sourceId: process.env.SOURCE_ID,
|
|
18
|
+
httpMethod: event.httpMethod,
|
|
19
|
+
path: event.path,
|
|
20
|
+
referer: event.headers?.referer,
|
|
21
|
+
resource: event.resource,
|
|
22
|
+
success: true,
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
exports.processEvent = processEvent;
|
|
26
|
+
exports.handler = async (event, context, callback) => {
|
|
27
|
+
console.log('Event:', JSON.stringify(event));
|
|
28
|
+
console.log('Context:', JSON.stringify(context));
|
|
29
|
+
console.log('Event Records:', JSON.stringify(event.Records));
|
|
30
|
+
return callback(null, (0, exports.processEvent)(event));
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=lambda.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lambda.js","sourceRoot":"","sources":["../../app/api-destined-function/src/lib/lambda.ts"],"names":[],"mappings":";;;AAAA,+BAAmC;AAE5B,MAAM,YAAY,GAAG,CAAC,KAAU,EAAE,EAAE;IACzC,IAAI,CAAC,KAAK;QAAE,MAAM,IAAI,KAAK,CAAC,eAAe,CAAC,CAAA;IAE5C,OAAO;QACL,UAAU,EAAE,GAAG;QACf,EAAE,EAAE,IAAA,SAAM,GAAE;QACZ,OAAO,EAAE,yBAAyB;QAClC,IAAI,EAAE;YACJ,KAAK,EAAE,KAAK;SACb;QACD,MAAM,EAAE,KAAK,CAAC,OAAO,EAAE,MAAM;QAC7B,MAAM,EAAE,4BAA4B;QACpC,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,SAAS;QAC/B,UAAU,EAAE,KAAK,CAAC,UAAU;QAC5B,IAAI,EAAE,KAAK,CAAC,IAAI;QAChB,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,OAAO;QAC/B,QAAQ,EAAE,KAAK,CAAC,QAAQ;QACxB,OAAO,EAAE,IAAI;KACd,CAAA;AACH,CAAC,CAAA;AAnBY,QAAA,YAAY,gBAmBxB;AAED,OAAO,CAAC,OAAO,GAAG,KAAK,EAAE,KAAU,EAAE,OAAY,EAAE,QAAa,EAAE,EAAE;IAClE,OAAO,CAAC,GAAG,CAAC,QAAQ,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAA;IAC5C,OAAO,CAAC,GAAG,CAAC,UAAU,EAAE,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,CAAA;IAChD,OAAO,CAAC,GAAG,CAAC,gBAAgB,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAA;IAC5D,OAAO,QAAQ,CAAC,IAAI,EAAE,IAAA,oBAAY,EAAC,KAAK,CAAC,CAAC,CAAA;AAC5C,CAAC,CAAA"}
|
|
@@ -3,6 +3,8 @@ import { Construct } from 'constructs';
|
|
|
3
3
|
import { CommonConstruct } from '../../common';
|
|
4
4
|
import * as types from '../../types';
|
|
5
5
|
/**
|
|
6
|
+
* @deprecated Use ApiToEventBridgeTarget instead. This will be removed in a future release.
|
|
7
|
+
*
|
|
6
8
|
* @stability stable
|
|
7
9
|
* @category cdk-utils.api-to-eventbridge-target
|
|
8
10
|
* @subcategory construct
|
|
@@ -34,6 +34,8 @@ const common_1 = require("../../common");
|
|
|
34
34
|
const helper = __importStar(require("../../helper"));
|
|
35
35
|
const api_destined_lambda_1 = require("./api-destined-lambda");
|
|
36
36
|
/**
|
|
37
|
+
* @deprecated Use ApiToEventBridgeTarget instead. This will be removed in a future release.
|
|
38
|
+
*
|
|
37
39
|
* @stability stable
|
|
38
40
|
* @category cdk-utils.api-to-eventbridge-target
|
|
39
41
|
* @subcategory construct
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradientedge/cdk-utils",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.36.0",
|
|
4
4
|
"description": "Utilities for AWS CDK provisioning",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -26,24 +26,22 @@
|
|
|
26
26
|
},
|
|
27
27
|
"homepage": "https://github.com/gradientedge/cdk-utils#readme",
|
|
28
28
|
"scripts": {
|
|
29
|
-
"build": "rimraf dist/ && npx tsc &&
|
|
30
|
-
"build:production": "rimraf dist/ && npx tsc -p tsconfig.prd.json &&
|
|
31
|
-
"
|
|
32
|
-
"ci": "yarn install --frozen-lockfile && yarn build && yarn validate && yarn docs",
|
|
29
|
+
"build": "npx rimraf dist/ && npx tsc && pnpm -r build",
|
|
30
|
+
"build:production": "rimraf dist/ && npx tsc -p tsconfig.prd.json && pnpm -r build",
|
|
31
|
+
"ci": "pnpm install --frozen-lockfile && pnpm build && pnpm validate && pnpm run docs",
|
|
33
32
|
"cz": "npx cz",
|
|
34
|
-
"docs": "rimraf api-docs && npx jsdoc --pedantic -c jsdoc.json .",
|
|
35
|
-
"lint": "
|
|
36
|
-
"fix": "
|
|
37
|
-
"postinstall": "npx lerna run initialise",
|
|
33
|
+
"docs": "npx rimraf api-docs && npx jsdoc --pedantic -c jsdoc.json .",
|
|
34
|
+
"lint": "pnpm prettify && eslint **/*.ts --cache --max-warnings=0",
|
|
35
|
+
"fix": "pnpm prettify && eslint --fix **/*.ts",
|
|
38
36
|
"prettier": "npx prettier --cache --check \"**/*.{ts,json,md}\"",
|
|
39
37
|
"prettify": "npx prettier --cache --write \"**/*.{ts,json,md}\"",
|
|
40
|
-
"test": "rimraf coverage && npx jest --ci --maxWorkers=100%",
|
|
38
|
+
"test": "npx rimraf coverage && npx jest --ci --maxWorkers=100%",
|
|
41
39
|
"update:deps": "ncu -u --deep",
|
|
42
|
-
"validate": "
|
|
40
|
+
"validate": "pnpm prettier && pnpm test"
|
|
43
41
|
},
|
|
44
42
|
"husky": {
|
|
45
43
|
"hooks": {
|
|
46
|
-
"pre-commit": "
|
|
44
|
+
"pre-commit": "pnpm prettify && pnpm validate"
|
|
47
45
|
}
|
|
48
46
|
},
|
|
49
47
|
"dependencies": {
|
|
@@ -80,7 +78,6 @@
|
|
|
80
78
|
"jsdoc": "^4.0.2",
|
|
81
79
|
"jsdoc-babel": "^0.5.0",
|
|
82
80
|
"jsdoc-mermaid": "^1.0.0",
|
|
83
|
-
"lerna": "^6.5.1",
|
|
84
81
|
"prettier": "^2.8.6",
|
|
85
82
|
"prettier-plugin-organize-imports": "^3.2.2",
|
|
86
83
|
"rimraf": "^4.4.0",
|
|
@@ -93,12 +90,16 @@
|
|
|
93
90
|
"optionalDependencies": {
|
|
94
91
|
"@babel/core": "^7.21.00",
|
|
95
92
|
"prop-types": "^15.8.1",
|
|
96
|
-
"react": "^
|
|
97
|
-
"react-dom": "^
|
|
93
|
+
"react": "^17.0.0",
|
|
94
|
+
"react-dom": "^17.0.0"
|
|
98
95
|
},
|
|
99
96
|
"config": {
|
|
100
97
|
"commitizen": {
|
|
101
|
-
"path": "
|
|
98
|
+
"path": "cz-conventional-changelog"
|
|
102
99
|
}
|
|
103
|
-
}
|
|
100
|
+
},
|
|
101
|
+
"workspaces": [
|
|
102
|
+
"app/api-destined-function/*",
|
|
103
|
+
"src/*"
|
|
104
|
+
]
|
|
104
105
|
}
|
|
@@ -13,6 +13,8 @@ import * as types from '../../types'
|
|
|
13
13
|
import { ApiDestinedLambda } from './api-destined-lambda'
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
|
+
* @deprecated Use ApiToEventBridgeTarget instead. This will be removed in a future release.
|
|
17
|
+
*
|
|
16
18
|
* @stability stable
|
|
17
19
|
* @category cdk-utils.api-to-eventbridge-target
|
|
18
20
|
* @subcategory construct
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"systemParams": "linux-x64-108",
|
|
3
|
-
"modulesFolders": [
|
|
4
|
-
"node_modules"
|
|
5
|
-
],
|
|
6
|
-
"flags": [
|
|
7
|
-
"checkFiles",
|
|
8
|
-
"production"
|
|
9
|
-
],
|
|
10
|
-
"linkedModules": [],
|
|
11
|
-
"topLevelPatterns": [
|
|
12
|
-
"@types/uuid@^9.0.1",
|
|
13
|
-
"mkdirp@^2.1.5",
|
|
14
|
-
"rimraf@^4.4.0",
|
|
15
|
-
"uuid@^9.0.0"
|
|
16
|
-
],
|
|
17
|
-
"lockfileEntries": {
|
|
18
|
-
"@types/uuid@^9.0.1": "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.1.tgz#98586dc36aee8dacc98cc396dbca8d0429647aa6",
|
|
19
|
-
"balanced-match@^1.0.0": "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee",
|
|
20
|
-
"brace-expansion@^2.0.1": "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae",
|
|
21
|
-
"fs.realpath@^1.0.0": "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f",
|
|
22
|
-
"glob@^9.2.0": "https://registry.yarnpkg.com/glob/-/glob-9.3.1.tgz#4a15cf72479a440f77e97805b21e1b5b6e4fb18a",
|
|
23
|
-
"lru-cache@^7.14.1": "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89",
|
|
24
|
-
"minimatch@^7.4.1": "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f",
|
|
25
|
-
"minipass@^4.0.2": "https://registry.yarnpkg.com/minipass/-/minipass-4.2.5.tgz#9e0e5256f1e3513f8c34691dd68549e85b2c8ceb",
|
|
26
|
-
"minipass@^4.2.4": "https://registry.yarnpkg.com/minipass/-/minipass-4.2.5.tgz#9e0e5256f1e3513f8c34691dd68549e85b2c8ceb",
|
|
27
|
-
"mkdirp@^2.1.5": "https://registry.yarnpkg.com/mkdirp/-/mkdirp-2.1.5.tgz#78d7eaf15e069ba7b6b47d76dd94cfadf7a4062f",
|
|
28
|
-
"path-scurry@^1.6.1": "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132",
|
|
29
|
-
"rimraf@^4.4.0": "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.0.tgz#c7a9f45bb2ec058d2e60ef9aca5167974313d605",
|
|
30
|
-
"uuid@^9.0.0": "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
|
|
31
|
-
},
|
|
32
|
-
"files": [
|
|
33
|
-
".bin/uuid",
|
|
34
|
-
"@types/uuid/LICENSE",
|
|
35
|
-
"@types/uuid/README.md",
|
|
36
|
-
"@types/uuid/index.d.mts",
|
|
37
|
-
"@types/uuid/index.d.ts",
|
|
38
|
-
"@types/uuid/package.json",
|
|
39
|
-
"uuid/CHANGELOG.md",
|
|
40
|
-
"uuid/CONTRIBUTING.md",
|
|
41
|
-
"uuid/LICENSE.md",
|
|
42
|
-
"uuid/README.md",
|
|
43
|
-
"uuid/dist/bin/uuid",
|
|
44
|
-
"uuid/dist/commonjs-browser/index.js",
|
|
45
|
-
"uuid/dist/commonjs-browser/md5.js",
|
|
46
|
-
"uuid/dist/commonjs-browser/native.js",
|
|
47
|
-
"uuid/dist/commonjs-browser/nil.js",
|
|
48
|
-
"uuid/dist/commonjs-browser/parse.js",
|
|
49
|
-
"uuid/dist/commonjs-browser/regex.js",
|
|
50
|
-
"uuid/dist/commonjs-browser/rng.js",
|
|
51
|
-
"uuid/dist/commonjs-browser/sha1.js",
|
|
52
|
-
"uuid/dist/commonjs-browser/stringify.js",
|
|
53
|
-
"uuid/dist/commonjs-browser/v1.js",
|
|
54
|
-
"uuid/dist/commonjs-browser/v3.js",
|
|
55
|
-
"uuid/dist/commonjs-browser/v35.js",
|
|
56
|
-
"uuid/dist/commonjs-browser/v4.js",
|
|
57
|
-
"uuid/dist/commonjs-browser/v5.js",
|
|
58
|
-
"uuid/dist/commonjs-browser/validate.js",
|
|
59
|
-
"uuid/dist/commonjs-browser/version.js",
|
|
60
|
-
"uuid/dist/esm-browser/index.js",
|
|
61
|
-
"uuid/dist/esm-browser/md5.js",
|
|
62
|
-
"uuid/dist/esm-browser/native.js",
|
|
63
|
-
"uuid/dist/esm-browser/nil.js",
|
|
64
|
-
"uuid/dist/esm-browser/parse.js",
|
|
65
|
-
"uuid/dist/esm-browser/regex.js",
|
|
66
|
-
"uuid/dist/esm-browser/rng.js",
|
|
67
|
-
"uuid/dist/esm-browser/sha1.js",
|
|
68
|
-
"uuid/dist/esm-browser/stringify.js",
|
|
69
|
-
"uuid/dist/esm-browser/v1.js",
|
|
70
|
-
"uuid/dist/esm-browser/v3.js",
|
|
71
|
-
"uuid/dist/esm-browser/v35.js",
|
|
72
|
-
"uuid/dist/esm-browser/v4.js",
|
|
73
|
-
"uuid/dist/esm-browser/v5.js",
|
|
74
|
-
"uuid/dist/esm-browser/validate.js",
|
|
75
|
-
"uuid/dist/esm-browser/version.js",
|
|
76
|
-
"uuid/dist/esm-node/index.js",
|
|
77
|
-
"uuid/dist/esm-node/md5.js",
|
|
78
|
-
"uuid/dist/esm-node/native.js",
|
|
79
|
-
"uuid/dist/esm-node/nil.js",
|
|
80
|
-
"uuid/dist/esm-node/parse.js",
|
|
81
|
-
"uuid/dist/esm-node/regex.js",
|
|
82
|
-
"uuid/dist/esm-node/rng.js",
|
|
83
|
-
"uuid/dist/esm-node/sha1.js",
|
|
84
|
-
"uuid/dist/esm-node/stringify.js",
|
|
85
|
-
"uuid/dist/esm-node/v1.js",
|
|
86
|
-
"uuid/dist/esm-node/v3.js",
|
|
87
|
-
"uuid/dist/esm-node/v35.js",
|
|
88
|
-
"uuid/dist/esm-node/v4.js",
|
|
89
|
-
"uuid/dist/esm-node/v5.js",
|
|
90
|
-
"uuid/dist/esm-node/validate.js",
|
|
91
|
-
"uuid/dist/esm-node/version.js",
|
|
92
|
-
"uuid/dist/index.js",
|
|
93
|
-
"uuid/dist/md5-browser.js",
|
|
94
|
-
"uuid/dist/md5.js",
|
|
95
|
-
"uuid/dist/native-browser.js",
|
|
96
|
-
"uuid/dist/native.js",
|
|
97
|
-
"uuid/dist/nil.js",
|
|
98
|
-
"uuid/dist/parse.js",
|
|
99
|
-
"uuid/dist/regex.js",
|
|
100
|
-
"uuid/dist/rng-browser.js",
|
|
101
|
-
"uuid/dist/rng.js",
|
|
102
|
-
"uuid/dist/sha1-browser.js",
|
|
103
|
-
"uuid/dist/sha1.js",
|
|
104
|
-
"uuid/dist/stringify.js",
|
|
105
|
-
"uuid/dist/uuid-bin.js",
|
|
106
|
-
"uuid/dist/v1.js",
|
|
107
|
-
"uuid/dist/v3.js",
|
|
108
|
-
"uuid/dist/v35.js",
|
|
109
|
-
"uuid/dist/v4.js",
|
|
110
|
-
"uuid/dist/v5.js",
|
|
111
|
-
"uuid/dist/validate.js",
|
|
112
|
-
"uuid/dist/version.js",
|
|
113
|
-
"uuid/package.json",
|
|
114
|
-
"uuid/wrapper.mjs"
|
|
115
|
-
],
|
|
116
|
-
"artifacts": {}
|
|
117
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) Microsoft Corporation.
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# Installation
|
|
2
|
-
> `npm install --save @types/uuid`
|
|
3
|
-
|
|
4
|
-
# Summary
|
|
5
|
-
This package contains type definitions for uuid (https://github.com/uuidjs/uuid).
|
|
6
|
-
|
|
7
|
-
# Details
|
|
8
|
-
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid.
|
|
9
|
-
|
|
10
|
-
### Additional Details
|
|
11
|
-
* Last updated: Wed, 22 Feb 2023 02:32:35 GMT
|
|
12
|
-
* Dependencies: none
|
|
13
|
-
* Global values: none
|
|
14
|
-
|
|
15
|
-
# Credits
|
|
16
|
-
These definitions were written by [Oliver Hoffmann](https://github.com/iamolivinius), [Felipe Ochoa](https://github.com/felipeochoa), [Chris Barth](https://github.com/cjbarth), [Linus Unnebäck](https://github.com/LinusU), and [Christoph Tavan](https://github.com/ctavan).
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import uuid from './index.js';
|
|
2
|
-
export import v1 = uuid.v1;
|
|
3
|
-
export import v3 = uuid.v3;
|
|
4
|
-
export import v4 = uuid.v4;
|
|
5
|
-
export import v5 = uuid.v5;
|
|
6
|
-
export import NIL = uuid.NIL;
|
|
7
|
-
export import version = uuid.version;
|
|
8
|
-
export import validate = uuid.validate;
|
|
9
|
-
export import stringify = uuid.stringify;
|
|
10
|
-
export import parse = uuid.parse;
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
// Type definitions for uuid 9.0
|
|
2
|
-
// Project: https://github.com/uuidjs/uuid
|
|
3
|
-
// Definitions by: Oliver Hoffmann <https://github.com/iamolivinius>
|
|
4
|
-
// Felipe Ochoa <https://github.com/felipeochoa>
|
|
5
|
-
// Chris Barth <https://github.com/cjbarth>
|
|
6
|
-
// Linus Unnebäck <https://github.com/LinusU>
|
|
7
|
-
// Christoph Tavan <https://github.com/ctavan>
|
|
8
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
9
|
-
|
|
10
|
-
// disable automatic export
|
|
11
|
-
export {};
|
|
12
|
-
|
|
13
|
-
// Uses ArrayLike to admit Unit8 and co.
|
|
14
|
-
type OutputBuffer = ArrayLike<number>;
|
|
15
|
-
type InputBuffer = ArrayLike<number>;
|
|
16
|
-
|
|
17
|
-
interface RandomOptions {
|
|
18
|
-
random?: InputBuffer | undefined;
|
|
19
|
-
}
|
|
20
|
-
interface RngOptions {
|
|
21
|
-
rng?: (() => InputBuffer) | undefined;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
interface V1BaseOptions {
|
|
25
|
-
node?: InputBuffer | undefined;
|
|
26
|
-
clockseq?: number | undefined;
|
|
27
|
-
msecs?: number | Date | undefined;
|
|
28
|
-
nsecs?: number | undefined;
|
|
29
|
-
}
|
|
30
|
-
interface V1RandomOptions extends V1BaseOptions, RandomOptions {}
|
|
31
|
-
interface V1RngOptions extends V1BaseOptions, RngOptions {}
|
|
32
|
-
|
|
33
|
-
export type V1Options = V1RandomOptions | V1RngOptions;
|
|
34
|
-
export type V4Options = RandomOptions | RngOptions;
|
|
35
|
-
|
|
36
|
-
type v1String = (options?: V1Options) => string;
|
|
37
|
-
type v1Buffer = <T extends OutputBuffer>(options: V1Options | null | undefined, buffer: T, offset?: number) => T;
|
|
38
|
-
type v1 = v1Buffer & v1String;
|
|
39
|
-
|
|
40
|
-
type v4String = (options?: V4Options) => string;
|
|
41
|
-
type v4Buffer = <T extends OutputBuffer>(options: V4Options | null | undefined, buffer: T, offset?: number) => T;
|
|
42
|
-
type v4 = v4Buffer & v4String;
|
|
43
|
-
|
|
44
|
-
type v3String = (name: string | InputBuffer, namespace: string | InputBuffer) => string;
|
|
45
|
-
type v3Buffer = <T extends OutputBuffer>(name: string | InputBuffer, namespace: string | InputBuffer, buffer: T, offset?: number) => T;
|
|
46
|
-
interface v3Static {
|
|
47
|
-
// https://github.com/uuidjs/uuid/blob/master/src/v35.js#L22
|
|
48
|
-
DNS: string;
|
|
49
|
-
// https://github.com/uuidjs/uuid/blob/master/src/v35.js#L23
|
|
50
|
-
URL: string;
|
|
51
|
-
}
|
|
52
|
-
type v3 = v3Buffer & v3String & v3Static;
|
|
53
|
-
|
|
54
|
-
type v5String = (name: string | InputBuffer, namespace: string | InputBuffer) => string;
|
|
55
|
-
type v5Buffer = <T extends OutputBuffer>(name: string | InputBuffer, namespace: string | InputBuffer, buffer: T, offset?: number) => T;
|
|
56
|
-
interface v5Static {
|
|
57
|
-
// https://github.com/uuidjs/uuid/blob/master/src/v35.js#L22
|
|
58
|
-
DNS: string;
|
|
59
|
-
// https://github.com/uuidjs/uuid/blob/master/src/v35.js#L23
|
|
60
|
-
URL: string;
|
|
61
|
-
}
|
|
62
|
-
type v5 = v5Buffer & v5String & v5Static;
|
|
63
|
-
|
|
64
|
-
type NIL = string;
|
|
65
|
-
|
|
66
|
-
type parse = (uuid: string) => Uint8Array;
|
|
67
|
-
type stringify = (buffer: InputBuffer, offset?: number) => string;
|
|
68
|
-
type validate = (uuid: string) => boolean;
|
|
69
|
-
type version = (uuid: string) => number;
|
|
70
|
-
|
|
71
|
-
export const NIL: NIL;
|
|
72
|
-
export const parse: parse;
|
|
73
|
-
export const stringify: stringify;
|
|
74
|
-
export const v1: v1;
|
|
75
|
-
export const v3: v3;
|
|
76
|
-
export const v4: v4;
|
|
77
|
-
export const v5: v5;
|
|
78
|
-
export const validate: validate;
|
|
79
|
-
export const version: version;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@types/uuid",
|
|
3
|
-
"version": "9.0.1",
|
|
4
|
-
"description": "TypeScript definitions for uuid",
|
|
5
|
-
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"contributors": [
|
|
8
|
-
{
|
|
9
|
-
"name": "Oliver Hoffmann",
|
|
10
|
-
"url": "https://github.com/iamolivinius",
|
|
11
|
-
"githubUsername": "iamolivinius"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"name": "Felipe Ochoa",
|
|
15
|
-
"url": "https://github.com/felipeochoa",
|
|
16
|
-
"githubUsername": "felipeochoa"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "Chris Barth",
|
|
20
|
-
"url": "https://github.com/cjbarth",
|
|
21
|
-
"githubUsername": "cjbarth"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"name": "Linus Unnebäck",
|
|
25
|
-
"url": "https://github.com/LinusU",
|
|
26
|
-
"githubUsername": "LinusU"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "Christoph Tavan",
|
|
30
|
-
"url": "https://github.com/ctavan",
|
|
31
|
-
"githubUsername": "ctavan"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"main": "",
|
|
35
|
-
"types": "index.d.ts",
|
|
36
|
-
"repository": {
|
|
37
|
-
"type": "git",
|
|
38
|
-
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
|
39
|
-
"directory": "types/uuid"
|
|
40
|
-
},
|
|
41
|
-
"scripts": {},
|
|
42
|
-
"dependencies": {},
|
|
43
|
-
"typesPublisherContentHash": "960e341662c90dd3808bb9d88f8b2b55d25603a5e59a0adce183de525875f416",
|
|
44
|
-
"typeScriptVersion": "4.2",
|
|
45
|
-
"exports": {
|
|
46
|
-
"./package.json": "./package.json",
|
|
47
|
-
".": {
|
|
48
|
-
"types": {
|
|
49
|
-
"import": "./index.d.mts",
|
|
50
|
-
"default": "./index.d.ts"
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2010-2020 Robert Kieffer and other contributors
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
-
|
|
7
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
-
|
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|