Skip to content

Commit 06278dd

Browse files
committed
bump identity-wasm version
1 parent 9616580 commit 06278dd

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

bindings/wasm/identity_wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "identity_wasm"
3-
version = "1.6.0-alpha.1"
3+
version = "1.6.0-alpha.2"
44
authors = ["IOTA Stiftung"]
55
edition = "2021"
66
homepage = "https://www.iota.org"

bindings/wasm/identity_wasm/package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/wasm/identity_wasm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iota/identity-wasm",
3-
"version": "1.6.0-alpha.1",
3+
"version": "1.6.0-alpha.2",
44
"author": "IOTA Foundation <info@iota.org>",
55
"description": "WASM bindings for IOTA Identity - A Self Sovereign Identity Framework implementing the DID and VC standards from W3C. To be used in Javascript/Typescript",
66
"homepage": "https://www.iota.org",
@@ -76,7 +76,7 @@
7676
"wasm-opt": "^1.3.0"
7777
},
7878
"dependencies": {
79-
"@iota/iota-interaction-ts": "^0.2.0",
79+
"@iota/iota-interaction-ts": "^0.3.0",
8080
"@noble/ed25519": "^1.7.3",
8181
"@noble/hashes": "^1.4.0",
8282
"@types/node-fetch": "^2.6.2",

0 commit comments

Comments
 (0)