Skip to content

Commit

Permalink
Prepare rust and nodejs releases (#1732)
Browse files Browse the repository at this point in the history
* Prepare rust and nodejs releases

* Wasm release

* Bump dates

* Add undici-types dev dependency

* format

---------

Co-authored-by: Thoralf Müller <thoralf.mue@gmail.com>
  • Loading branch information
thibault-martinez and Thoralf-M committed Dec 7, 2023
1 parent 2858202 commit 323d8fb
Show file tree
Hide file tree
Showing 13 changed files with 4,639 additions and 4,566 deletions.
262 changes: 68 additions & 194 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bindings/nodejs/CHANGELOG.md
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 1.1.4 - 2023-MM-DD
## 1.1.4 - 2023-12-07

### Added

Expand Down
1 change: 1 addition & 0 deletions bindings/nodejs/examples/package.json
Expand Up @@ -19,6 +19,7 @@
"@ethereumjs/tx": "^4.1.2",
"@ethereumjs/util": "^8.0.6",
"typescript": "^4.6.3",
"undici-types": "^6.0.1",
"web3": "^1.10.0"
},
"resolutions": {
Expand Down
7 changes: 6 additions & 1 deletion bindings/nodejs/examples/yarn.lock
Expand Up @@ -235,7 +235,7 @@
"@ethersproject/strings" "^5.7.0"

"@iota/sdk@file:..":
version "1.1.3"
version "1.1.4"
dependencies:
"@types/node" "^18.15.12"
cargo-cp-artifact "^0.1.6"
Expand Down Expand Up @@ -2434,6 +2434,11 @@ ultron@~1.1.0:
resolved "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz"
integrity sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==

undici-types@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.0.1.tgz#62e2af9fcd3ce359634175658de39df8d0f37197"
integrity sha512-i9dNdkCziyqGpFxhatR9LITcInbFWh+ExlWkrZQpZHje8FfCcJKgps0IbmMd7D1o8c8syG4pIOV+aKIoC9JEyA==

undici-types@~5.26.4:
version "5.26.5"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
Expand Down
263 changes: 216 additions & 47 deletions bindings/nodejs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
@@ -1,6 +1,6 @@
{
"name": "@iota/sdk",
"version": "1.1.3",
"version": "1.1.4",
"description": "Node.js binding to the IOTA SDK library",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down
8,651 changes: 4,337 additions & 4,314 deletions bindings/nodejs/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bindings/wasm/CHANGELOG.md
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 1.1.2 - 2023-MM-DD
## 1.1.2 - 2023-12-07

Same changes as https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/CHANGELOG.md.

Expand Down
4 changes: 2 additions & 2 deletions bindings/wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/wasm/package.json
@@ -1,6 +1,6 @@
{
"name": "@iota/sdk-wasm",
"version": "1.1.1",
"version": "1.1.2",
"description": "WebAssembly bindings for the IOTA SDK library",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Expand Up @@ -44,7 +44,7 @@ fern-logger = { version = "0.5.0", default-features = false }
humantime = { version = "2.1.0", default-features = false }
log = { version = "0.4.20", default-features = false }
prefix-hex = { version = "0.7.1", default-features = false, features = ["std"] }
rustyline = { version = "12.0.0", features = ["derive"] }
rustyline = { version = "13.0.0", features = ["derive"] }
serde_json = { version = "1.0.108", default-features = false }
thiserror = { version = "1.0.50", default-features = false }
tokio = { version = "1.34.0", default-features = false, features = ["fs"] }
Expand Down
3 changes: 2 additions & 1 deletion sdk/CHANGELOG.md
Expand Up @@ -19,14 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## Unreleased - 2023-MM-DD
## 1.1.3 - 2023-12-07

### Added

- `Account::prepare_claim_outputs` method;

### Changed

- Bump `iota-ledger-nano` dependency;
- Display of `WalletError::InsufficientFunds`;

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions sdk/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "iota-sdk"
version = "1.1.2"
version = "1.1.3"
authors = ["IOTA Stiftung"]
edition = "2021"
description = "The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs."
Expand Down Expand Up @@ -66,7 +66,7 @@ futures = { version = "0.3.29", default-features = false, features = [
], optional = true }
heck = { version = "0.4.1", default-features = false, optional = true }
instant = { version = "0.1.12", default-features = false, optional = true }
iota-ledger-nano = { version = "1.0.0", default-features = false, optional = true }
iota-ledger-nano = { version = "1.0.1", default-features = false, optional = true }
iota_stronghold = { version = "2.0.0", default-features = false, optional = true }
log = { version = "0.4.20", default-features = false, optional = true }
num_cpus = { version = "1.16.0", default-features = false, optional = true }
Expand Down

0 comments on commit 323d8fb

Please sign in to comment.