cdk-import 0.2.62 → 0.2.66
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/package.json +6 -5
package/package.json
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"clobber": "npx projen clobber",
|
|
11
11
|
"compile": "npx projen compile",
|
|
12
12
|
"default": "npx projen default",
|
|
13
|
+
"eject": "npx projen eject",
|
|
13
14
|
"eslint": "npx projen eslint",
|
|
14
15
|
"package": "npx projen package",
|
|
15
16
|
"post-compile": "npx projen post-compile",
|
|
@@ -39,17 +40,17 @@
|
|
|
39
40
|
"jest-junit": "^13",
|
|
40
41
|
"json-schema": "^0.4.0",
|
|
41
42
|
"npm-check-updates": "^12",
|
|
42
|
-
"projen": "^0.
|
|
43
|
+
"projen": "^0.52.0",
|
|
43
44
|
"standard-version": "^9",
|
|
44
45
|
"ts-jest": "^27.1.3",
|
|
45
46
|
"ts-node": "^10.4.0",
|
|
46
47
|
"typescript": "^4.5.5"
|
|
47
48
|
},
|
|
48
49
|
"dependencies": {
|
|
49
|
-
"aws-sdk": "^2.
|
|
50
|
+
"aws-sdk": "^2.1063.0",
|
|
50
51
|
"case": "^1.6.3",
|
|
51
|
-
"jsii-srcmak": "^0.1.
|
|
52
|
-
"json2jsii": "^0.2.
|
|
52
|
+
"jsii-srcmak": "^0.1.457",
|
|
53
|
+
"json2jsii": "^0.2.116",
|
|
53
54
|
"minimist": "^1.2.5",
|
|
54
55
|
"proxy-agent": "^5.0.0"
|
|
55
56
|
},
|
|
@@ -58,7 +59,7 @@
|
|
|
58
59
|
},
|
|
59
60
|
"main": "lib/index.js",
|
|
60
61
|
"license": "Apache-2.0",
|
|
61
|
-
"version": "0.2.
|
|
62
|
+
"version": "0.2.66",
|
|
62
63
|
"jest": {
|
|
63
64
|
"testMatch": [
|
|
64
65
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|