File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1919 "typescript" : " ^5.0.3" ,
2020 "vite" : " ^4.2.1" ,
2121 "zod" : " ^3.21.4" ,
22- "@windingtree/sdk" : " 0.1.0-beta.9 "
22+ "@windingtree/sdk" : " 0.1.0-beta.10 "
2323 },
2424 "eslintConfig" : {
2525 "extends" : [
Original file line number Diff line number Diff line change 21772177 magic-string "^0.27.0"
21782178 react-refresh "^0.14.0"
21792179
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 ==
21842184 dependencies :
21852185 " @chainsafe/libp2p-gossipsub" " ^6.2.0"
21862186 " @chainsafe/libp2p-noise" " ^11.0.4"
Original file line number Diff line number Diff line change 2323 ],
2424 "license" : " MIT" ,
2525 "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" ,
2828 "files" : [
2929 " lib/**/*" ,
3030 " !**/*.tsbuildinfo"
Original file line number Diff line number Diff line change 1414 "allowSyntheticDefaultImports" : true ,
1515 "resolveJsonModule" : true ,
1616 "noErrorTruncation" : true ,
17- "incremental" : true ,
18- "composite" : true ,
1917 "forceConsistentCasingInFileNames" : true ,
2018 "useUnknownInCatchVariables" : true ,
2119 "importsNotUsedAsValues" : " remove" ,
You can’t perform that action at this time.
0 commit comments