@aws-cdk/cloud-assembly-schema 48.4.0 → 48.5.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
@@ -5949,6 +5949,6 @@
5949
5949
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5950
5950
  }
5951
5951
  },
5952
- "version": "48.4.0",
5953
- "fingerprint": "zgJUnEMp9LnnZLsb4trir3WOMbd+I5ir+maIgkeo4nA="
5952
+ "version": "48.5.0",
5953
+ "fingerprint": "WcwVMbRCvtawTNgs8vytxW+IxBqOo3z/ce3gHT03qdE="
5954
5954
  }
package/cli-version.json CHANGED
@@ -1 +1 @@
1
- {"version":"2.1025.0"}
1
+ {"version":"2.1026.0"}
package/lib/manifest.js CHANGED
@@ -269,7 +269,7 @@ class Manifest {
269
269
  }
270
270
  exports.Manifest = Manifest;
271
271
  _a = JSII_RTTI_SYMBOL_1;
272
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "48.4.0" };
272
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "48.5.0" };
273
273
  function mapValues(xs, fn) {
274
274
  if (!xs) {
275
275
  return undefined;
package/package.json CHANGED
@@ -39,7 +39,7 @@
39
39
  "organization": true
40
40
  },
41
41
  "devDependencies": {
42
- "@cdklabs/eslint-plugin": "^1.3.2",
42
+ "@cdklabs/eslint-plugin": "^1.3.3",
43
43
  "@stylistic/eslint-plugin": "^3",
44
44
  "@types/jest": "^29.5.14",
45
45
  "@types/node": "^16",
@@ -54,7 +54,7 @@
54
54
  "eslint-plugin-import": "^2.32.0",
55
55
  "eslint-plugin-jest": "^28.14.0",
56
56
  "eslint-plugin-jsdoc": "^50.8.0",
57
- "eslint-plugin-prettier": "^5.5.3",
57
+ "eslint-plugin-prettier": "^5.5.4",
58
58
  "jest": "^29.7.0",
59
59
  "jest-junit": "^16",
60
60
  "jsii": "5.8",
@@ -65,7 +65,7 @@
65
65
  "mock-fs": "^5.5.0",
66
66
  "prettier": "^2.8",
67
67
  "ts-jest": "^29.4.1",
68
- "tsx": "^4.20.3",
68
+ "tsx": "^4.20.4",
69
69
  "typescript": "5.8",
70
70
  "typescript-json-schema": "^0.65.1"
71
71
  },
@@ -90,7 +90,7 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "version": "48.4.0",
93
+ "version": "48.5.0",
94
94
  "types": "lib/index.d.ts",
95
95
  "stability": "stable",
96
96
  "jsii": {