-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from torusresearch/feat/updates
Release v1.3.4
- Loading branch information
Showing
5 changed files
with
278 additions
and
283 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,5 +1,8 @@ | ||
{ | ||
"presets": ["@babel/env"], | ||
"plugins": ["@babel/plugin-proposal-object-rest-spread", "@babel/plugin-proposal-class-properties", "@babel/transform-runtime"] | ||
} | ||
|
||
"presets": ["@babel/env"], | ||
"plugins": [ | ||
"@babel/plugin-proposal-object-rest-spread", | ||
"@babel/plugin-proposal-class-properties", | ||
["@babel/transform-runtime", { "corejs": { "version": 3 } }] | ||
] | ||
} |
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 |
---|---|---|
|
@@ -16,12 +16,10 @@ This repo allows web applications to directly retrieve keys stored on the Torus | |
|
||
### Bundling | ||
|
||
This module is distributed in 6 formats | ||
This module is distributed in 3 formats | ||
|
||
- `commonjs` build `dist/directWebSdk.cjs.js` in es5 format | ||
- `umd` build `dist/directWebSdk.umd.js` in es5 format without polyfilling corejs | ||
- `umd` build `dist/directWebSdk.umd.min.js` in es5 format without polyfilling corejs minified | ||
- `umd` build `dist/directWebSdk.polyfill.umd.js` in es5 format with polyfilling corejs | ||
- `umd` build `dist/directWebSdk.polyfill.umd.min.js` in es5 format with polyfilling corejs minified | ||
|
||
By default, the appropriate format is used for your specified usecase | ||
|
@@ -87,5 +85,5 @@ Reach out to [email protected] to get your verifier spun up on the testnet today! | |
|
||
|
||
## Requirements | ||
- This package requires a peer dependency of `@babel/runtime` or `@babel/runtime-corejs3` | ||
- This package requires a peer dependency of `@babel/runtime` | ||
- Node 10+ |
Oops, something went wrong.