-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cdn builds): usage in browsers via a script tag (#469)
* CDN build work in progress * rollup configuration for CDN deploy. * umd + esm builds. * fixes for 3 tests. * replace ky by axios. * eslint fixed. * node test app. * readme update. * changeset. * package.json fix after merge. * run_scripts.sh * small fixes. * reduce the size of the packages. * reduce the size of the packages. Co-authored-by: Shalom Ogunshola <shalomogunshola@gmail.com>
- Loading branch information
1 parent
5153f7a
commit 9e67989
Showing
70 changed files
with
2,075 additions
and
556 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
'@moralisweb3/core': patch | ||
'@moralisweb3/evm': patch | ||
'@moralisweb3/evm-api': patch | ||
'@moralisweb3/evm-connector-utils': patch | ||
'@moralisweb3/evm-metamask-connector': patch | ||
'@moralisweb3/evm-wallet-connect-connector': patch | ||
'@moralisweb3/wallet-connect-wrapper': patch | ||
'@moralisweb3/integration': patch | ||
'moralis': patch | ||
'@moralisweb3/server': patch | ||
--- | ||
|
||
CommonJS/UMD/ESM builds. |
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,5 @@ | ||
--- | ||
'@moralisweb3/core': patch | ||
--- | ||
|
||
Replaced HTTP client `ky` by `axios`. |
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,16 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
tab_width = 2 | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.ts] | ||
quote_type = single | ||
|
||
[*.md] | ||
indent_style = space | ||
max_line_length = off | ||
trim_trailing_whitespace = false |
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
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.