@aws-cdk/cloud-assembly-schema 1.147.0 → 1.148.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 +9 -9
- package/lib/manifest.js +1 -1
- package/package.json +3 -3
package/.jsii
CHANGED
package/.warnings.jsii.js
CHANGED
|
@@ -86,24 +86,24 @@ function _aws_cdk_cloud_assembly_schema_LoadBalancerFilter(p) {
|
|
|
86
86
|
_aws_cdk_cloud_assembly_schema_Tag(p.loadBalancerTags);
|
|
87
87
|
visitedObjects.delete(p);
|
|
88
88
|
}
|
|
89
|
-
function
|
|
89
|
+
function _aws_cdk_cloud_assembly_schema_DockerImageAsset(p) {
|
|
90
90
|
if (p == null)
|
|
91
91
|
return;
|
|
92
92
|
visitedObjects.add(p);
|
|
93
93
|
if (!visitedObjects.has(p.destinations))
|
|
94
|
-
|
|
94
|
+
_aws_cdk_cloud_assembly_schema_DockerImageDestination(p.destinations);
|
|
95
95
|
if (!visitedObjects.has(p.source))
|
|
96
|
-
|
|
96
|
+
_aws_cdk_cloud_assembly_schema_DockerImageSource(p.source);
|
|
97
97
|
visitedObjects.delete(p);
|
|
98
98
|
}
|
|
99
|
-
function
|
|
99
|
+
function _aws_cdk_cloud_assembly_schema_FileAsset(p) {
|
|
100
100
|
if (p == null)
|
|
101
101
|
return;
|
|
102
102
|
visitedObjects.add(p);
|
|
103
103
|
if (!visitedObjects.has(p.destinations))
|
|
104
|
-
|
|
104
|
+
_aws_cdk_cloud_assembly_schema_FileDestination(p.destinations);
|
|
105
105
|
if (!visitedObjects.has(p.source))
|
|
106
|
-
|
|
106
|
+
_aws_cdk_cloud_assembly_schema_FileSource(p.source);
|
|
107
107
|
visitedObjects.delete(p);
|
|
108
108
|
}
|
|
109
109
|
function _aws_cdk_cloud_assembly_schema_AssetManifest(p) {
|
|
@@ -138,8 +138,6 @@ function _aws_cdk_cloud_assembly_schema_AssemblyManifest(p) {
|
|
|
138
138
|
}
|
|
139
139
|
function _aws_cdk_cloud_assembly_schema_MetadataEntry(p) {
|
|
140
140
|
}
|
|
141
|
-
function _aws_cdk_cloud_assembly_schema_Manifest(p) {
|
|
142
|
-
}
|
|
143
141
|
function _aws_cdk_cloud_assembly_schema_ArtifactManifest(p) {
|
|
144
142
|
if (p == null)
|
|
145
143
|
return;
|
|
@@ -150,6 +148,8 @@ function _aws_cdk_cloud_assembly_schema_ArtifactManifest(p) {
|
|
|
150
148
|
_aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties(p.properties);
|
|
151
149
|
visitedObjects.delete(p);
|
|
152
150
|
}
|
|
151
|
+
function _aws_cdk_cloud_assembly_schema_Manifest(p) {
|
|
152
|
+
}
|
|
153
153
|
function _aws_cdk_cloud_assembly_schema_LoadBalancerListenerContextQuery(p) {
|
|
154
154
|
if (p == null)
|
|
155
155
|
return;
|
|
@@ -187,5 +187,5 @@ function print(name, deprecationMessage) {
|
|
|
187
187
|
const visitedObjects = new Set();
|
|
188
188
|
class DeprecationError extends Error {
|
|
189
189
|
}
|
|
190
|
-
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_PluginContextQuery, _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,
|
|
190
|
+
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_PluginContextQuery, _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_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_ArtifactManifest, _aws_cdk_cloud_assembly_schema_Manifest, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerContextQuery, _aws_cdk_cloud_assembly_schema_MissingContext };
|
|
191
191
|
module.exports.DeprecationError = DeprecationError;
|
package/lib/manifest.js
CHANGED
|
@@ -181,7 +181,7 @@ class Manifest {
|
|
|
181
181
|
}
|
|
182
182
|
exports.Manifest = Manifest;
|
|
183
183
|
_a = JSII_RTTI_SYMBOL_1;
|
|
184
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "1.
|
|
184
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "1.148.0" };
|
|
185
185
|
function mapValues(xs, fn) {
|
|
186
186
|
if (!xs) {
|
|
187
187
|
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.148.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.148.0",
|
|
64
|
+
"@aws-cdk/pkglint": "1.148.0",
|
|
65
65
|
"@types/jest": "^27.4.1",
|
|
66
66
|
"@types/mock-fs": "^4.13.1",
|
|
67
67
|
"@types/semver": "^7.3.9",
|