@aws-cdk/cloud-assembly-schema 2.105.0 → 2.106.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.2.9 (build 00bbc31)",
19
+ "jsiiVersion": "5.2.26 (build ba8b169)",
20
20
  "keywords": [
21
21
  "aws",
22
22
  "cdk"
@@ -5909,6 +5909,6 @@
5909
5909
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5910
5910
  }
5911
5911
  },
5912
- "version": "2.105.0",
5912
+ "version": "2.106.0",
5913
5913
  "fingerprint": "**********"
5914
5914
  }
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.105.0" };
265
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.106.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.105.0",
3
+ "version": "2.106.0",
4
4
  "description": "Cloud Assembly Schema",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -80,15 +80,15 @@
80
80
  },
81
81
  "license": "Apache-2.0",
82
82
  "devDependencies": {
83
- "@aws-cdk/cdk-build-tools": "2.105.0-alpha.0",
84
- "@aws-cdk/pkglint": "2.105.0-alpha.0",
85
- "@types/jest": "^29.5.5",
86
- "@types/mock-fs": "^4.13.2",
87
- "@types/semver": "^7.5.3",
88
- "aws-cdk-lib": "2.105.0",
83
+ "@aws-cdk/cdk-build-tools": "2.106.0-alpha.0",
84
+ "@aws-cdk/pkglint": "2.106.0-alpha.0",
85
+ "@types/jest": "^29.5.8",
86
+ "@types/mock-fs": "^4.13.4",
87
+ "@types/semver": "^7.5.5",
88
+ "aws-cdk-lib": "2.106.0",
89
89
  "jest": "^29.7.0",
90
90
  "mock-fs": "^4.14.0",
91
- "typescript-json-schema": "^0.61.0"
91
+ "typescript-json-schema": "^0.62.0"
92
92
  },
93
93
  "repository": {
94
94
  "url": "https://github.com/aws/aws-cdk.git",
@@ -89,14 +89,14 @@
89
89
  },
90
90
  "ArtifactType": {
91
91
  "description": "Type of cloud artifact.",
92
+ "type": "string",
92
93
  "enum": [
94
+ "none",
93
95
  "aws:cloudformation:stack",
94
- "cdk:asset-manifest",
95
- "cdk:cloud-assembly",
96
96
  "cdk:tree",
97
- "none"
98
- ],
99
- "type": "string"
97
+ "cdk:asset-manifest",
98
+ "cdk:cloud-assembly"
99
+ ]
100
100
  },
101
101
  "MetadataEntry": {
102
102
  "description": "A metadata entry in a cloud assembly artifact.",
@@ -488,20 +488,20 @@
488
488
  },
489
489
  "ContextProvider": {
490
490
  "description": "Identifier for the context provider",
491
+ "type": "string",
491
492
  "enum": [
492
493
  "ami",
493
494
  "availability-zones",
494
- "endpoint-service-availability-zones",
495
495
  "hosted-zone",
496
- "key-provider",
496
+ "ssm",
497
+ "vpc-provider",
498
+ "endpoint-service-availability-zones",
497
499
  "load-balancer",
498
500
  "load-balancer-listener",
499
- "plugin",
500
501
  "security-group",
501
- "ssm",
502
- "vpc-provider"
503
- ],
504
- "type": "string"
502
+ "key-provider",
503
+ "plugin"
504
+ ]
505
505
  },
506
506
  "ContextQueryProperties": {
507
507
  "anyOf": [
@@ -775,11 +775,11 @@
775
775
  },
776
776
  "LoadBalancerType": {
777
777
  "description": "Type of load balancer",
778
+ "type": "string",
778
779
  "enum": [
779
- "application",
780
- "network"
781
- ],
782
- "type": "string"
780
+ "network",
781
+ "application"
782
+ ]
783
783
  },
784
784
  "LoadBalancerListenerContextQuery": {
785
785
  "description": "Query input for looking up a load balancer listener",
@@ -1 +1 @@
1
- {"version":"34.0.0"}
1
+ {"version":"35.0.0"}