aws-cdk 2.1009.0 → 2.1010.0

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 CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "comment": "Generated at 2025-04-16T12:25:46Z by generate.sh",
3
- "commit": "25db152"
2
+ "comment": "Generated at 2025-04-16T14:17:14Z by generate.sh",
3
+ "commit": "6b421db"
4
4
  }
package/lib/index.js CHANGED
@@ -3418,7 +3418,7 @@ var require_semver2 = __commonJS({
3418
3418
  // ../@aws-cdk/cloud-assembly-schema/cli-version.json
3419
3419
  var require_cli_version = __commonJS({
3420
3420
  "../@aws-cdk/cloud-assembly-schema/cli-version.json"(exports2, module2) {
3421
- module2.exports = { version: "2.1009.0" };
3421
+ module2.exports = { version: "2.1010.0" };
3422
3422
  }
3423
3423
  });
3424
3424
 
@@ -335507,6 +335507,15 @@ var init_user_configuration = __esm({
335507
335507
  }
335508
335508
  });
335509
335509
 
335510
+ // ../@aws-cdk/toolkit-lib/lib/private/dispose-polyfill.ts
335511
+ var init_dispose_polyfill = __esm({
335512
+ "../@aws-cdk/toolkit-lib/lib/private/dispose-polyfill.ts"() {
335513
+ "use strict";
335514
+ Symbol.dispose ?? (Symbol.dispose = Symbol("Symbol.dispose"));
335515
+ Symbol.asyncDispose ?? (Symbol.asyncDispose = Symbol("Symbol.asyncDispose"));
335516
+ }
335517
+ });
335518
+
335510
335519
  // ../@aws-cdk/toolkit-lib/node_modules/fs-extra/lib/fs/index.js
335511
335520
  var require_fs3 = __commonJS({
335512
335521
  "../@aws-cdk/toolkit-lib/node_modules/fs-extra/lib/fs/index.js"(exports2) {
@@ -338611,13 +338620,11 @@ var import_semver, StackAssembly;
338611
338620
  var init_stack_assembly2 = __esm({
338612
338621
  "../@aws-cdk/toolkit-lib/lib/api/cloud-assembly/private/stack-assembly.ts"() {
338613
338622
  "use strict";
338623
+ init_dispose_polyfill();
338614
338624
  import_semver = __toESM(require_semver4());
338615
338625
  init_shared_private();
338616
338626
  init_shared_public();
338617
338627
  init_stack_selector2();
338618
- if (!Symbol.asyncDispose) {
338619
- throw new Error("Symbol.asyncDispose is not defined on the current JavaScript platform!");
338620
- }
338621
338628
  StackAssembly = class _StackAssembly extends BaseStackAssembly {
338622
338629
  constructor(_asm, ioHelper) {
338623
338630
  super(_asm.cloudAssembly, ioHelper);
@@ -338899,6 +338906,7 @@ var os9, path23, import_node_util3, cxschema5, cxapi6, fs25, import_semver2, Exe
338899
338906
  var init_prepare_source = __esm({
338900
338907
  "../@aws-cdk/toolkit-lib/lib/api/cloud-assembly/private/prepare-source.ts"() {
338901
338908
  "use strict";
338909
+ init_dispose_polyfill();
338902
338910
  os9 = __toESM(require("os"));
338903
338911
  path23 = __toESM(require("path"));
338904
338912
  import_node_util3 = require("util");
@@ -339740,6 +339748,7 @@ var BorrowedAssembly;
339740
339748
  var init_borrowed_assembly = __esm({
339741
339749
  "../@aws-cdk/toolkit-lib/lib/api/cloud-assembly/private/borrowed-assembly.ts"() {
339742
339750
  "use strict";
339751
+ init_dispose_polyfill();
339743
339752
  BorrowedAssembly = class {
339744
339753
  constructor(cloudAssembly) {
339745
339754
  this.cloudAssembly = cloudAssembly;
@@ -339759,6 +339768,7 @@ var CachedCloudAssembly;
339759
339768
  var init_cached_source = __esm({
339760
339769
  "../@aws-cdk/toolkit-lib/lib/api/cloud-assembly/cached-source.ts"() {
339761
339770
  "use strict";
339771
+ init_dispose_polyfill();
339762
339772
  init_borrowed_assembly();
339763
339773
  CachedCloudAssembly = class {
339764
339774
  asm;
@@ -339838,6 +339848,7 @@ var path24, cxapi8, chalk24, chokidar, fs29, Toolkit;
339838
339848
  var init_toolkit = __esm({
339839
339849
  "../@aws-cdk/toolkit-lib/lib/toolkit/toolkit.ts"() {
339840
339850
  "use strict";
339851
+ init_dispose_polyfill();
339841
339852
  path24 = __toESM(require("path"));
339842
339853
  cxapi8 = __toESM(require_lib3());
339843
339854
  chalk24 = __toESM(require_source());
package/package.json CHANGED
@@ -37,7 +37,7 @@
37
37
  "@aws-cdk/cli-plugin-contract": "2.180.0",
38
38
  "@aws-cdk/node-bundle": "0.0.0",
39
39
  "@aws-cdk/tmp-toolkit-helpers": "0.0.0",
40
- "@aws-cdk/toolkit-lib": "0.3.0",
40
+ "@aws-cdk/toolkit-lib": "0.3.1",
41
41
  "@aws-cdk/user-input-gen": "0.0.0",
42
42
  "@cdklabs/eslint-plugin": "^1.3.2",
43
43
  "@octokit/rest": "^21.1.1",
@@ -79,7 +79,7 @@
79
79
  "ts-mock-imports": "^1.3.16",
80
80
  "typescript": "5.6",
81
81
  "xml-js": "^1.6.11",
82
- "@aws-cdk/cloud-assembly-schema": ">=43.3.0",
82
+ "@aws-cdk/cloud-assembly-schema": ">=43.4.0",
83
83
  "@aws-cdk/cloudformation-diff": "2.181.0",
84
84
  "@aws-cdk/cx-api": "^2.189.0",
85
85
  "@aws-cdk/region-info": "^2.189.0",
@@ -149,7 +149,7 @@
149
149
  "publishConfig": {
150
150
  "access": "public"
151
151
  },
152
- "version": "2.1009.0",
152
+ "version": "2.1010.0",
153
153
  "types": "lib/index.d.ts",
154
154
  "exports": {
155
155
  "./package.json": "./package.json",