Skip to content

Commit b1b62c3

Browse files
committed
feat(sdk-coin-icp): add protobuf definitions for message SendRequest
TICKET: WIN-5259
1 parent 63603b3 commit b1b62c3

File tree

5 files changed

+2665
-10
lines changed

5 files changed

+2665
-10
lines changed

modules/sdk-coin-icp/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
77
"scripts": {
8-
"build": "yarn tsc --build --incremental --verbose .",
8+
"build": "npm run prepare",
9+
"build-ts": "yarn tsc --build --incremental --verbose .",
910
"fmt": "prettier --write .",
1011
"check-fmt": "prettier --check .",
1112
"clean": "rm -r ./dist",
1213
"lint": "eslint --quiet .",
13-
"prepare": "npm run build",
14+
"prepare": "npm run build-ts && shx cp -r ./resources ./dist",
1415
"test": "npm run coverage",
1516
"coverage": "nyc -- npm run unit-test",
1617
"unit-test": "mocha"
@@ -51,6 +52,7 @@
5152
"cbor-x": "^1.6.0",
5253
"crc-32": "^1.2.0",
5354
"js-sha256": "^0.9.0",
55+
"long": "^5.3.2",
5456
"protobufjs": "^7.5.0",
5557
"superagent": "^10.1.1"
5658
},

0 commit comments

Comments
 (0)