File tree 4 files changed +7
-8
lines changed
4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 19
19
"typescript" : " ^5.0.3" ,
20
20
"vite" : " ^4.2.1" ,
21
21
"zod" : " ^3.21.4" ,
22
- "@windingtree/sdk" : " ^ 0.1.0-beta.7 "
22
+ "@windingtree/sdk" : " 0.1.0-beta.8 "
23
23
},
24
24
"eslintConfig" : {
25
25
"extends" : [
Original file line number Diff line number Diff line change 2177
2177
magic-string "^0.27.0"
2178
2178
react-refresh "^0.14.0"
2179
2179
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 ==
2184
2184
dependencies :
2185
2185
" @chainsafe/libp2p-gossipsub" " ^6.2.0"
2186
2186
" @chainsafe/libp2p-noise" " ^11.0.4"
Original file line number Diff line number Diff line change 23
23
],
24
24
"license" : " MIT" ,
25
25
"type" : " module" ,
26
- "types" : " ./lib/types /index.d.ts" ,
26
+ "types" : " ./lib/src /index.d.ts" ,
27
27
"main" : " ./lib/src/index.js" ,
28
28
"files" : [
29
29
" lib/**/*" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ./tsconfig.json" ,
3
3
"compilerOptions" : {
4
- "outDir" : " ./lib" ,
5
- "declarationDir" : " ./lib/types"
4
+ "outDir" : " ./lib"
6
5
},
7
6
"exclude" : [" ./examples" , " ./test" ]
8
7
}
You can’t perform that action at this time.
0 commit comments