-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fixup @aws-cdk/cdk-lib-alpha bundling (#26133)
The bundle needs to contain the correct WASM embed at the right path in order to be able to load cleanly. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information
1 parent
3c29223
commit f8a94d8
Showing
4 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,4 @@ npm-shrinkwrap.json | |
|
||
junit.xml | ||
|
||
|
||
lib/*.wasm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ THE SOFTWARE. | |
|
||
---------------- | ||
|
||
** acorn@8.8.2 - https://www.npmjs.com/package/acorn/v/8.8.2 | MIT | ||
** acorn@8.9.0 - https://www.npmjs.com/package/acorn/v/8.9.0 | MIT | ||
MIT License | ||
|
||
Copyright (C) 2012-2022 by various contributors (see AUTHORS) | ||
|
@@ -268,7 +268,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE | |
|
||
---------------- | ||
|
||
** aws-sdk@2.1379.0 - https://www.npmjs.com/package/aws-sdk/v/2.1379.0 | Apache-2.0 | ||
** aws-sdk@2.1401.0 - https://www.npmjs.com/package/aws-sdk/v/2.1401.0 | Apache-2.0 | ||
AWS SDK for JavaScript | ||
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
|
||
|
@@ -2951,7 +2951,7 @@ License, as follows: | |
|
||
---------------- | ||
|
||
** [email protected].1 - https://www.npmjs.com/package/semver/v/7.5.1 | ISC | ||
** [email protected].2 - https://www.npmjs.com/package/semver/v/7.5.2 | ISC | ||
The ISC License | ||
|
||
Copyright (c) Isaac Z. Schlueter and Contributors | ||
|
@@ -3402,7 +3402,7 @@ SOFTWARE. | |
|
||
---------------- | ||
|
||
** [email protected].0 - https://www.npmjs.com/package/tslib/v/2.5.0 | 0BSD | ||
** [email protected].3 - https://www.npmjs.com/package/tslib/v/2.5.3 | 0BSD | ||
Copyright (c) Microsoft Corporation. | ||
|
||
Permission to use, copy, modify, and/or distribute this software for any | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters