From 742c6c846583c68b9a7ea0e519006d1933812aa7 Mon Sep 17 00:00:00 2001 From: tonjen Date: Tue, 22 Aug 2023 12:20:29 +0000 Subject: [PATCH 1/3] Update dependencies ever-sdk version --- lerna.json | 2 +- packages/cli/package-lock.json | 8 ++++---- packages/cli/package.json | 6 +++--- packages/core/package.json | 2 +- packages/core/src/version.ts | 2 +- packages/lib-node/lib/Cargo.toml | 2 +- packages/lib-node/package.json | 2 +- packages/lib-react-native-jsi/package.json | 2 +- packages/lib-react-native/android/lib/Cargo.toml | 2 +- packages/lib-react-native/ios/lib/Cargo.toml | 2 +- packages/lib-react-native/package.json | 2 +- packages/lib-web/lib/Cargo.toml | 2 +- packages/lib-web/package.json | 2 +- packages/tests-node/package.json | 2 +- packages/tests-react-native-jsi/package.json | 2 +- packages/tests-react-native/package.json | 2 +- packages/tests-web/package.json | 2 +- packages/tests/package.json | 2 +- 18 files changed, 23 insertions(+), 23 deletions(-) diff --git a/lerna.json b/lerna.json index 4f28907f..e8547339 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "1.44.1", + "version": "1.44.2", "command": { "version": { "message": "Release" diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index df424d36..9ef19040 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1,17 +1,17 @@ { "name": "@eversdk/cli", - "version": "1.44.1", + "version": "1.44.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@eversdk/cli", - "version": "1.44.1", + "version": "1.44.2", "license": "Apache-2.0", "dependencies": { "@eversdk/appkit": "^0.3.8", - "@eversdk/core": "^1.44.1", - "@eversdk/lib-node": "^1.44.1", + "@eversdk/core": "^1.44.2", + "@eversdk/lib-node": "^1.44.2", "commander": "^10.0.0", "dotenv": "^16.0.3", "everdev": "^1.7.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index 3f34783a..65dedcb8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@eversdk/cli", - "version": "1.44.1", + "version": "1.44.2", "description": "Evercloud CLI", "homepage": "https://everx.dev/", "repository": { @@ -52,8 +52,8 @@ ], "dependencies": { "@eversdk/appkit": "^0.3.8", - "@eversdk/core": "^1.44.1", - "@eversdk/lib-node": "^1.44.1", + "@eversdk/core": "^1.44.2", + "@eversdk/lib-node": "^1.44.2", "commander": "^10.0.0", "dotenv": "^16.0.3", "everdev": "^1.7.0", diff --git a/packages/core/package.json b/packages/core/package.json index 8f2debdc..62dc9ea3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@eversdk/core", - "version": "1.44.1", + "version": "1.44.2", "description": "TON Client for Java Script", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/core/src/version.ts b/packages/core/src/version.ts index 0a21a9e5..0b64a78b 100644 --- a/packages/core/src/version.ts +++ b/packages/core/src/version.ts @@ -1 +1 @@ -export const packageVersion = "1.44.1"; +export const packageVersion = "1.44.2"; diff --git a/packages/lib-node/lib/Cargo.toml b/packages/lib-node/lib/Cargo.toml index 9687e51a..edb1a5c3 100644 --- a/packages/lib-node/lib/Cargo.toml +++ b/packages/lib-node/lib/Cargo.toml @@ -10,7 +10,7 @@ crate-type = [ 'staticlib' ] [dependencies] libc = '0.2' -ton_client = { git = 'https://github.com/tonlabs/ever-sdk.git', tag = '1.44.1' } +ton_client = { git = 'https://github.com/tonlabs/ever-sdk.git', tag = '1.44.2' } [profile.release] lto = true diff --git a/packages/lib-node/package.json b/packages/lib-node/package.json index cfb5b95b..0a18dc40 100644 --- a/packages/lib-node/package.json +++ b/packages/lib-node/package.json @@ -1,6 +1,6 @@ { "name": "@eversdk/lib-node", - "version": "1.44.1", + "version": "1.44.2", "description": "TON Client NodeJs AddOn", "repository": { "type": "git", diff --git a/packages/lib-react-native-jsi/package.json b/packages/lib-react-native-jsi/package.json index 23791549..600cde32 100644 --- a/packages/lib-react-native-jsi/package.json +++ b/packages/lib-react-native-jsi/package.json @@ -1,6 +1,6 @@ { "name": "@eversdk/lib-react-native-jsi", - "version": "1.44.1", + "version": "1.44.2", "description": "TON Client React Native JSI Module", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/packages/lib-react-native/android/lib/Cargo.toml b/packages/lib-react-native/android/lib/Cargo.toml index a1f546e6..93a1d7f5 100644 --- a/packages/lib-react-native/android/lib/Cargo.toml +++ b/packages/lib-react-native/android/lib/Cargo.toml @@ -11,7 +11,7 @@ crate-type = [ 'cdylib' ] [dependencies] lazy_static = '1.4.0' jni = { default-features = false, version = '0.12.0' } -ton_client = { git = 'https://github.com/tonlabs/ever-sdk.git', tag = '1.44.1' } +ton_client = { git = 'https://github.com/tonlabs/ever-sdk.git', tag = '1.44.2' } openssl = { features = [ 'vendored' ], version = '0.10' } [profile.release] diff --git a/packages/lib-react-native/ios/lib/Cargo.toml b/packages/lib-react-native/ios/lib/Cargo.toml index cf1bcf0c..e0a5b805 100644 --- a/packages/lib-react-native/ios/lib/Cargo.toml +++ b/packages/lib-react-native/ios/lib/Cargo.toml @@ -10,7 +10,7 @@ crate-type = [ 'staticlib' ] [dependencies] libc = '0.2' -ton_client = { git = 'https://github.com/tonlabs/ever-sdk.git', tag = '1.44.1' } +ton_client = { git = 'https://github.com/tonlabs/ever-sdk.git', tag = '1.44.2' } [profile.release] lto = true diff --git a/packages/lib-react-native/package.json b/packages/lib-react-native/package.json index 3ee29e8d..abb13bdc 100644 --- a/packages/lib-react-native/package.json +++ b/packages/lib-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@eversdk/lib-react-native", - "version": "1.44.1", + "version": "1.44.2", "description": "TON Client React Native Module", "main": "index.js", "repository": { diff --git a/packages/lib-web/lib/Cargo.toml b/packages/lib-web/lib/Cargo.toml index 6c27b00d..676de7bd 100644 --- a/packages/lib-web/lib/Cargo.toml +++ b/packages/lib-web/lib/Cargo.toml @@ -28,7 +28,7 @@ lazy_static = '1.4.0' # just to fix building of rand for WASM: getrandom = { default-features = false, features = [ 'js' ], version = '0.2.2' } -ton_client = { default-features = false, features = [ 'wasm' ], git = 'https://github.com/tonlabs/ever-sdk.git', tag = '1.44.1' } +ton_client = { default-features = false, features = [ 'wasm' ], git = 'https://github.com/tonlabs/ever-sdk.git', tag = '1.44.2' } [dependencies.web-sys] version = '0.3.57' diff --git a/packages/lib-web/package.json b/packages/lib-web/package.json index 68aa5344..76cd4c49 100644 --- a/packages/lib-web/package.json +++ b/packages/lib-web/package.json @@ -1,6 +1,6 @@ { "name": "@eversdk/lib-web", - "version": "1.44.1", + "version": "1.44.2", "description": "TON Client WASM module for browsers", "main": "index.js", "repository": { diff --git a/packages/tests-node/package.json b/packages/tests-node/package.json index 0f62e3c3..f2898e40 100644 --- a/packages/tests-node/package.json +++ b/packages/tests-node/package.json @@ -1,6 +1,6 @@ { "name": "@eversdk/tests-node", - "version": "1.44.1", + "version": "1.44.2", "private": true, "description": "TON Client Tests runner on NodeJs", "main": "index.js", diff --git a/packages/tests-react-native-jsi/package.json b/packages/tests-react-native-jsi/package.json index d10a5e18..901232be 100644 --- a/packages/tests-react-native-jsi/package.json +++ b/packages/tests-react-native-jsi/package.json @@ -1,6 +1,6 @@ { "name": "@eversdk/tests-react-native-jsi", - "version": "1.44.1", + "version": "1.44.2", "private": true, "main": "index.js", "browser": true, diff --git a/packages/tests-react-native/package.json b/packages/tests-react-native/package.json index 1d23710f..7bd8ffb8 100644 --- a/packages/tests-react-native/package.json +++ b/packages/tests-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@eversdk/tests-react-native", - "version": "1.44.1", + "version": "1.44.2", "private": true, "main": "index.js", "browser": true, diff --git a/packages/tests-web/package.json b/packages/tests-web/package.json index 49657f54..6793759f 100644 --- a/packages/tests-web/package.json +++ b/packages/tests-web/package.json @@ -1,6 +1,6 @@ { "name": "@eversdk/tests-web", - "version": "1.44.1", + "version": "1.44.2", "private": true, "description": "TON Client WASM module tests runner", "scripts": { diff --git a/packages/tests/package.json b/packages/tests/package.json index 7c4df38a..512c747d 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -1,6 +1,6 @@ { "name": "@eversdk/tests", - "version": "1.44.1", + "version": "1.44.2", "private": true, "description": "TON Client Tests", "main": "dist/index.js", From 2073de530de05ed8ac91e8af39f7130892292790 Mon Sep 17 00:00:00 2001 From: Sergei Voronezhskii Date: Tue, 22 Aug 2023 15:25:54 +0300 Subject: [PATCH 2/3] Version 1.44.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42512490..7b76b2ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ All notable changes to this project will be documented in this file. +## [1.44.2] – 2023-08-22 + +### New + +- Pruned account serialization supported + ## [1.44.1] – 2023-07-25 ### New From 20f0104da28e10354db2ad79ca5ef591abc23e8c Mon Sep 17 00:00:00 2001 From: Sergei Voronezhskii Date: Tue, 22 Aug 2023 18:19:33 +0300 Subject: [PATCH 3/3] fix build --- packages/lib-react-native/android/build/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lib-react-native/android/build/src/main.rs b/packages/lib-react-native/android/build/src/main.rs index 638f2e4d..7f0f1038 100644 --- a/packages/lib-react-native/android/build/src/main.rs +++ b/packages/lib-react-native/android/build/src/main.rs @@ -63,7 +63,7 @@ fn main() { &builder.lib_dir.join("NDK").join(arch.ndk).join("bin"), )); std::env::set_var("PATH", path); - assert!(exec("cargo", &["+1.65.0-x86_64-apple-darwin", "build", "--target", arch.target, "--release"]).success()); + assert!(exec("cargo", &["+1.67.0-x86_64-apple-darwin", "build", "--target", arch.target, "--release"]).success()); } let out_dir = builder.package_dir.join("src/main/jniLibs");