aws-cdk 2.1020.0 → 2.1020.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/build-info.json +2 -2
- package/lib/index.js +2 -2
- package/package.json +3 -3
package/build-info.json
CHANGED
package/lib/index.js
CHANGED
|
@@ -3449,7 +3449,7 @@ var require_semver2 = __commonJS({
|
|
|
3449
3449
|
// ../@aws-cdk/cloud-assembly-schema/cli-version.json
|
|
3450
3450
|
var require_cli_version = __commonJS({
|
|
3451
3451
|
"../@aws-cdk/cloud-assembly-schema/cli-version.json"(exports2, module2) {
|
|
3452
|
-
module2.exports = { version: "2.1020.
|
|
3452
|
+
module2.exports = { version: "2.1020.1" };
|
|
3453
3453
|
}
|
|
3454
3454
|
});
|
|
3455
3455
|
|
|
@@ -5401,7 +5401,7 @@ var require_version = __commonJS({
|
|
|
5401
5401
|
"../@aws-cdk/cloud-assembly-schema/schema/version.json"(exports2, module2) {
|
|
5402
5402
|
module2.exports = {
|
|
5403
5403
|
schemaHash: "4709e40bc5dd6ad7d2bb6c6bd0315c622b7f4aa07ee3af66ff07f9bc77fdf783",
|
|
5404
|
-
revision:
|
|
5404
|
+
revision: 45
|
|
5405
5405
|
};
|
|
5406
5406
|
}
|
|
5407
5407
|
});
|
package/package.json
CHANGED
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
"typescript": "5.6",
|
|
79
79
|
"xml-js": "^1.6.11",
|
|
80
80
|
"@aws-cdk/cdk-assets-lib": "^1.0.0",
|
|
81
|
-
"@aws-cdk/cloud-assembly-schema": ">=
|
|
81
|
+
"@aws-cdk/cloud-assembly-schema": ">=45.0.0",
|
|
82
82
|
"@aws-cdk/cloudformation-diff": "2.182.0",
|
|
83
83
|
"@aws-cdk/cx-api": "^2.202.0",
|
|
84
|
-
"@aws-cdk/toolkit-lib": "^1.2.
|
|
84
|
+
"@aws-cdk/toolkit-lib": "^1.2.3",
|
|
85
85
|
"@aws-sdk/client-appsync": "^3",
|
|
86
86
|
"@aws-sdk/client-cloudcontrol": "^3",
|
|
87
87
|
"@aws-sdk/client-cloudformation": "^3",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"publishConfig": {
|
|
146
146
|
"access": "public"
|
|
147
147
|
},
|
|
148
|
-
"version": "2.1020.
|
|
148
|
+
"version": "2.1020.1",
|
|
149
149
|
"types": "lib/index.d.ts",
|
|
150
150
|
"exports": {
|
|
151
151
|
"./package.json": "./package.json",
|