aws-cdk 2.39.0 → 2.39.1
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/THIRD_PARTY_LICENSES +3 -3
- package/build-info.json +2 -2
- package/lib/index.js +1183 -360
- package/lib/setup-sandbox.js +2 -1
- package/package.json +10 -10
package/THIRD_PARTY_LICENSES
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The aws-cdk package includes the following third-party software/licensing:
|
|
2
2
|
|
|
3
|
-
** @jsii/check-node@1.65.
|
|
3
|
+
** @jsii/check-node@1.65.1 - https://www.npmjs.com/package/@jsii/check-node/v/1.65.1 | Apache-2.0
|
|
4
4
|
jsii
|
|
5
5
|
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
6
6
|
|
|
@@ -268,7 +268,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
|
|
|
268
268
|
|
|
269
269
|
----------------
|
|
270
270
|
|
|
271
|
-
** aws-sdk@2.
|
|
271
|
+
** aws-sdk@2.1205.0 - https://www.npmjs.com/package/aws-sdk/v/2.1205.0 | Apache-2.0
|
|
272
272
|
AWS SDK for JavaScript
|
|
273
273
|
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
274
274
|
|
|
@@ -3612,7 +3612,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3612
3612
|
|
|
3613
3613
|
----------------
|
|
3614
3614
|
|
|
3615
|
-
** vm2@3.9.
|
|
3615
|
+
** vm2@3.9.11 - https://www.npmjs.com/package/vm2/v/3.9.11 | MIT
|
|
3616
3616
|
|
|
3617
3617
|
----------------
|
|
3618
3618
|
|
package/build-info.json
CHANGED