File tree 4 files changed +7
-9
lines changed
4 files changed +7
-9
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.9 "
22
+ "@windingtree/sdk" : " 0.1.0-beta.10 "
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/[email protected] .9 " :
2181
- version "0.1.0-beta.9 "
2182
- resolved "https://registry.yarnpkg.com/@windingtree/sdk/-/sdk-0.1.0-beta.9 .tgz#215fe4729d0bb7b777de449d9e3d4ce56241b432 "
2183
- integrity sha512-L2RuVtCGcCuSAEcUjE25k2BaDx3SbZQJos/ncU9ncmilKFNuPbt+QAmxgveZVZRXCb5fInJyWa+V9bD9NvPAaw ==
2180
+ " @windingtree/[email protected] .10 " :
2181
+ version "0.1.0-beta.10 "
2182
+ resolved "https://registry.yarnpkg.com/@windingtree/sdk/-/sdk-0.1.0-beta.10 .tgz#f2092903077a597ffb3c46a6af1fda25b8586bea "
2183
+ integrity sha512-9CsUr+njuL71L0eHX9GmNuaTgauGHqJzsky/annmW7WDa/GJ5cFI6mowGSMRHeCIAhtOZEtMQUAlWrHRgk1TBQ ==
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/src/ index.d.ts" ,
27
- "main" : " ./lib/src/ index.js" ,
26
+ "types" : " ./lib/index.d.ts" ,
27
+ "main" : " ./lib/index.js" ,
28
28
"files" : [
29
29
" lib/**/*" ,
30
30
" !**/*.tsbuildinfo"
Original file line number Diff line number Diff line change 14
14
"allowSyntheticDefaultImports" : true ,
15
15
"resolveJsonModule" : true ,
16
16
"noErrorTruncation" : true ,
17
- "incremental" : true ,
18
- "composite" : true ,
19
17
"forceConsistentCasingInFileNames" : true ,
20
18
"useUnknownInCatchVariables" : true ,
21
19
"importsNotUsedAsValues" : " remove" ,
You can’t perform that action at this time.
0 commit comments