@aws-cdk/cloud-assembly-schema 1.128.0 → 1.132.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
@@ -16,7 +16,7 @@
16
16
  "stability": "stable"
17
17
  },
18
18
  "homepage": "https://github.com/aws/aws-cdk",
19
- "jsiiVersion": "1.39.0 (build 8af72c2)",
19
+ "jsiiVersion": "1.42.0 (build 5f6b62c)",
20
20
  "keywords": [
21
21
  "aws",
22
22
  "cdk"
@@ -28,7 +28,7 @@
28
28
  "hasDefaultInterfaces": true
29
29
  },
30
30
  "rosetta": {
31
- "strict": true
31
+ "strict": false
32
32
  }
33
33
  }
34
34
  },
@@ -3472,6 +3472,6 @@
3472
3472
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
3473
3473
  }
3474
3474
  },
3475
- "version": "1.128.0",
3476
- "fingerprint": "SZJSOXBv00aclXoYyDCsoXrBfKxe33zcusNe+eP92B8="
3475
+ "version": "1.132.0",
3476
+ "fingerprint": "dgyp5zSBTym9Ycxa54QULPIvuwFChb+cBlgJ77mAQGg="
3477
3477
  }
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.128.0" };
191
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "1.132.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.128.0",
3
+ "version": "1.132.0",
4
4
  "description": "Cloud Assembly Schema",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -32,7 +32,7 @@
32
32
  "metadata": {
33
33
  "jsii": {
34
34
  "rosetta": {
35
- "strict": true
35
+ "strict": false
36
36
  }
37
37
  }
38
38
  }
@@ -60,12 +60,12 @@
60
60
  },
61
61
  "license": "Apache-2.0",
62
62
  "devDependencies": {
63
- "@aws-cdk/cdk-build-tools": "1.128.0",
64
- "@aws-cdk/pkglint": "1.128.0",
65
- "@types/jest": "^26.0.24",
63
+ "@aws-cdk/cdk-build-tools": "1.132.0",
64
+ "@aws-cdk/pkglint": "1.132.0",
65
+ "@types/jest": "^27.0.2",
66
66
  "@types/mock-fs": "^4.13.1",
67
- "@types/semver": "^7.3.8",
68
- "jest": "^26.6.3",
67
+ "@types/semver": "^7.3.9",
68
+ "jest": "^27.3.1",
69
69
  "mock-fs": "^4.14.0",
70
70
  "typescript-json-schema": "^0.51.0"
71
71
  },