From d7b5aacd63f0c083b230ac957ffa13cc1f228939 Mon Sep 17 00:00:00 2001 From: chrisgitiota Date: Wed, 29 Apr 2026 12:57:56 +0200 Subject: [PATCH] Bump cargo version to "0.8.16" and npmjs version for @iota/iota-interaction-ts to 0.13.0 --- bindings/wasm/iota_interaction_ts/Cargo.toml | 4 ++-- .../wasm/iota_interaction_ts/package-lock.json | 4 ++-- bindings/wasm/iota_interaction_ts/package.json | 2 +- iota_interaction/Cargo.toml | 2 +- iota_interaction_rust/Cargo.toml | 4 ++-- product_common/Cargo.toml | 14 +++++++------- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bindings/wasm/iota_interaction_ts/Cargo.toml b/bindings/wasm/iota_interaction_ts/Cargo.toml index 68eda4e..710a48c 100644 --- a/bindings/wasm/iota_interaction_ts/Cargo.toml +++ b/bindings/wasm/iota_interaction_ts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota_interaction_ts" -version = "0.8.15" +version = "0.8.16" authors.workspace = true edition.workspace = true homepage.workspace = true @@ -25,7 +25,7 @@ fastcrypto.workspace = true futures = { version = "0.3" } hyper = "1" iota-sdk = { version = "1.1.5", default-features = false, features = ["serde", "std"] } -iota_interaction = { version = "0.8.15", path = "../../../iota_interaction", default-features = false } +iota_interaction = { version = "0.8.16", path = "../../../iota_interaction", default-features = false } js-sys = { version = "=0.3.85" } json-proof-token = { version = "0.3.5", optional = true } sd-jwt-payload = { version = "0.2.1", default-features = false, features = ["sha"], optional = true } diff --git a/bindings/wasm/iota_interaction_ts/package-lock.json b/bindings/wasm/iota_interaction_ts/package-lock.json index 203e099..d89f97e 100644 --- a/bindings/wasm/iota_interaction_ts/package-lock.json +++ b/bindings/wasm/iota_interaction_ts/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iota/iota-interaction-ts", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iota/iota-interaction-ts", - "version": "0.12.0", + "version": "0.13.0", "license": "Apache-2.0", "devDependencies": { "@types/node": "^22.0.0", diff --git a/bindings/wasm/iota_interaction_ts/package.json b/bindings/wasm/iota_interaction_ts/package.json index 76e36b8..7ae1cb9 100644 --- a/bindings/wasm/iota_interaction_ts/package.json +++ b/bindings/wasm/iota_interaction_ts/package.json @@ -3,7 +3,7 @@ "author": "IOTA Foundation ", "description": "WASM bindings importing types from the IOTA Client typescript SDK to be used in Rust", "homepage": "https://www.iota.org", - "version": "0.12.0", + "version": "0.13.0", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/iota_interaction/Cargo.toml b/iota_interaction/Cargo.toml index a6e4bbd..0e5a79f 100644 --- a/iota_interaction/Cargo.toml +++ b/iota_interaction/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota_interaction" -version = "0.8.15" +version = "0.8.16" authors.workspace = true edition.workspace = true homepage.workspace = true diff --git a/iota_interaction_rust/Cargo.toml b/iota_interaction_rust/Cargo.toml index 86c7fb1..729db01 100644 --- a/iota_interaction_rust/Cargo.toml +++ b/iota_interaction_rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota_interaction_rust" -version = "0.8.15" +version = "0.8.16" authors.workspace = true edition.workspace = true homepage.workspace = true @@ -19,7 +19,7 @@ secret-storage.workspace = true serde.workspace = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -iota_interaction = { version = "0.8.15", path = "../iota_interaction" } +iota_interaction = { version = "0.8.16", path = "../iota_interaction" } [package.metadata.docs.rs] # To build locally: diff --git a/product_common/Cargo.toml b/product_common/Cargo.toml index c1bb7ec..4de87f7 100644 --- a/product_common/Cargo.toml +++ b/product_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "product_common" -version = "0.8.15" +version = "0.8.16" authors.workspace = true edition.workspace = true homepage.workspace = true @@ -38,20 +38,20 @@ toml = { workspace = true } # , optional = true --- TODO see comment for `move-h url = { version = "2", default-features = false, features = ["serde"], optional = true } [dev-dependencies] -iota_interaction = { path = "../iota_interaction", version = "0.8.15" } -iota_interaction_rust = { path = "../iota_interaction_rust", version = "0.8.15" } +iota_interaction = { path = "../iota_interaction", version = "0.8.16" } +iota_interaction_rust = { path = "../iota_interaction_rust", version = "0.8.16" } tempfile.workspace = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies] hyper.workspace = true -iota_interaction = { path = "../iota_interaction", version = "0.8.15", features = ["keytool"] } -iota_interaction_rust = { path = "../iota_interaction_rust", version = "0.8.15", optional = true } +iota_interaction = { path = "../iota_interaction", version = "0.8.16", features = ["keytool"] } +iota_interaction_rust = { path = "../iota_interaction_rust", version = "0.8.16", optional = true } iota-sdk.workspace = true tokio.workspace = true [target.'cfg(target_arch = "wasm32")'.dependencies] -iota_interaction = { path = "../iota_interaction", version = "0.8.15", default-features = false } -iota_interaction_ts = { path = "../bindings/wasm/iota_interaction_ts", version = "0.8.15" } +iota_interaction = { path = "../iota_interaction", version = "0.8.16", default-features = false } +iota_interaction_ts = { path = "../bindings/wasm/iota_interaction_ts", version = "0.8.16" } js-sys = { version = "0.3", optional = true } serde-wasm-bindgen = { version = "0.6", optional = true } wasm-bindgen = { version = "0.2.100", optional = true }