From d87f6ac3a514aa7b475b0e2dcc1c81a983a4d8d7 Mon Sep 17 00:00:00 2001 From: Alessandro Rezzi Date: Mon, 4 Dec 2023 14:58:37 +0100 Subject: [PATCH] Bump to 1.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- js/package-lock.json | 28 ++++++++++++++++++---------- js/package.json | 6 +++--- 4 files changed, 23 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 775ea13..83db0d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1372,7 +1372,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pivx-shield-rust" -version = "1.0.4" +version = "1.1.0" dependencies = [ "async_once", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index e7695cd..a6b1879 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pivx-shield-rust" -version = "1.0.4" +version = "1.1.0" authors = ["Duddino ", "Alessandro Rezzi "] edition = "2021" description = "WASM library for interoperation with the PIVX Shield sapling protocol." diff --git a/js/package-lock.json b/js/package-lock.json index 5406923..ff81525 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,18 +1,18 @@ { "name": "pivx-shield", - "version": "1.0.8", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pivx-shield", - "version": "1.0.8", + "version": "1.1.0", "license": "MIT", "dependencies": { "bs58": "^5.0.0", "comlink": "^4.4.1", - "pivx-shield-rust": "^1.0.4", - "pivx-shield-rust-multicore": "^1.0.4", + "pivx-shield-rust": "^1.1.0", + "pivx-shield-rust-multicore": "^1.1.0", "uuid": "^9.0.0", "wasm-feature-detect": "^1.5.1" }, @@ -21,6 +21,16 @@ "typescript": "^5.0.3" } }, + "../pkg": { + "name": "pivx-shield-rust", + "version": "1.1.0", + "license": "MIT" + }, + "../pkg_multicore": { + "name": "pivx-shield-rust-multicore", + "version": "1.1.0", + "license": "MIT" + }, "node_modules/@types/uuid": { "version": "9.0.7", "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz", @@ -46,14 +56,12 @@ "integrity": "sha512-+1dlx0aY5Jo1vHy/tSsIGpSkN4tS9rZSW8FIhG0JH/crs9wwweswIo/POr451r7bZww3hFbPAKnTpimzL/mm4Q==" }, "node_modules/pivx-shield-rust": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/pivx-shield-rust/-/pivx-shield-rust-1.0.4.tgz", - "integrity": "sha512-pKsArAdQdqx5ookEYiOzANp8ZtEDOitUvsXpCRpUiAccKcymI8VBcll4WGijkAGpdPA9bktJYbE/WrSyY3Ja6g==" + "resolved": "../pkg", + "link": true }, "node_modules/pivx-shield-rust-multicore": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/pivx-shield-rust-multicore/-/pivx-shield-rust-multicore-1.0.4.tgz", - "integrity": "sha512-uw5j+7990Y05iK/p3OF7m+uQF8OR0QNwmMhqoRdmpm2DYJW8MH7TgeTMsgXjqXZr1rae88yCSSmZEDRMre2mMA==" + "resolved": "../pkg_multicore", + "link": true }, "node_modules/typescript": { "version": "5.2.2", diff --git a/js/package.json b/js/package.json index 694de97..31662de 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "pivx-shield", - "version": "1.0.8", + "version": "1.1.1", "description": "WASM library for interoperation with the PIVX Shield sapling protocol.", "files": [ "*" @@ -14,8 +14,8 @@ "dependencies": { "bs58": "^5.0.0", "comlink": "^4.4.1", - "pivx-shield-rust": "^1.0.4", - "pivx-shield-rust-multicore": "^1.0.4", + "pivx-shield-rust": "^1.1.0", + "pivx-shield-rust-multicore": "^1.1.0", "uuid": "^9.0.0", "wasm-feature-detect": "^1.5.1" },