We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e46f4 commit 82bfd94Copy full SHA for 82bfd94
src/chain-wallet-libs/bindings/wallet-wasm-js/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
9
license = "MIT OR Apache-2.0"
10
name = "wallet-wasm-js"
11
repository = "https://github.com/input-output-hk/catalyst-core"
12
-version = "0.8.2"
+version = "0.8.2-test"
13
14
[lib]
15
crate-type = ["cdylib", "rlib"]
src/chain-wallet-libs/bindings/wallet-wasm-js/js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wallet-js",
3
- "version": "0.8.2",
+ "version": "0.8.2-test",
4
"description": "Jormungandr wallet capabilities for Javascript",
5
"main": "index.js",
6
"types": "index.d.ts",
@@ -10,6 +10,6 @@
},
"license": "MIT",
"dependencies": {
- "@catalyst-core/wallet-wasm-js": "0.8.2"
+ "@catalyst-core/wallet-wasm-js": "0.8.2-test"
}
0 commit comments