Skip to content

Commit

Permalink
Up package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomXY committed Jul 12, 2024
1 parent 525121b commit a7cc0ec
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "1.46.1",
"version": "1.46.2",
"command": {
"version": {
"message": "Release"
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eversdk/cli",
"version": "1.46.1",
"version": "1.46.2",
"description": "Evercloud CLI",
"homepage": "https://everx.dev/",
"repository": {
Expand Down Expand Up @@ -53,8 +53,8 @@
],
"dependencies": {
"@eversdk/appkit": "^0.3.8",
"@eversdk/core": "^1.46.1",
"@eversdk/lib-node": "^1.46.1",
"@eversdk/core": "^1.46.2",
"@eversdk/lib-node": "^1.46.2",
"commander": "^10.0.0",
"dotenv": "^16.0.3",
"everdev": "^1.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eversdk/core",
"version": "1.46.1",
"version": "1.46.2",
"description": "TON Client for Java Script",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const packageVersion = "1.46.1";
export const packageVersion = "1.46.2";
4 changes: 2 additions & 2 deletions packages/lib-node/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'ever_sdk_node_addon'
version = '1.46.1'
version = '1.46.2'
authors = [ 'TON Labs' ]
license = 'Apache-2.0'

Expand All @@ -10,7 +10,7 @@ crate-type = [ 'staticlib' ]

[dependencies]
libc = '0.2'
ton_client = { git = 'https://github.com/everx-labs/ever-sdk.git', tag = '1.46.1', default-features = false, features = [ 'std', 'rustls-tls-webpki-roots' ] }
ton_client = { git = 'https://github.com/everx-labs/ever-sdk.git', tag = '1.46.2', default-features = false, features = [ 'std', 'rustls-tls-webpki-roots' ] }

[profile.release]
lto = true
2 changes: 1 addition & 1 deletion packages/lib-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eversdk/lib-node",
"version": "1.46.1",
"version": "1.46.2",
"description": "TON Client NodeJs AddOn",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-react-native-jsi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eversdk/lib-react-native-jsi",
"version": "1.46.1",
"version": "1.46.2",
"description": "TON Client React Native JSI Module",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-react-native/android/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'ever_sdk_react_native_android'
version = '1.46.1'
version = '1.46.2'
authors = [ 'TON Labs' ]
license = 'Apache-2.0'

Expand All @@ -12,7 +12,7 @@ crate-type = [ 'cdylib' ]
openssl-sys = { version = "0.9.97", features = [ "vendored" ] }
lazy_static = '1.4.0'
jni = { default-features = false, version = '0.12.0' }
ton_client = { git = 'https://github.com/everx-labs/ever-sdk.git', tag = '1.46.1' }
ton_client = { git = 'https://github.com/everx-labs/ever-sdk.git', tag = '1.46.2' }

[profile.release]
lto = true
4 changes: 2 additions & 2 deletions packages/lib-react-native/ios/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'ever_sdk_react_native_ios'
version = '1.46.1'
version = '1.46.2'
authors = [ 'TON Labs' ]
license = 'Apache-2.0'

Expand All @@ -10,7 +10,7 @@ crate-type = [ 'staticlib' ]

[dependencies]
libc = '0.2'
ton_client = { git = 'https://github.com/everx-labs/ever-sdk.git', tag = '1.46.1', default-features = false, features = [ 'std', 'rustls-tls-webpki-roots' ] }
ton_client = { git = 'https://github.com/everx-labs/ever-sdk.git', tag = '1.46.2', default-features = false, features = [ 'std', 'rustls-tls-webpki-roots' ] }

[profile.release]
lto = true
2 changes: 1 addition & 1 deletion packages/lib-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eversdk/lib-react-native",
"version": "1.46.1",
"version": "1.46.2",
"description": "TON Client React Native Module",
"main": "index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-web/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'ever_sdk_wasm_module'
version = '1.46.1'
version = '1.46.2'
edition = '2018'
description = 'TON Client WASM binding'
license = 'Apache-2.0'
Expand Down Expand Up @@ -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/everx-labs/ever-sdk.git', tag = '1.46.1' }
ton_client = { default-features = false, features = [ 'wasm' ], git = 'https://github.com/everx-labs/ever-sdk.git', tag = '1.46.2' }

[dependencies.web-sys]
version = '0.3.57'
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eversdk/lib-web",
"version": "1.46.1",
"version": "1.46.2",
"description": "TON Client WASM module for browsers",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eversdk/tests-node",
"version": "1.46.1",
"version": "1.46.2",
"private": true,
"description": "TON Client Tests runner on NodeJs",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-react-native-jsi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eversdk/tests-react-native-jsi",
"version": "1.46.1",
"version": "1.46.2",
"private": true,
"main": "index.js",
"browser": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eversdk/tests-react-native",
"version": "1.46.1",
"version": "1.46.2",
"private": true,
"main": "index.js",
"browser": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eversdk/tests-web",
"version": "1.46.1",
"version": "1.46.2",
"private": true,
"description": "TON Client WASM module tests runner",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eversdk/tests",
"version": "1.46.1",
"version": "1.46.2",
"private": true,
"description": "TON Client Tests",
"main": "dist/index.js",
Expand Down

0 comments on commit a7cc0ec

Please sign in to comment.