@aws-cdk/cloud-assembly-schema 1.122.0 → 1.123.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/.jsii CHANGED
@@ -3434,6 +3434,6 @@
3434
3434
  ]
3435
3435
  }
3436
3436
  },
3437
- "version": "1.122.0",
3438
- "fingerprint": "miDQYstT7sZZlJXWuH/PdzgSjGa7orcMnJxYW0n9TXk="
3437
+ "version": "1.123.0",
3438
+ "fingerprint": "5kGTBDvoQaJaQAbd+4LH7egMfEgAe2SQ5iE5BPshr/c="
3439
3439
  }
package/lib/manifest.js CHANGED
@@ -188,7 +188,7 @@ class Manifest {
188
188
  }
189
189
  exports.Manifest = Manifest;
190
190
  _a = JSII_RTTI_SYMBOL_1;
191
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "1.122.0" };
191
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "1.123.0" };
192
192
  function mapValues(xs, fn) {
193
193
  if (!xs) {
194
194
  return undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/cloud-assembly-schema",
3
- "version": "1.122.0",
3
+ "version": "1.123.0",
4
4
  "description": "Cloud Assembly Schema",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -63,10 +63,10 @@
63
63
  "@types/jest": "^26.0.24",
64
64
  "@types/mock-fs": "^4.13.1",
65
65
  "@types/semver": "^7.3.7",
66
- "cdk-build-tools": "1.122.0",
66
+ "cdk-build-tools": "1.123.0",
67
67
  "jest": "^26.6.3",
68
68
  "mock-fs": "^4.14.0",
69
- "pkglint": "1.122.0",
69
+ "pkglint": "1.123.0",
70
70
  "typescript-json-schema": "^0.50.1"
71
71
  },
72
72
  "repository": {