@open-wallet-standard/core 0.3.1 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Secure signing and wallet management for every chain. One vault, one interface — keys never leave your machine.
|
|
4
4
|
|
|
5
|
-
[](https://github.com/open-wallet-standard/core/actions/workflows/ci.yml)
|
|
6
5
|
[](https://www.npmjs.com/package/@open-wallet-standard/core)
|
|
7
6
|
[](https://github.com/open-wallet-standard/core/blob/main/LICENSE)
|
|
8
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-wallet-standard/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Node.js native bindings for the Open Wallet Standard",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"@napi-rs/cli": "^2.18.0"
|
|
32
32
|
},
|
|
33
33
|
"optionalDependencies": {
|
|
34
|
-
"@open-wallet-standard/core-linux-x64-gnu": "0.3.
|
|
35
|
-
"@open-wallet-standard/core-linux-arm64-gnu": "0.3.
|
|
36
|
-
"@open-wallet-standard/core-darwin-x64": "0.3.
|
|
37
|
-
"@open-wallet-standard/core-darwin-arm64": "0.3.
|
|
34
|
+
"@open-wallet-standard/core-linux-x64-gnu": "0.3.3",
|
|
35
|
+
"@open-wallet-standard/core-linux-arm64-gnu": "0.3.3",
|
|
36
|
+
"@open-wallet-standard/core-darwin-x64": "0.3.3",
|
|
37
|
+
"@open-wallet-standard/core-darwin-arm64": "0.3.3"
|
|
38
38
|
},
|
|
39
39
|
"license": "MIT",
|
|
40
40
|
"files": [
|