-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: release hybrid browser-nodejs as commonjs and module dependency (
#142) BREAKING CHANGE: The SDK is now exportes as default, in order to import it use import sdk from '@atala/prism-wallet-sdk', vs import * as sdk from '@atala/prism-wallet-sdk'. Browsers now also don't need to build complex webpack configuration, check the demos for more info.
- Loading branch information
1 parent
3d5a66b
commit de627d1
Showing
47 changed files
with
28,571 additions
and
49,439 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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"editor.formatOnSave": true, | ||
|
||
|
||
"typescript.tsdk": "./node_modules/typescript/lib", | ||
|
||
"files.exclude": { | ||
"**/.git": true, | ||
"**/.DS_Store": true | ||
}, | ||
|
||
"eslint.validate": ["typescript"] | ||
} | ||
"editor.formatOnSave": true, | ||
"typescript.tsdk": "./node_modules/typescript/lib", | ||
"files.exclude": { | ||
"**/.git": true, | ||
"**/.DS_Store": true | ||
}, | ||
"files.associations": { | ||
"*.scss": "postcss" | ||
}, | ||
"eslint.validate": [ | ||
"typescript" | ||
] | ||
} |
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.
de627d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JUnit