@aws-cdk/cloud-assembly-schema 50.2.0 → 50.3.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
@@ -6031,6 +6031,6 @@
6031
6031
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
6032
6032
  }
6033
6033
  },
6034
- "version": "50.2.0",
6035
- "fingerprint": "fZxLIJLBl3Zt8ZFIBBNcJYssZfh1EEroFuKyYOQkXbQ="
6034
+ "version": "50.3.0",
6035
+ "fingerprint": "2r0hiaIbkVkh0hjhqRQV8A+HneN84f76EkV/g0KwHQI="
6036
6036
  }
package/cli-version.json CHANGED
@@ -1 +1 @@
1
- {"version":"2.1103.0"}
1
+ {"version":"2.1104.0"}
package/lib/manifest.js CHANGED
@@ -257,7 +257,7 @@ class Manifest {
257
257
  }
258
258
  exports.Manifest = Manifest;
259
259
  _a = JSII_RTTI_SYMBOL_1;
260
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "50.2.0" };
260
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "50.3.0" };
261
261
  function stripEnumErrors(errors) {
262
262
  return errors.filter((e) => typeof e.schema === 'string' || !('enum' in e.schema));
263
263
  }
package/package.json CHANGED
@@ -52,8 +52,8 @@
52
52
  "eslint-config-prettier": "^10.1.8",
53
53
  "eslint-import-resolver-typescript": "^3.10.1",
54
54
  "eslint-plugin-import": "^2.32.0",
55
- "eslint-plugin-jest": "^28.14.0",
56
- "eslint-plugin-jsdoc": "^50.8.0",
55
+ "eslint-plugin-jest": "^29.12.1",
56
+ "eslint-plugin-jsdoc": "^62.4.1",
57
57
  "eslint-plugin-prettier": "^5.5.4",
58
58
  "jest": "^29.7.0",
59
59
  "jest-junit": "^16",
@@ -90,7 +90,7 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "version": "50.2.0",
93
+ "version": "50.3.0",
94
94
  "types": "lib/index.d.ts",
95
95
  "stability": "stable",
96
96
  "jsii": {