cdk-common 2.0.519 → 2.0.521
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/.jsii +14 -2
- package/API.md +10 -0
- package/lib/main.js +1 -1
- package/lib/managed-policies.d.ts +2 -0
- package/lib/managed-policies.js +3 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/buffer.d.ts +6 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/cluster.d.ts +2 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/crypto.d.ts +17 -9
- package/node_modules/@types/concat-stream/node_modules/@types/node/fs.d.ts +5 -4
- package/node_modules/@types/concat-stream/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/net.d.ts +8 -6
- package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/process.d.ts +30 -21
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/cluster.d.ts +2 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/crypto.d.ts +17 -9
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/fs.d.ts +5 -4
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/net.d.ts +8 -6
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/process.d.ts +30 -21
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/tty.d.ts +4 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/wasi.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/tty.d.ts +4 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/wasi.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/buffer.d.ts +6 -3
- package/node_modules/@types/form-data/node_modules/@types/node/cluster.d.ts +2 -0
- package/node_modules/@types/form-data/node_modules/@types/node/crypto.d.ts +17 -9
- package/node_modules/@types/form-data/node_modules/@types/node/fs.d.ts +5 -4
- package/node_modules/@types/form-data/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/net.d.ts +8 -6
- package/node_modules/@types/form-data/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/process.d.ts +30 -21
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/buffer.d.ts +6 -3
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/cluster.d.ts +2 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/crypto.d.ts +17 -9
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/fs.d.ts +5 -4
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/net.d.ts +8 -6
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/process.d.ts +30 -21
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/tty.d.ts +4 -1
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/wasi.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/tty.d.ts +4 -1
- package/node_modules/@types/form-data/node_modules/@types/node/wasi.d.ts +2 -2
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"jsii-docgen": "^3.8.31",
|
|
55
55
|
"jsii-pacmak": "^1.83.0",
|
|
56
56
|
"npm-check-updates": "^16",
|
|
57
|
-
"projen": "0.71.
|
|
57
|
+
"projen": "0.71.89",
|
|
58
58
|
"standard-version": "^9",
|
|
59
59
|
"ts-jest": "^27",
|
|
60
60
|
"typescript": "^4.9"
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
],
|
|
87
87
|
"main": "lib/index.js",
|
|
88
88
|
"license": "Apache-2.0",
|
|
89
|
-
"version": "2.0.
|
|
89
|
+
"version": "2.0.521",
|
|
90
90
|
"jest": {
|
|
91
91
|
"testMatch": [
|
|
92
92
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|