From b5e8586344ab52c0a1b8988b44b0c4e516a473ce Mon Sep 17 00:00:00 2001 From: Tsachi Herman <24438559+tsachiherman@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:16:39 -0400 Subject: [PATCH] update js-soroban-client to 0.9.1 (#768) * update * update * fix missing --- .github/workflows/e2e.yml | 4 ++-- .../fixtures/test_custom_types/package-lock.json | 16 ++++++++-------- .../fixtures/test_custom_types/package.json | 2 +- .../src/project_template/package.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 44281e78d..ba0c4dd26 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest-4-cores env: # the gh tag of system-test repo version to run - SYSTEM_TEST_GIT_REF: v1.0.16 + SYSTEM_TEST_GIT_REF: v1.0.17 # the soroban tools source code to compile and run from system test # refers to checked out source of current git hub ref context @@ -32,7 +32,7 @@ jobs: SYSTEM_TEST_RUST_TOOLCHAIN_VERSION: stable # sets the version of soroban-js-client used by tests - SYSTEM_TEST_JS_SOROBAN_CLIENT_NPM_VERSION: "0.9.0" + SYSTEM_TEST_JS_SOROBAN_CLIENT_NPM_VERSION: "0.9.1" # system test will build quickstart image internally to use for running the service stack # configured in standalone network mode(core, rpc) diff --git a/cmd/crates/soroban-spec-typescript/fixtures/test_custom_types/package-lock.json b/cmd/crates/soroban-spec-typescript/fixtures/test_custom_types/package-lock.json index edd425dfe..22fc9b4a2 100644 --- a/cmd/crates/soroban-spec-typescript/fixtures/test_custom_types/package-lock.json +++ b/cmd/crates/soroban-spec-typescript/fixtures/test_custom_types/package-lock.json @@ -11,7 +11,7 @@ "@stellar/freighter-api": "1.5.0", "bigint-conversion": "2.4.1", "buffer": "6.0.3", - "soroban-client": "0.9.0" + "soroban-client": "0.9.1" }, "devDependencies": { "typescript": "5.0.4" @@ -673,9 +673,9 @@ } }, "node_modules/soroban-client": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/soroban-client/-/soroban-client-0.9.0.tgz", - "integrity": "sha512-qfdLYBhEk3CzglYcZ2jsLwzjcdJQIAMDOJnor2EPrTPS33DK+IjKEr6CPVALERG2yYzo7xbtAfwboxA4aAM+Xg==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/soroban-client/-/soroban-client-0.9.1.tgz", + "integrity": "sha512-wAxu8Z15vBirjizdGG5BnUtZDtf/+ul37q84xHqUUHS7t7sL8CBeTdM6bFYmlEVLjpfFtAhdB/yJBQU7Bo4kBQ==", "dependencies": { "axios": "^1.4.0", "bignumber.js": "^9.1.1", @@ -685,15 +685,15 @@ "eventsource": "^2.0.2", "lodash": "^4.17.21", "randombytes": "^2.1.0", - "stellar-base": "10.0.0-soroban.2", + "stellar-base": "10.0.0-soroban.3", "toml": "^3.0.0", "urijs": "^1.19.1" } }, "node_modules/stellar-base": { - "version": "10.0.0-soroban.2", - "resolved": "https://registry.npmjs.org/stellar-base/-/stellar-base-10.0.0-soroban.2.tgz", - "integrity": "sha512-WaC8AoFjtsas/pmO+odUm+i55bazzSee/bBlYjj85sTHFRKa7SE5bp3Ra6fbSNlYKd//FPPTNl92NKe0jix7Kw==", + "version": "10.0.0-soroban.3", + "resolved": "https://registry.npmjs.org/stellar-base/-/stellar-base-10.0.0-soroban.3.tgz", + "integrity": "sha512-XixwHHggxuWHQYY2CiVIzXLCGwaphS6pKF1GFyTC4QNIouR7IRWn/fzbXkYmzIbJTq6gM4mORO3kaLwl4bd7yA==", "dependencies": { "base32.js": "^0.1.0", "bignumber.js": "^9.1.1", diff --git a/cmd/crates/soroban-spec-typescript/fixtures/test_custom_types/package.json b/cmd/crates/soroban-spec-typescript/fixtures/test_custom_types/package.json index 892af58d5..85c8e6185 100644 --- a/cmd/crates/soroban-spec-typescript/fixtures/test_custom_types/package.json +++ b/cmd/crates/soroban-spec-typescript/fixtures/test_custom_types/package.json @@ -4,7 +4,7 @@ "dependencies": { "@stellar/freighter-api": "1.5.0", "buffer": "6.0.3", - "soroban-client": "0.9.0", + "soroban-client": "0.9.1", "bigint-conversion": "2.4.1" }, "scripts": { diff --git a/cmd/crates/soroban-spec-typescript/src/project_template/package.json b/cmd/crates/soroban-spec-typescript/src/project_template/package.json index 7c766b25b..8067b2b7e 100644 --- a/cmd/crates/soroban-spec-typescript/src/project_template/package.json +++ b/cmd/crates/soroban-spec-typescript/src/project_template/package.json @@ -4,7 +4,7 @@ "dependencies": { "@stellar/freighter-api": "1.5.0", "buffer": "6.0.3", - "soroban-client": "0.9.0", + "soroban-client": "0.9.1", "bigint-conversion": "2.4.1" }, "scripts": {