From a8c1c122b6c31bb0ede3b35b97ea67daeb05d748 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 21:01:06 +0200 Subject: [PATCH] apply version updates (#1167) Co-authored-by: Thoralf-M --- .changes/pre.json | 3 +- bindings/nodejs/CHANGELOG.md | 4 ++ bindings/nodejs/package.json | 92 ++++++++++++++++++------------------ 3 files changed, 52 insertions(+), 47 deletions(-) diff --git a/.changes/pre.json b/.changes/pre.json index f19a1861e..021ce3c02 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -3,6 +3,7 @@ "changes": [ ".changes/buildAndPostBlock.md", ".changes/pow-hrp-renaming.md", - ".changes/pre-release.md" + ".changes/pre-release.md", + ".changes/utxo chain inputs.md" ] } diff --git a/bindings/nodejs/CHANGELOG.md b/bindings/nodejs/CHANGELOG.md index f84fff710..129da6f28 100644 --- a/bindings/nodejs/CHANGELOG.md +++ b/bindings/nodejs/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[3.0.0-alpha.2] + +- Improve handling for utxo chains in input selection. + ## \[3.0.0-alpha.1] - Rename generateBlock to buildAndPostBlock. diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index 2982bba86..d72f51cff 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,48 +1,48 @@ { - "name": "@iota/client", - "version": "3.0.0-alpha.1", - "description": "Node.js binding to the client library", - "main": "out/lib/index.js", - "types": "out/lib/index.d.ts", - "repository": { - "type": "git", - "url": "https://github.com/iotaledger/iota.rs" - }, - "author": "IOTA Foundation ", - "license": "Apache-2.0", - "dependencies": { - "cargo-cp-artifact": "^0.1.5", - "@iota/types": "^1.0.0-beta.10", - "prebuild-install": "^5.3.3" - }, - "scripts": { - "lint": "eslint --ignore-path .eslintignore --ext .js,.ts .", - "format": "prettier --ignore-path .eslintignore -w {,*/**/}*.{ts,js,json}", - "format-check": "prettier --ignore-path .eslintignore -c {,*/**/}*.{ts,js,json}", - "install": "prebuild-install --tag-prefix nodejs-binding-v || npm run rebuild", - "build": "npm run build:neon && tsc", - "build:neon": "cargo-cp-artifact -nc ./index.node -- cargo build --release --message-format=json-render-diagnostics", - "rebuild": "npm run build:neon && tsc && node scripts/strip.js", - "prebuild:node": "prebuild --prepack scripts/node-neon-build.js --strip", - "prebuild:electron": "node scripts/electron-prebuild.js", - "docs-wiki-build": "typedoc --githubPages false --disableSources --excludePrivate --excludeInternal --excludeNotDocumented --plugin typedoc-plugin-markdown --theme markdown --hideBreadcrumbs --entryDocument api_ref.md --readme none --hideGenerator --sort source-order --exclude ./**/src/index.ts --out ../../documentation/docs/libraries/nodejs/references/ ./lib/index.ts", - "test": "jest --forceExit" - }, - "devDependencies": { - "@types/jest": "^27.5.2", - "@typescript-eslint/eslint-plugin": "^5.31.0", - "@typescript-eslint/parser": "^5.31.0", - "dotenv": "^16.0.1", - "electron-build-env": "^0.2.0", - "eslint": "^8.20.0", - "eslint-config-prettier": "^8.5.0", - "jest": "^27.5.1", - "jest-matcher-utils": "^28.1.3", - "prebuild": "^10.0.1", - "prettier": "^2.7.1", - "ts-jest": "^27.1.5", - "typedoc": "^0.23.9", - "typedoc-plugin-markdown": "^3.13.4", - "typescript": "^4.7.4" - } + "name": "@iota/client", + "version": "3.0.0-alpha.2", + "description": "Node.js binding to the client library", + "main": "out/lib/index.js", + "types": "out/lib/index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/iotaledger/iota.rs" + }, + "author": "IOTA Foundation ", + "license": "Apache-2.0", + "dependencies": { + "cargo-cp-artifact": "^0.1.5", + "@iota/types": "^1.0.0-beta.10", + "prebuild-install": "^5.3.3" + }, + "scripts": { + "lint": "eslint --ignore-path .eslintignore --ext .js,.ts .", + "format": "prettier --ignore-path .eslintignore -w {,*/**/}*.{ts,js,json}", + "format-check": "prettier --ignore-path .eslintignore -c {,*/**/}*.{ts,js,json}", + "install": "prebuild-install --tag-prefix nodejs-binding-v || npm run rebuild", + "build": "npm run build:neon && tsc", + "build:neon": "cargo-cp-artifact -nc ./index.node -- cargo build --release --message-format=json-render-diagnostics", + "rebuild": "npm run build:neon && tsc && node scripts/strip.js", + "prebuild:node": "prebuild --prepack scripts/node-neon-build.js --strip", + "prebuild:electron": "node scripts/electron-prebuild.js", + "docs-wiki-build": "typedoc --githubPages false --disableSources --excludePrivate --excludeInternal --excludeNotDocumented --plugin typedoc-plugin-markdown --theme markdown --hideBreadcrumbs --entryDocument api_ref.md --readme none --hideGenerator --sort source-order --exclude ./**/src/index.ts --out ../../documentation/docs/libraries/nodejs/references/ ./lib/index.ts", + "test": "jest --forceExit" + }, + "devDependencies": { + "@types/jest": "^27.5.2", + "@typescript-eslint/eslint-plugin": "^5.31.0", + "@typescript-eslint/parser": "^5.31.0", + "dotenv": "^16.0.1", + "electron-build-env": "^0.2.0", + "eslint": "^8.20.0", + "eslint-config-prettier": "^8.5.0", + "jest": "^27.5.1", + "jest-matcher-utils": "^28.1.3", + "prebuild": "^10.0.1", + "prettier": "^2.7.1", + "ts-jest": "^27.1.5", + "typedoc": "^0.23.9", + "typedoc-plugin-markdown": "^3.13.4", + "typescript": "^4.7.4" + } }