@aws-cdk/integ-runner 2.45.0 → 2.47.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 +2 -2
- package/lib/index.js +1 -1
- package/lib/runner/integ-test-runner.js +26 -18
- package/lib/runner/runner-base.d.ts +1 -0
- package/lib/runner/runner-base.js +2 -1
- package/lib/utils.d.ts +4 -0
- package/lib/utils.js +10 -2
- package/lib/workers/extract/index.js +12928 -4590
- package/package.json +11 -11
package/THIRD_PARTY_LICENSES
CHANGED
|
@@ -156,7 +156,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
|
|
|
156
156
|
|
|
157
157
|
----------------
|
|
158
158
|
|
|
159
|
-
** aws-sdk@2.
|
|
159
|
+
** aws-sdk@2.1235.0 - https://www.npmjs.com/package/aws-sdk/v/2.1235.0 | Apache-2.0
|
|
160
160
|
AWS SDK for JavaScript
|
|
161
161
|
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
162
162
|
|
|
@@ -1968,7 +1968,7 @@ License, as follows:
|
|
|
1968
1968
|
|
|
1969
1969
|
----------------
|
|
1970
1970
|
|
|
1971
|
-
** semver@7.3.
|
|
1971
|
+
** semver@7.3.8 - https://www.npmjs.com/package/semver/v/7.3.8 | ISC
|
|
1972
1972
|
The ISC License
|
|
1973
1973
|
|
|
1974
1974
|
Copyright (c) Isaac Z. Schlueter and Contributors
|