File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "license" : " MIT" ,
55 "scripts" : {
66 "build" : " rimraf dist && tsc" ,
7- "build:binaries" : " yarn build && rimraf out && pkg package.json" ,
7+ "build:binaries" : " yarn build && rimraf out && pkg --output out/kyve package.json && node ./node_modules/@kyve/core/dist/src/checksum.js " ,
88 "start" : " node ./dist/src/index.js" ,
99 "format" : " prettier --write ."
1010 },
1414 "assets" : " ./node_modules/@kyve/sdk/dist/proto/*" ,
1515 "targets" : [
1616 " latest-linux-x64" ,
17- " latest-macos-x64" ,
18- " latest-win-x64"
17+ " latest-macos-x64"
1918 ],
2019 "outputPath" : " out"
2120 },
2221 "prettier" : {
2322 "singleQuote" : true
2423 },
2524 "dependencies" : {
26- "@kyve/core" : " KYVENetwork/core#v0.4.0" ,
27- "@kyve/sdk" : " KYVENetwork/sdk#main" ,
25+ "@kyve/core" : " ^1.1.0" ,
2826 "axios" : " ^0.27.2"
2927 },
3028 "devDependencies" : {
31- "pkg" : " ^5.6 .0" ,
32- "prettier" : " ^2.6.2 " ,
29+ "pkg" : " ^5.7 .0" ,
30+ "prettier" : " ^2.7.0 " ,
3331 "rimraf" : " ^3.0.2" ,
34- "typescript" : " ^4.6.4 " ,
32+ "typescript" : " ^4.7.3 " ,
3533 "webhook-discord" : " ^3.7.8"
3634 }
3735}
You can’t perform that action at this time.
0 commit comments