File tree 3 files changed +5
-21
lines changed
3 files changed +5
-21
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.6 "
22
+ "@windingtree/sdk" : " ^0.1.0-beta.7 "
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.6 " :
2181
- version "0.1.0-beta.6 "
2182
- resolved "https://registry.yarnpkg.com/@windingtree/sdk/-/sdk-0.1.0-beta.6 .tgz#a3c4ca6075bb162c7844ac9fa73de08fab859bab "
2183
- integrity sha512-wYSZ1hLBAz1bal1JcVSIHGZIxVPHR6IeAkaWui4FJhii3cxSiyDk4u9sca3tlxisM+RQBFUgoh2QHnXr3FKcrg ==
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 ==
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
- "exports" : {
27
- "." : {
28
- "import" : " ./lib/src/index.js"
29
- },
30
- "./utils" : {
31
- "import" : " ./lib/utils/index.js"
32
- }
33
- },
34
- "typesVersions" : {
35
- "*" : {
36
- "*" : [
37
- " lib/types/*" ,
38
- " lib/types/utils/*"
39
- ]
40
- }
41
- },
42
26
"types" : " ./lib/types/index.d.ts" ,
43
27
"main" : " ./lib/src/index.js" ,
44
28
"files" : [
You can’t perform that action at this time.
0 commit comments