@aws-cdk/cloud-assembly-schema 39.1.38 → 39.1.40

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
@@ -8,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "bundled": {
11
- "jsonschema": "^1.4.1",
11
+ "jsonschema": "~1.4.1",
12
12
  "semver": "^7.6.3"
13
13
  },
14
14
  "description": "Cloud Assembly Schema",
@@ -5511,6 +5511,6 @@
5511
5511
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5512
5512
  }
5513
5513
  },
5514
- "version": "39.1.38",
5515
- "fingerprint": "zx/hMM2/aPZdnNiUIyG5A3eOFR8nJDwpTg0NYmemgkM="
5514
+ "version": "39.1.40",
5515
+ "fingerprint": "K0G+YC/8xEqg4+74LL01KtaFidF66m72bRjA7I3P9dw="
5516
5516
  }
package/lib/manifest.js CHANGED
@@ -249,7 +249,7 @@ class Manifest {
249
249
  }
250
250
  exports.Manifest = Manifest;
251
251
  _a = JSII_RTTI_SYMBOL_1;
252
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "39.1.38" };
252
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "39.1.40" };
253
253
  function mapValues(xs, fn) {
254
254
  if (!xs) {
255
255
  return undefined;
package/package.json CHANGED
@@ -66,7 +66,7 @@
66
66
  "typescript-json-schema": "^0.65.1"
67
67
  },
68
68
  "dependencies": {
69
- "jsonschema": "^1.4.1",
69
+ "jsonschema": "~1.4.1",
70
70
  "semver": "^7.6.3"
71
71
  },
72
72
  "bundledDependencies": [
@@ -80,7 +80,7 @@
80
80
  "main": "lib/index.js",
81
81
  "license": "Apache-2.0",
82
82
  "homepage": "https://github.com/cdklabs/cloud-assembly-schema",
83
- "version": "39.1.38",
83
+ "version": "39.1.40",
84
84
  "types": "lib/index.d.ts",
85
85
  "stability": "stable",
86
86
  "jsii": {