Skip to content

Commit 2660af3

Browse files
committed
chore: prepare for release
1 parent a070f5c commit 2660af3

2 files changed

Lines changed: 300 additions & 286 deletions

File tree

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
},
@@ -14,24 +14,22 @@
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
}

0 commit comments

Comments
 (0)