Skip to content

Commit 87f367b

Browse files
committed
added new core
1 parent 6f7c510 commit 87f367b

2 files changed

Lines changed: 379 additions & 346 deletions

File tree

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@kyve/bitcoin",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
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,13 +14,12 @@
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
"dependencies": {
23-
"@kyve/core": "^1.0.8",
22+
"@kyve/core": "1.1.0",
2423
"axios": "^0.26.1",
2524
"nanoid": "^3.3.3"
2625
},

0 commit comments

Comments
 (0)