cdk-assets 4.6.0 → 4.6.1
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/bin/cdk-assets.js
CHANGED
|
@@ -4127,7 +4127,7 @@ var require_semver2 = __commonJS({
|
|
|
4127
4127
|
// ../@aws-cdk/cloud-assembly-schema/cli-version.json
|
|
4128
4128
|
var require_cli_version = __commonJS({
|
|
4129
4129
|
"../@aws-cdk/cloud-assembly-schema/cli-version.json"(exports2, module2) {
|
|
4130
|
-
module2.exports = { version: "2.1132.
|
|
4130
|
+
module2.exports = { version: "2.1132.1" };
|
|
4131
4131
|
}
|
|
4132
4132
|
});
|
|
4133
4133
|
|
|
@@ -4174,7 +4174,7 @@ var require_semver2 = __commonJS({
|
|
|
4174
4174
|
// ../@aws-cdk/cloud-assembly-schema/cli-version.json
|
|
4175
4175
|
var require_cli_version = __commonJS({
|
|
4176
4176
|
"../@aws-cdk/cloud-assembly-schema/cli-version.json"(exports2, module2) {
|
|
4177
|
-
module2.exports = { version: "2.1132.
|
|
4177
|
+
module2.exports = { version: "2.1132.1" };
|
|
4178
4178
|
}
|
|
4179
4179
|
});
|
|
4180
4180
|
|
package/package.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"organization": true
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@aws-cdk/cloud-assembly-schema": "54.
|
|
38
|
+
"@aws-cdk/cloud-assembly-schema": "54.13.0",
|
|
39
39
|
"@aws-sdk/client-s3": "^3",
|
|
40
40
|
"@cdklabs/eslint-plugin": "^2.0.11",
|
|
41
41
|
"@stylistic/eslint-plugin": "^3",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"projen": "^0.100.7",
|
|
64
64
|
"ts-jest": "^29.4.11",
|
|
65
65
|
"typescript": "5.9",
|
|
66
|
-
"@aws-cdk/cdk-assets-lib": "^1.4.
|
|
66
|
+
"@aws-cdk/cdk-assets-lib": "^1.4.15",
|
|
67
67
|
"yargs": "^17.7.3"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {},
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
|
-
"version": "4.6.
|
|
90
|
+
"version": "4.6.1",
|
|
91
91
|
"packageManager": "yarn@4.13.0",
|
|
92
92
|
"types": "lib/index.d.ts",
|
|
93
93
|
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"yarn projen\"."
|