File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
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.7 "
22+ "@windingtree/sdk" : " 0.1.0-beta.8 "
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/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"
Original file line number Diff line number Diff line change 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/**/*" ,
Original file line number Diff line number Diff line change 11{
22 "extends" : " ./tsconfig.json" ,
33 "compilerOptions" : {
4- "outDir" : " ./lib" ,
5- "declarationDir" : " ./lib/types"
4+ "outDir" : " ./lib"
65 },
76 "exclude" : [" ./examples" , " ./test" ]
87}
You can’t perform that action at this time.
0 commit comments