cdk-common 2.0.252 → 2.0.255
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 +3 -3
- package/lib/main.js +1 -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/http.d.ts +134 -52
- package/node_modules/@types/concat-stream/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/https.d.ts +198 -58
- package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/http.d.ts +134 -52
- package/node_modules/@types/form-data/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/https.d.ts +198 -58
- package/node_modules/@types/form-data/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/http.d.ts +121 -52
- package/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/node/https.d.ts +191 -62
- package/node_modules/@types/node/package.json +3 -3
- package/package.json +8 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "14.18.
|
|
3
|
+
"version": "14.18.28",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -220,6 +220,6 @@
|
|
|
220
220
|
},
|
|
221
221
|
"scripts": {},
|
|
222
222
|
"dependencies": {},
|
|
223
|
-
"typesPublisherContentHash": "
|
|
224
|
-
"typeScriptVersion": "4.
|
|
223
|
+
"typesPublisherContentHash": "cd7511ff009252265753296a831de99ae0e8acc59192d53ebb91bd72374508fc",
|
|
224
|
+
"typeScriptVersion": "4.1"
|
|
225
225
|
}
|
package/package.json
CHANGED
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
"eslint-plugin-import": "^2.26.0",
|
|
51
51
|
"jest": "^27",
|
|
52
52
|
"jest-junit": "^13",
|
|
53
|
-
"jsii": "^1.
|
|
54
|
-
"jsii-diff": "^1.
|
|
53
|
+
"jsii": "^1.67.0",
|
|
54
|
+
"jsii-diff": "^1.67.0",
|
|
55
55
|
"jsii-docgen": "^3.8.31",
|
|
56
|
-
"jsii-pacmak": "^1.
|
|
56
|
+
"jsii-pacmak": "^1.67.0",
|
|
57
57
|
"json-schema": "^0.4.0",
|
|
58
58
|
"npm-check-updates": "^15",
|
|
59
|
-
"projen": "0.61.
|
|
59
|
+
"projen": "0.61.45",
|
|
60
60
|
"standard-version": "^9",
|
|
61
61
|
"ts-jest": "^27",
|
|
62
|
-
"typescript": "
|
|
62
|
+
"typescript": "3.9.10"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"aws-cdk-lib": "^2.12.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
],
|
|
85
85
|
"main": "lib/index.js",
|
|
86
86
|
"license": "Apache-2.0",
|
|
87
|
-
"version": "2.0.
|
|
87
|
+
"version": "2.0.255",
|
|
88
88
|
"jest": {
|
|
89
89
|
"testMatch": [
|
|
90
90
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|
|
@@ -145,6 +145,8 @@
|
|
|
145
145
|
"announce": true
|
|
146
146
|
},
|
|
147
147
|
"resolutions": {
|
|
148
|
+
"got": "12.3.1",
|
|
149
|
+
"@types/responselike": "1.0.0",
|
|
148
150
|
"@types/prettier": "2.6.0"
|
|
149
151
|
},
|
|
150
152
|
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
|