Skip to content

Commit fcad4e2

Browse files
authored
Merge pull request #9 from windingtree/develop
feat: 🎸 Bump beta.8
2 parents 155311c + d4ae21e commit fcad4e2

File tree

3 files changed

+5
-21
lines changed

3 files changed

+5
-21
lines changed

examples/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"typescript": "^5.0.3",
2020
"vite": "^4.2.1",
2121
"zod": "^3.21.4",
22-
"@windingtree/sdk": "^0.1.0-beta.6"
22+
"@windingtree/sdk": "^0.1.0-beta.7"
2323
},
2424
"eslintConfig": {
2525
"extends": [

examples/client/yarn.lock

+4-4
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.6":
2181-
version "0.1.0-beta.6"
2182-
resolved "https://registry.yarnpkg.com/@windingtree/sdk/-/sdk-0.1.0-beta.6.tgz#a3c4ca6075bb162c7844ac9fa73de08fab859bab"
2183-
integrity sha512-wYSZ1hLBAz1bal1JcVSIHGZIxVPHR6IeAkaWui4FJhii3cxSiyDk4u9sca3tlxisM+RQBFUgoh2QHnXr3FKcrg==
2180+
"@windingtree/sdk@^0.1.0-beta.7":
2181+
version "0.1.0-beta.7"
2182+
resolved "https://registry.yarnpkg.com/@windingtree/sdk/-/sdk-0.1.0-beta.7.tgz#4d7572c3720c0ec954b171aac9b6bf5b6c1259c7"
2183+
integrity sha512-Q9e6O9ywNDHmwnLUO+Q5MC2rGuLpKi/lizp1VE0IO/Z3Jkz1/zVGHzlJURtzZTaEBNZAMmHCWkwE/S6IsHe4BQ==
21842184
dependencies:
21852185
"@chainsafe/libp2p-gossipsub" "^6.2.0"
21862186
"@chainsafe/libp2p-noise" "^11.0.4"

package.json

-16
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,6 @@
2323
],
2424
"license": "MIT",
2525
"type": "module",
26-
"exports": {
27-
".": {
28-
"import": "./lib/src/index.js"
29-
},
30-
"./utils": {
31-
"import": "./lib/utils/index.js"
32-
}
33-
},
34-
"typesVersions": {
35-
"*": {
36-
"*": [
37-
"lib/types/*",
38-
"lib/types/utils/*"
39-
]
40-
}
41-
},
4226
"types": "./lib/types/index.d.ts",
4327
"main": "./lib/src/index.js",
4428
"files": [

0 commit comments

Comments
 (0)