@near-wallet-selector/wallet-utils
Advanced tools
Comparing version 4.0.0-alpha.1 to 4.0.0
{ | ||
"name": "@near-wallet-selector/wallet-utils", | ||
"version": "4.0.0-alpha.1", | ||
"version": "4.0.0", | ||
"main": "./index.umd.js", | ||
@@ -10,3 +10,3 @@ "module": "./index.esm.js", | ||
"near-api-js": "0.44.2", | ||
"@near-wallet-selector/core": "4.0.0-alpha.1", | ||
"@near-wallet-selector/core": "4.0.0", | ||
"rxjs": "~7.4.0" | ||
@@ -13,0 +13,0 @@ }, |
@@ -7,5 +7,27 @@ # @near-wallet-selector/wallet-utils | ||
The easiest way to use this package is to install it from the NPM registry: | ||
```bash | ||
# Using Yarn | ||
yarn add @near-wallet-selector/wallet-utils | ||
# Using NPM. | ||
npm install @near-wallet-selector/wallet-utils | ||
``` | ||
Then use it in your custom wallet integration: | ||
```ts | ||
import { createAction } from "@near-wallet-selector/wallet-utils"; | ||
const action = createAction({ | ||
type: "Transfer", | ||
params: { | ||
deposit: "10000000000000000000000", | ||
}, | ||
}); | ||
``` | ||
## License | ||
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
274789
1
33
3
+ Added@near-wallet-selector/core@4.0.0(transitive)
- Removed@near-wallet-selector/core@4.0.0-alpha.1(transitive)