@aws-cdk/cloud-assembly-schema 1.140.0 → 1.141.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 +1 -1
- package/.warnings.jsii.js +11 -11
- package/lib/manifest.js +1 -1
- package/package.json +3 -3
package/.jsii
CHANGED
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_AwsCloudFormationStackProperties(p) {
|
|
70
70
|
if (p == null)
|
|
71
71
|
return;
|
|
@@ -84,24 +84,24 @@ function _aws_cdk_cloud_assembly_schema_LoadBalancerFilter(p) {
|
|
|
84
84
|
_aws_cdk_cloud_assembly_schema_Tag(p.loadBalancerTags);
|
|
85
85
|
visitedObjects.delete(p);
|
|
86
86
|
}
|
|
87
|
-
function
|
|
87
|
+
function _aws_cdk_cloud_assembly_schema_FileAsset(p) {
|
|
88
88
|
if (p == null)
|
|
89
89
|
return;
|
|
90
90
|
visitedObjects.add(p);
|
|
91
91
|
if (!visitedObjects.has(p.destinations))
|
|
92
|
-
|
|
92
|
+
_aws_cdk_cloud_assembly_schema_FileDestination(p.destinations);
|
|
93
93
|
if (!visitedObjects.has(p.source))
|
|
94
|
-
|
|
94
|
+
_aws_cdk_cloud_assembly_schema_FileSource(p.source);
|
|
95
95
|
visitedObjects.delete(p);
|
|
96
96
|
}
|
|
97
|
-
function
|
|
97
|
+
function _aws_cdk_cloud_assembly_schema_DockerImageAsset(p) {
|
|
98
98
|
if (p == null)
|
|
99
99
|
return;
|
|
100
100
|
visitedObjects.add(p);
|
|
101
101
|
if (!visitedObjects.has(p.destinations))
|
|
102
|
-
|
|
102
|
+
_aws_cdk_cloud_assembly_schema_DockerImageDestination(p.destinations);
|
|
103
103
|
if (!visitedObjects.has(p.source))
|
|
104
|
-
|
|
104
|
+
_aws_cdk_cloud_assembly_schema_DockerImageSource(p.source);
|
|
105
105
|
visitedObjects.delete(p);
|
|
106
106
|
}
|
|
107
107
|
function _aws_cdk_cloud_assembly_schema_AssetManifest(p) {
|
|
@@ -136,8 +136,6 @@ function _aws_cdk_cloud_assembly_schema_AssemblyManifest(p) {
|
|
|
136
136
|
}
|
|
137
137
|
function _aws_cdk_cloud_assembly_schema_MetadataEntry(p) {
|
|
138
138
|
}
|
|
139
|
-
function _aws_cdk_cloud_assembly_schema_Manifest(p) {
|
|
140
|
-
}
|
|
141
139
|
function _aws_cdk_cloud_assembly_schema_ArtifactManifest(p) {
|
|
142
140
|
if (p == null)
|
|
143
141
|
return;
|
|
@@ -148,6 +146,8 @@ function _aws_cdk_cloud_assembly_schema_ArtifactManifest(p) {
|
|
|
148
146
|
_aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties(p.properties);
|
|
149
147
|
visitedObjects.delete(p);
|
|
150
148
|
}
|
|
149
|
+
function _aws_cdk_cloud_assembly_schema_Manifest(p) {
|
|
150
|
+
}
|
|
151
151
|
function _aws_cdk_cloud_assembly_schema_LoadBalancerListenerContextQuery(p) {
|
|
152
152
|
if (p == null)
|
|
153
153
|
return;
|
|
@@ -185,5 +185,5 @@ function print(name, deprecationMessage) {
|
|
|
185
185
|
const visitedObjects = new Set();
|
|
186
186
|
class DeprecationError extends Error {
|
|
187
187
|
}
|
|
188
|
-
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_BootstrapRole, _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_LoadBalancerContextQuery,
|
|
188
|
+
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_BootstrapRole, _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_LoadBalancerContextQuery, _aws_cdk_cloud_assembly_schema_DockerImageDestination, _aws_cdk_cloud_assembly_schema_FileDestination, _aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties, _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_AssemblyManifest, _aws_cdk_cloud_assembly_schema_MetadataEntry, _aws_cdk_cloud_assembly_schema_ArtifactManifest, _aws_cdk_cloud_assembly_schema_Manifest, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerContextQuery, _aws_cdk_cloud_assembly_schema_MissingContext };
|
|
189
189
|
module.exports.DeprecationError = DeprecationError;
|
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: "1.
|
|
194
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "1.141.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": "1.
|
|
3
|
+
"version": "1.141.0",
|
|
4
4
|
"description": "Cloud Assembly Schema",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
},
|
|
61
61
|
"license": "Apache-2.0",
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@aws-cdk/cdk-build-tools": "1.
|
|
64
|
-
"@aws-cdk/pkglint": "1.
|
|
63
|
+
"@aws-cdk/cdk-build-tools": "1.141.0",
|
|
64
|
+
"@aws-cdk/pkglint": "1.141.0",
|
|
65
65
|
"@types/jest": "^27.4.0",
|
|
66
66
|
"@types/mock-fs": "^4.13.1",
|
|
67
67
|
"@types/semver": "^7.3.9",
|