@aws-cdk/cloud-assembly-schema 2.2.0 → 2.6.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/.warnings.jsii.js CHANGED
@@ -62,10 +62,10 @@ function _aws_cdk_cloud_assembly_schema_LoadBalancerContextQuery(p) {
62
62
  _aws_cdk_cloud_assembly_schema_Tag(p.loadBalancerTags);
63
63
  visitedObjects.delete(p);
64
64
  }
65
- function _aws_cdk_cloud_assembly_schema_FileDestination(p) {
66
- }
67
65
  function _aws_cdk_cloud_assembly_schema_DockerImageDestination(p) {
68
66
  }
67
+ function _aws_cdk_cloud_assembly_schema_FileDestination(p) {
68
+ }
69
69
  function _aws_cdk_cloud_assembly_schema_LoadBalancerFilter(p) {
70
70
  if (p == null)
71
71
  return;
@@ -76,24 +76,24 @@ function _aws_cdk_cloud_assembly_schema_LoadBalancerFilter(p) {
76
76
  _aws_cdk_cloud_assembly_schema_Tag(p.loadBalancerTags);
77
77
  visitedObjects.delete(p);
78
78
  }
79
- function _aws_cdk_cloud_assembly_schema_FileAsset(p) {
79
+ function _aws_cdk_cloud_assembly_schema_DockerImageAsset(p) {
80
80
  if (p == null)
81
81
  return;
82
82
  visitedObjects.add(p);
83
83
  if (!visitedObjects.has(p.destinations))
84
- _aws_cdk_cloud_assembly_schema_FileDestination(p.destinations);
84
+ _aws_cdk_cloud_assembly_schema_DockerImageDestination(p.destinations);
85
85
  if (!visitedObjects.has(p.source))
86
- _aws_cdk_cloud_assembly_schema_FileSource(p.source);
86
+ _aws_cdk_cloud_assembly_schema_DockerImageSource(p.source);
87
87
  visitedObjects.delete(p);
88
88
  }
89
- function _aws_cdk_cloud_assembly_schema_DockerImageAsset(p) {
89
+ function _aws_cdk_cloud_assembly_schema_FileAsset(p) {
90
90
  if (p == null)
91
91
  return;
92
92
  visitedObjects.add(p);
93
93
  if (!visitedObjects.has(p.destinations))
94
- _aws_cdk_cloud_assembly_schema_DockerImageDestination(p.destinations);
94
+ _aws_cdk_cloud_assembly_schema_FileDestination(p.destinations);
95
95
  if (!visitedObjects.has(p.source))
96
- _aws_cdk_cloud_assembly_schema_DockerImageSource(p.source);
96
+ _aws_cdk_cloud_assembly_schema_FileSource(p.source);
97
97
  visitedObjects.delete(p);
98
98
  }
99
99
  function _aws_cdk_cloud_assembly_schema_AssetManifest(p) {
@@ -114,8 +114,6 @@ function _aws_cdk_cloud_assembly_schema_FileSource(p) {
114
114
  _aws_cdk_cloud_assembly_schema_FileAssetPackaging(p.packaging);
115
115
  visitedObjects.delete(p);
116
116
  }
117
- function _aws_cdk_cloud_assembly_schema_MetadataEntry(p) {
118
- }
119
117
  function _aws_cdk_cloud_assembly_schema_AssemblyManifest(p) {
120
118
  if (p == null)
121
119
  return;
@@ -128,6 +126,10 @@ function _aws_cdk_cloud_assembly_schema_AssemblyManifest(p) {
128
126
  _aws_cdk_cloud_assembly_schema_RuntimeInfo(p.runtime);
129
127
  visitedObjects.delete(p);
130
128
  }
129
+ function _aws_cdk_cloud_assembly_schema_MetadataEntry(p) {
130
+ }
131
+ function _aws_cdk_cloud_assembly_schema_Manifest(p) {
132
+ }
131
133
  function _aws_cdk_cloud_assembly_schema_ArtifactManifest(p) {
132
134
  if (p == null)
133
135
  return;
@@ -138,8 +140,6 @@ function _aws_cdk_cloud_assembly_schema_ArtifactManifest(p) {
138
140
  _aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties(p.properties);
139
141
  visitedObjects.delete(p);
140
142
  }
141
- function _aws_cdk_cloud_assembly_schema_Manifest(p) {
142
- }
143
143
  function _aws_cdk_cloud_assembly_schema_LoadBalancerListenerContextQuery(p) {
144
144
  if (p == null)
145
145
  return;
@@ -177,5 +177,5 @@ function print(name, deprecationMessage) {
177
177
  const visitedObjects = new Set();
178
178
  class DeprecationError extends Error {
179
179
  }
180
- module.exports = { print, _aws_cdk_cloud_assembly_schema_ArtifactType, _aws_cdk_cloud_assembly_schema_ArtifactMetadataEntryType, _aws_cdk_cloud_assembly_schema_ContextProvider, _aws_cdk_cloud_assembly_schema_LoadBalancerType, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerProtocol, _aws_cdk_cloud_assembly_schema_FileAssetPackaging, _aws_cdk_cloud_assembly_schema_TreeArtifactProperties, _aws_cdk_cloud_assembly_schema_Tag, _aws_cdk_cloud_assembly_schema_RuntimeInfo, _aws_cdk_cloud_assembly_schema_NestedCloudAssemblyProperties, _aws_cdk_cloud_assembly_schema_AvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_SSMParameterContextQuery, _aws_cdk_cloud_assembly_schema_EndpointServiceAvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_KeyContextQuery, _aws_cdk_cloud_assembly_schema_AssetManifestProperties, _aws_cdk_cloud_assembly_schema_AwsDestination, _aws_cdk_cloud_assembly_schema_FileAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_HostedZoneContextQuery, _aws_cdk_cloud_assembly_schema_SecurityGroupContextQuery, _aws_cdk_cloud_assembly_schema_AmiContextQuery, _aws_cdk_cloud_assembly_schema_VpcContextQuery, _aws_cdk_cloud_assembly_schema_DockerImageSource, _aws_cdk_cloud_assembly_schema_ContainerImageAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties, _aws_cdk_cloud_assembly_schema_LoadBalancerContextQuery, _aws_cdk_cloud_assembly_schema_FileDestination, _aws_cdk_cloud_assembly_schema_DockerImageDestination, _aws_cdk_cloud_assembly_schema_LoadBalancerFilter, _aws_cdk_cloud_assembly_schema_FileAsset, _aws_cdk_cloud_assembly_schema_DockerImageAsset, _aws_cdk_cloud_assembly_schema_AssetManifest, _aws_cdk_cloud_assembly_schema_FileSource, _aws_cdk_cloud_assembly_schema_MetadataEntry, _aws_cdk_cloud_assembly_schema_AssemblyManifest, _aws_cdk_cloud_assembly_schema_ArtifactManifest, _aws_cdk_cloud_assembly_schema_Manifest, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerContextQuery, _aws_cdk_cloud_assembly_schema_MissingContext };
180
+ module.exports = { print, _aws_cdk_cloud_assembly_schema_ArtifactType, _aws_cdk_cloud_assembly_schema_ArtifactMetadataEntryType, _aws_cdk_cloud_assembly_schema_ContextProvider, _aws_cdk_cloud_assembly_schema_LoadBalancerType, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerProtocol, _aws_cdk_cloud_assembly_schema_FileAssetPackaging, _aws_cdk_cloud_assembly_schema_TreeArtifactProperties, _aws_cdk_cloud_assembly_schema_Tag, _aws_cdk_cloud_assembly_schema_RuntimeInfo, _aws_cdk_cloud_assembly_schema_NestedCloudAssemblyProperties, _aws_cdk_cloud_assembly_schema_AvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_SSMParameterContextQuery, _aws_cdk_cloud_assembly_schema_EndpointServiceAvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_KeyContextQuery, _aws_cdk_cloud_assembly_schema_AssetManifestProperties, _aws_cdk_cloud_assembly_schema_AwsDestination, _aws_cdk_cloud_assembly_schema_FileAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_HostedZoneContextQuery, _aws_cdk_cloud_assembly_schema_SecurityGroupContextQuery, _aws_cdk_cloud_assembly_schema_AmiContextQuery, _aws_cdk_cloud_assembly_schema_VpcContextQuery, _aws_cdk_cloud_assembly_schema_DockerImageSource, _aws_cdk_cloud_assembly_schema_ContainerImageAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties, _aws_cdk_cloud_assembly_schema_LoadBalancerContextQuery, _aws_cdk_cloud_assembly_schema_DockerImageDestination, _aws_cdk_cloud_assembly_schema_FileDestination, _aws_cdk_cloud_assembly_schema_LoadBalancerFilter, _aws_cdk_cloud_assembly_schema_DockerImageAsset, _aws_cdk_cloud_assembly_schema_FileAsset, _aws_cdk_cloud_assembly_schema_AssetManifest, _aws_cdk_cloud_assembly_schema_FileSource, _aws_cdk_cloud_assembly_schema_AssemblyManifest, _aws_cdk_cloud_assembly_schema_MetadataEntry, _aws_cdk_cloud_assembly_schema_Manifest, _aws_cdk_cloud_assembly_schema_ArtifactManifest, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerContextQuery, _aws_cdk_cloud_assembly_schema_MissingContext };
181
181
  module.exports.DeprecationError = DeprecationError;
package/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189
+ Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/NOTICE CHANGED
@@ -1,5 +1,5 @@
1
1
  AWS Cloud Development Kit (AWS CDK)
2
- Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
 
4
4
  -------------------------------------------------------------------------------
5
5
 
package/lib/manifest.js CHANGED
@@ -191,7 +191,7 @@ class Manifest {
191
191
  }
192
192
  exports.Manifest = Manifest;
193
193
  _a = JSII_RTTI_SYMBOL_1;
194
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.2.0" };
194
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.6.0" };
195
195
  function mapValues(xs, fn) {
196
196
  if (!xs) {
197
197
  return undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/cloud-assembly-schema",
3
- "version": "2.2.0",
3
+ "version": "2.6.0",
4
4
  "description": "Cloud Assembly Schema",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -60,12 +60,12 @@
60
60
  },
61
61
  "license": "Apache-2.0",
62
62
  "devDependencies": {
63
- "@aws-cdk/cdk-build-tools": "2.2.0",
64
- "@aws-cdk/pkglint": "2.2.0",
63
+ "@aws-cdk/cdk-build-tools": "2.6.0",
64
+ "@aws-cdk/pkglint": "2.6.0",
65
65
  "@types/jest": "^27.0.3",
66
66
  "@types/mock-fs": "^4.13.1",
67
67
  "@types/semver": "^7.3.9",
68
- "jest": "^27.4.3",
68
+ "jest": "^27.4.5",
69
69
  "mock-fs": "^4.14.0",
70
70
  "typescript-json-schema": "^0.52.0"
71
71
  },