@aws-cdk/cloud-assembly-schema 1.146.0 → 1.147.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
|
@@ -64,10 +64,10 @@ function _aws_cdk_cloud_assembly_schema_LoadBalancerContextQuery(p) {
|
|
|
64
64
|
_aws_cdk_cloud_assembly_schema_Tag(p.loadBalancerTags);
|
|
65
65
|
visitedObjects.delete(p);
|
|
66
66
|
}
|
|
67
|
-
function _aws_cdk_cloud_assembly_schema_FileDestination(p) {
|
|
68
|
-
}
|
|
69
67
|
function _aws_cdk_cloud_assembly_schema_DockerImageDestination(p) {
|
|
70
68
|
}
|
|
69
|
+
function _aws_cdk_cloud_assembly_schema_FileDestination(p) {
|
|
70
|
+
}
|
|
71
71
|
function _aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties(p) {
|
|
72
72
|
if (p == null)
|
|
73
73
|
return;
|
|
@@ -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_FileAsset(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_FileDestination(p.destinations);
|
|
95
95
|
if (!visitedObjects.has(p.source))
|
|
96
|
-
|
|
96
|
+
_aws_cdk_cloud_assembly_schema_FileSource(p.source);
|
|
97
97
|
visitedObjects.delete(p);
|
|
98
98
|
}
|
|
99
|
-
function
|
|
99
|
+
function _aws_cdk_cloud_assembly_schema_DockerImageAsset(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_DockerImageDestination(p.destinations);
|
|
105
105
|
if (!visitedObjects.has(p.source))
|
|
106
|
-
|
|
106
|
+
_aws_cdk_cloud_assembly_schema_DockerImageSource(p.source);
|
|
107
107
|
visitedObjects.delete(p);
|
|
108
108
|
}
|
|
109
109
|
function _aws_cdk_cloud_assembly_schema_AssetManifest(p) {
|
|
@@ -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,
|
|
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_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_Manifest, _aws_cdk_cloud_assembly_schema_ArtifactManifest, _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.147.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.147.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.147.0",
|
|
64
|
+
"@aws-cdk/pkglint": "1.147.0",
|
|
65
65
|
"@types/jest": "^27.4.1",
|
|
66
66
|
"@types/mock-fs": "^4.13.1",
|
|
67
67
|
"@types/semver": "^7.3.9",
|