Skip to content

Commit 3806396

Browse files
committed
chore: 🤖 Updated sdk version in the client example
1 parent 456ddd0 commit 3806396

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

‎examples/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react-dom": "^18.2.0",
1919
"typescript": "^5.0.3",
2020
"vite": "^4.2.1",
21-
"@windingtree/sdk": "0.1.0-beta.11"
21+
"@windingtree/sdk": "^0.1.0-beta.12"
2222
},
2323
"eslintConfig": {
2424
"extends": [

‎examples/client/src/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import {
55
contractConfig,
66
serverAddress,
77
} from '../../shared/index.js';
8-
import { Client, ClientOptions, createClient, RequestRecord, storage, utils } from '../../../src/index.js';
9-
// import { Client, ClientOptions, RequestRecord, createClient, storage, utils } from '@windingtree/sdk';
8+
import { Client, ClientOptions, RequestRecord, createClient, storage, utils } from '@windingtree/sdk';
109

1110
/** Default request expiration time */
1211
const defaultExpire = '30s';

‎examples/client/yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,10 +2177,10 @@
21772177
magic-string "^0.27.0"
21782178
react-refresh "^0.14.0"
21792179

2180-
"@windingtree/sdk@0.1.0-beta.11":
2181-
version "0.1.0-beta.11"
2182-
resolved "https://registry.yarnpkg.com/@windingtree/sdk/-/sdk-0.1.0-beta.11.tgz#571129b5265649a780fd976a19fa98205dbee692"
2183-
integrity sha512-/5mwrss7eaXcJx6OtVQl3ZiO8o3F7VtMGmNN8i0P2yJMox85bJWj1ROXvSUjwJyD/rjlH1EVgnvDCCtm63RRKw==
2180+
"@windingtree/sdk@0.1.0-beta.12":
2181+
version "0.1.0-beta.12"
2182+
resolved "https://registry.yarnpkg.com/@windingtree/sdk/-/sdk-0.1.0-beta.12.tgz#8a1e3b06691ea5f804c1bff21fc535fbb121145b"
2183+
integrity sha512-LyH9TyyHhsk6RQISC3fomJmnr0hmsHcpO8nDUmo5Bkr/KXcGijuex8rkbpFziwPDPOhhzoLmHSXHbbXdOUDxNQ==
21842184
dependencies:
21852185
"@chainsafe/libp2p-gossipsub" "^6.2.0"
21862186
"@chainsafe/libp2p-noise" "^11.0.4"
@@ -2191,7 +2191,6 @@
21912191
h3-js "^4.1.0"
21922192
libp2p "^0.43.3"
21932193
luxon "^3.3.0"
2194-
zod "^3.21.4"
21952194

21962195
abortable-iterator@^4.0.2:
21972196
version "4.0.2"
@@ -4707,8 +4706,3 @@ yaml@^1.10.0:
47074706
version "1.10.2"
47084707
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
47094708
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
4710-
4711-
zod@^3.21.4:
4712-
version "3.21.4"
4713-
resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db"
4714-
integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==

0 commit comments

Comments
 (0)