Skip to content

Commit ac99a95

Browse files
committed
test2
1 parent 82bfd94 commit ac99a95

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/js_wallet_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
wasm-pack build \
6666
-d pkg \
6767
--scope catalyst-core \
68-
--out-name walletjs \
6968
--release --target ${{ matrix.target }} \
7069
bindings/wallet-wasm-js
7170
rm bindings/wallet-wasm-js/pkg/README.md
7271
cp bindings/wallet-wasm-js/package_README.md bindings/wallet-wasm-js/pkg/README.md
72+
cat bindings/wallet-wasm-js/pkg/package.json
7373
7474
- name: Pack wasm package
7575
run: |

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chain-wallet-libs/bindings/wallet-wasm-js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
license = "MIT OR Apache-2.0"
1010
name = "wallet-wasm-js"
1111
repository = "https://github.com/input-output-hk/catalyst-core"
12-
version = "0.8.2-test"
12+
version = "0.8.2-test2"
1313

1414
[lib]
1515
crate-type = ["cdylib", "rlib"]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wallet-js",
3-
"version": "0.8.2-test",
3+
"version": "0.8.2-test2",
44
"description": "Jormungandr wallet capabilities for Javascript",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -10,6 +10,6 @@
1010
},
1111
"license": "MIT",
1212
"dependencies": {
13-
"@catalyst-core/wallet-wasm-js": "0.8.2-test"
13+
"@catalyst-core/wallet-wasm-js": "0.8.2-test2"
1414
}
1515
}

0 commit comments

Comments
 (0)