cdk-assets 2.155.11 → 2.155.12
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/npm-shrinkwrap.json +10 -10
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"jszip": "^3.10.1",
|
|
46
46
|
"mock-fs": "^4.14.0",
|
|
47
47
|
"prettier": "^3.3.3",
|
|
48
|
-
"projen": "^0.88.
|
|
48
|
+
"projen": "^0.88.3",
|
|
49
49
|
"ts-jest": "^29.2.5",
|
|
50
50
|
"ts-node": "^10.9.2",
|
|
51
51
|
"typescript": "^5.6.3"
|
|
@@ -8402,9 +8402,9 @@
|
|
|
8402
8402
|
"license": "MIT"
|
|
8403
8403
|
},
|
|
8404
8404
|
"node_modules/projen": {
|
|
8405
|
-
"version": "0.88.
|
|
8406
|
-
"resolved": "https://registry.npmjs.org/projen/-/projen-0.88.
|
|
8407
|
-
"integrity": "sha512-
|
|
8405
|
+
"version": "0.88.3",
|
|
8406
|
+
"resolved": "https://registry.npmjs.org/projen/-/projen-0.88.3.tgz",
|
|
8407
|
+
"integrity": "sha512-VTH2orA3HIrgzdL89w8O2oaogUbKHaORYtM6H/v2biHwNqNJR998MV2eGq4tvynJE/VjFKNZWbf0mveg7p+36w==",
|
|
8408
8408
|
"bundleDependencies": [
|
|
8409
8409
|
"@iarna/toml",
|
|
8410
8410
|
"case",
|
|
@@ -9231,9 +9231,9 @@
|
|
|
9231
9231
|
}
|
|
9232
9232
|
},
|
|
9233
9233
|
"node_modules/projen/node_modules/yaml": {
|
|
9234
|
-
"version": "2.
|
|
9235
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.
|
|
9236
|
-
"integrity": "sha512-
|
|
9234
|
+
"version": "2.6.0",
|
|
9235
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz",
|
|
9236
|
+
"integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==",
|
|
9237
9237
|
"dev": true,
|
|
9238
9238
|
"inBundle": true,
|
|
9239
9239
|
"license": "ISC",
|
|
@@ -11168,9 +11168,9 @@
|
|
|
11168
11168
|
"license": "ISC"
|
|
11169
11169
|
},
|
|
11170
11170
|
"node_modules/yaml": {
|
|
11171
|
-
"version": "2.
|
|
11172
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.
|
|
11173
|
-
"integrity": "sha512-
|
|
11171
|
+
"version": "2.6.0",
|
|
11172
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz",
|
|
11173
|
+
"integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==",
|
|
11174
11174
|
"dev": true,
|
|
11175
11175
|
"license": "ISC",
|
|
11176
11176
|
"bin": {
|
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"jszip": "^3.10.1",
|
|
55
55
|
"mock-fs": "^4.14.0",
|
|
56
56
|
"prettier": "^3.3.3",
|
|
57
|
-
"projen": "^0.88.
|
|
57
|
+
"projen": "^0.88.3",
|
|
58
58
|
"ts-jest": "^29.2.5",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.6.3"
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"publishConfig": {
|
|
79
79
|
"access": "public"
|
|
80
80
|
},
|
|
81
|
-
"version": "2.155.
|
|
81
|
+
"version": "2.155.12",
|
|
82
82
|
"types": "lib/index.d.ts",
|
|
83
83
|
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
|
|
84
84
|
}
|