-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use webpack for browser version
BREAKING CHANGE: The following changes are breaking, and may require action on the part of consumers. * The content of the `dist` folder (used as the `browser` property in the library's `package.json`) is now generated by `webpack` instead of `babel`. The major change is that all content is packaged into a single file, `main.js`. Consumers that were attempting to reference paths in the `dist` directory may need to adjust. The interface of the exported content may have also changed, so clients may need to react. * Deprecated Node.js versions 14, 15, 16, and 17 are no longer officially supported, but all other node versions up to 22 (current) are tested. Consumers on those node versions will need to update to use the latest version.
- Loading branch information
Showing
25 changed files
with
5,985 additions
and
14,023 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
v22.2.0 |
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
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 |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# [1.2.0](https://github.com/adobe/cloud-service-client/compare/v1.1.0...v1.2.0) (2023-08-08) | ||
# Change Log | ||
|
||
|
||
### Features | ||
|
||
* use more standardized release process. ([#13](https://github.com/adobe/cloud-service-client/issues/13)) ([77e02fb](https://github.com/adobe/cloud-service-client/commit/77e02fba6f5528ec9eeb477841a275c5546ac7aa)) | ||
See the module's [releases](https://github.com/adobe/cloud-service-client/releases) for changes. |
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
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
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
Oops, something went wrong.