@aws-cdk/cloud-assembly-schema 2.91.0 → 2.93.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": "5.1.10 (build 041401a)",
19
+ "jsiiVersion": "5.1.11 (build 1dfe48d)",
20
20
  "keywords": [
21
21
  "aws",
22
22
  "cdk"
@@ -5891,6 +5891,6 @@
5891
5891
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5892
5892
  }
5893
5893
  },
5894
- "version": "2.91.0",
5894
+ "version": "2.93.0",
5895
5895
  "fingerprint": "**********"
5896
5896
  }
Binary file
package/lib/manifest.js CHANGED
@@ -262,7 +262,7 @@ class Manifest {
262
262
  }
263
263
  exports.Manifest = Manifest;
264
264
  _a = JSII_RTTI_SYMBOL_1;
265
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.91.0" };
265
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.93.0" };
266
266
  function mapValues(xs, fn) {
267
267
  if (!xs) {
268
268
  return undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/cloud-assembly-schema",
3
- "version": "2.91.0",
3
+ "version": "2.93.0",
4
4
  "description": "Cloud Assembly Schema",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,6 +23,9 @@
23
23
  }
24
24
  },
25
25
  "jsii": {
26
+ "excludeTypescript": [
27
+ "**/test/**/*.ts"
28
+ ],
26
29
  "outdir": "dist",
27
30
  "targets": {
28
31
  "java": {
@@ -77,13 +80,13 @@
77
80
  },
78
81
  "license": "Apache-2.0",
79
82
  "devDependencies": {
80
- "@aws-cdk/cdk-build-tools": "2.91.0-alpha.0",
81
- "@aws-cdk/pkglint": "2.91.0-alpha.0",
82
- "@types/jest": "^29.5.3",
83
+ "@aws-cdk/cdk-build-tools": "2.93.0-alpha.0",
84
+ "@aws-cdk/pkglint": "2.93.0-alpha.0",
85
+ "@types/jest": "^29.5.4",
83
86
  "@types/mock-fs": "^4.13.1",
84
87
  "@types/semver": "^7.5.0",
85
- "aws-cdk-lib": "2.91.0",
86
- "jest": "^29.6.2",
88
+ "aws-cdk-lib": "2.93.0",
89
+ "jest": "^29.6.3",
87
90
  "mock-fs": "^4.14.0",
88
91
  "typescript-json-schema": "^0.59.0"
89
92
  },