From 977cdb26cbcd7face6fbe1c066b269700a3cd60b Mon Sep 17 00:00:00 2001 From: teddav Date: Thu, 29 Jan 2026 11:20:04 +0100 Subject: [PATCH 1/2] bindings typscript: update to latest js-sdk version --- .../soroban-spec-typescript/src/project_template/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 dcc20d94a7..a51953fd51 100644 --- a/cmd/crates/soroban-spec-typescript/src/project_template/package.json +++ b/cmd/crates/soroban-spec-typescript/src/project_template/package.json @@ -8,10 +8,10 @@ "build": "tsc" }, "dependencies": { - "@stellar/stellar-sdk": "^14.1.1", + "@stellar/stellar-sdk": "^14.5.0", "buffer": "6.0.3" }, "devDependencies": { "typescript": "^5.6.2" } -} +} \ No newline at end of file From 5f89d0692d70081162d4bd8d9fed956ef386ecd4 Mon Sep 17 00:00:00 2001 From: teddav Date: Thu, 29 Jan 2026 11:41:32 +0100 Subject: [PATCH 2/2] update also in fixtures --- .../fixtures/test_constructor/package.json | 2 +- .../fixtures/test_custom_types/package.json | 2 +- .../soroban-spec-typescript/src/project_template/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/crates/soroban-spec-typescript/fixtures/test_constructor/package.json b/cmd/crates/soroban-spec-typescript/fixtures/test_constructor/package.json index 4b22f8c7b2..4f68766f2a 100644 --- a/cmd/crates/soroban-spec-typescript/fixtures/test_constructor/package.json +++ b/cmd/crates/soroban-spec-typescript/fixtures/test_constructor/package.json @@ -8,7 +8,7 @@ "build": "tsc" }, "dependencies": { - "@stellar/stellar-sdk": "^14.1.1", + "@stellar/stellar-sdk": "^14.5.0", "buffer": "6.0.3" }, "devDependencies": { 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 3f2119a9b0..0270e3a8de 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 @@ -8,7 +8,7 @@ "build": "tsc" }, "dependencies": { - "@stellar/stellar-sdk": "^14.1.1", + "@stellar/stellar-sdk": "^14.5.0", "buffer": "6.0.3" }, "devDependencies": { 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 a51953fd51..db85c1c027 100644 --- a/cmd/crates/soroban-spec-typescript/src/project_template/package.json +++ b/cmd/crates/soroban-spec-typescript/src/project_template/package.json @@ -14,4 +14,4 @@ "devDependencies": { "typescript": "^5.6.2" } -} \ No newline at end of file +}