Skip to content

Commit 5824b05

Browse files
eike-hassUMR1352
andauthored
Integrate latest Wasm releases (#1663)
* Release IotaIdentity package on Mainnet (#1661) * bump version * bump version * use latest interaction * bump peer dep and version * bump peer dep, interactions and version --------- Co-authored-by: Enrico Marconi <[email protected]> Co-authored-by: umr1352 <[email protected]>
1 parent f0d2e2b commit 5824b05

File tree

3 files changed

+50
-24
lines changed

3 files changed

+50
-24
lines changed

bindings/wasm/identity_wasm/package-lock.json

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

bindings/wasm/identity_wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iota/identity-wasm",
3-
"version": "1.6.0-alpha.5",
3+
"version": "1.6.0-alpha.7",
44
"author": "IOTA Foundation <[email protected]>",
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",

identity_iota_core/packages/iota_identity/Move.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@ chain-id = "6364aad5"
6161
original-published-id = "0x84cf5d12de2f9731a89bb519bc0c982a941b319a33abefdd5ed2054ad931de08"
6262
latest-published-id = "0x84cf5d12de2f9731a89bb519bc0c982a941b319a33abefdd5ed2054ad931de08"
6363
published-version = "1"
64+
65+
[env.mainnet]
66+
chain-id = "6364aad5"
67+
original-published-id = "0x84cf5d12de2f9731a89bb519bc0c982a941b319a33abefdd5ed2054ad931de08"
68+
latest-published-id = "0x84cf5d12de2f9731a89bb519bc0c982a941b319a33abefdd5ed2054ad931de08"
69+
published-version = "1"

0 commit comments

Comments
 (0)