aws-cdk 2.41.0 → 2.42.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/THIRD_PARTY_LICENSES +1 -1
- package/build-info.json +2 -2
- package/lib/index.js +3316 -1886
- package/lib/init-templates/app/csharp/add-project.hook.js +8 -23
- package/lib/init-templates/app/fsharp/add-project.hook.js +8 -23
- package/lib/init-templates/sample-app/csharp/add-project.hook.js +8 -23
- package/lib/init-templates/sample-app/fsharp/add-project.hook.js +8 -23
- package/lib/init.js +23 -12
- package/lib/os.d.ts +1 -6
- package/lib/os.js +17 -16
- package/package.json +10 -10
- package/test/init.test.js +27 -1
package/THIRD_PARTY_LICENSES
CHANGED
|
@@ -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.1215.0 - https://www.npmjs.com/package/aws-sdk/v/2.1215.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
|
|
package/build-info.json
CHANGED