cdk-assets 4.4.5 → 4.4.6

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
@@ -4013,7 +4013,7 @@ var require_semver2 = __commonJS({
4013
4013
  // ../@aws-cdk/cloud-assembly-schema/cli-version.json
4014
4014
  var require_cli_version = __commonJS({
4015
4015
  "../@aws-cdk/cloud-assembly-schema/cli-version.json"(exports2, module2) {
4016
- module2.exports = { version: "2.1118.3" };
4016
+ module2.exports = { version: "2.1118.4" };
4017
4017
  }
4018
4018
  });
4019
4019
 
@@ -4444,14 +4444,14 @@ have a unique display name. (Default - no display name)`,
4444
4444
  {
4445
4445
  type: "array",
4446
4446
  items: {
4447
- $ref: "#/definitions/Tag"
4448
- }
4449
- },
4450
- {
4451
- description: "Type of creation stack data",
4452
- type: "array",
4453
- items: {
4454
- type: "string"
4447
+ anyOf: [
4448
+ {
4449
+ $ref: "#/definitions/Tag"
4450
+ },
4451
+ {
4452
+ type: "string"
4453
+ }
4454
+ ]
4455
4455
  }
4456
4456
  },
4457
4457
  {
@@ -6050,7 +6050,7 @@ var require_integ_schema = __commonJS({
6050
6050
  var require_version = __commonJS({
6051
6051
  "../@aws-cdk/cloud-assembly-schema/schema/version.json"(exports2, module2) {
6052
6052
  module2.exports = {
6053
- schemaHash: "794dc834654646b4a60c6d8ea46ed0245a71de33e598289f6922082951768d04",
6053
+ schemaHash: "cf2452236640f556f1b81778515335af1c6bbdb54c7ef12dad43f8cf6a56ddee",
6054
6054
  $comment: "Do not hold back the version on additions: jsonschema validation of the manifest by the consumer will trigger errors on unexpected fields.",
6055
6055
  revision: 53
6056
6056
  };
@@ -4060,7 +4060,7 @@ var require_semver2 = __commonJS({
4060
4060
  // ../@aws-cdk/cloud-assembly-schema/cli-version.json
4061
4061
  var require_cli_version = __commonJS({
4062
4062
  "../@aws-cdk/cloud-assembly-schema/cli-version.json"(exports2, module2) {
4063
- module2.exports = { version: "2.1118.3" };
4063
+ module2.exports = { version: "2.1118.4" };
4064
4064
  }
4065
4065
  });
4066
4066
 
@@ -4491,14 +4491,14 @@ have a unique display name. (Default - no display name)`,
4491
4491
  {
4492
4492
  type: "array",
4493
4493
  items: {
4494
- $ref: "#/definitions/Tag"
4495
- }
4496
- },
4497
- {
4498
- description: "Type of creation stack data",
4499
- type: "array",
4500
- items: {
4501
- type: "string"
4494
+ anyOf: [
4495
+ {
4496
+ $ref: "#/definitions/Tag"
4497
+ },
4498
+ {
4499
+ type: "string"
4500
+ }
4501
+ ]
4502
4502
  }
4503
4503
  },
4504
4504
  {
@@ -6097,7 +6097,7 @@ var require_integ_schema = __commonJS({
6097
6097
  var require_version = __commonJS({
6098
6098
  "../@aws-cdk/cloud-assembly-schema/schema/version.json"(exports2, module2) {
6099
6099
  module2.exports = {
6100
- schemaHash: "794dc834654646b4a60c6d8ea46ed0245a71de33e598289f6922082951768d04",
6100
+ schemaHash: "cf2452236640f556f1b81778515335af1c6bbdb54c7ef12dad43f8cf6a56ddee",
6101
6101
  $comment: "Do not hold back the version on additions: jsonschema validation of the manifest by the consumer will trigger errors on unexpected fields.",
6102
6102
  revision: 53
6103
6103
  };
package/package.json CHANGED
@@ -63,7 +63,7 @@
63
63
  "projen": "^0.99.48",
64
64
  "ts-jest": "^29.4.9",
65
65
  "typescript": "5.9",
66
- "@aws-cdk/cdk-assets-lib": "^1.4.4",
66
+ "@aws-cdk/cdk-assets-lib": "^1.4.5",
67
67
  "yargs": "^17.7.2"
68
68
  },
69
69
  "dependencies": {},
@@ -87,7 +87,7 @@
87
87
  "publishConfig": {
88
88
  "access": "public"
89
89
  },
90
- "version": "4.4.5",
90
+ "version": "4.4.6",
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\"."