Skip to content

Commit b16cef3

Browse files
authored
Merge pull request #10 from windingtree/develop
feat: 🎸 Bump beta.9
2 parents fcad4e2 + acb1b0d commit b16cef3

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
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.7"
22+
"@windingtree/sdk": "0.1.0-beta.8"
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.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==
2180+
"@windingtree/[email protected].8":
2181+
version "0.1.0-beta.8"
2182+
resolved "https://registry.yarnpkg.com/@windingtree/sdk/-/sdk-0.1.0-beta.8.tgz#1f15455a889121092cba46be34f3f0acbba8831f"
2183+
integrity sha512-uc7BYeuJ2Llr4RY6RUlIW1by3O8d2gng7ew/swaoEyhsDTwl6NtNn/Iz3STQ2+34tQSTsNvKv/9YHrna2Guexw==
21842184
dependencies:
21852185
"@chainsafe/libp2p-gossipsub" "^6.2.0"
21862186
"@chainsafe/libp2p-noise" "^11.0.4"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"license": "MIT",
2525
"type": "module",
26-
"types": "./lib/types/index.d.ts",
26+
"types": "./lib/src/index.d.ts",
2727
"main": "./lib/src/index.js",
2828
"files": [
2929
"lib/**/*",

tsconfig.build.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "./lib",
5-
"declarationDir": "./lib/types"
4+
"outDir": "./lib"
65
},
76
"exclude": ["./examples", "./test"]
87
}

0 commit comments

Comments
 (0)