@dashevo/dapi-grpc 0.21.5 → 0.21.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +7 -6
  2. package/scripts/build.sh +0 -0
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@dashevo/dapi-grpc",
3
- "version": "0.21.5",
3
+ "version": "0.21.6",
4
4
  "description": "DAPI GRPC definition file and generated clients",
5
5
  "browser": "browser.js",
6
6
  "main": "node.js",
7
7
  "scripts": {
8
- "build": "scripts/build.sh",
8
+ "build": "yarn exec scripts/build.sh",
9
9
  "lint": "eslint .",
10
- "prepublishOnly": "npm run build",
11
- "test": "npm run test:unit",
10
+ "prepublishOnly": "yarn run build",
11
+ "test": "yarn run test:unit",
12
12
  "test:unit": "mocha './test/unit/**/*.spec.js'"
13
13
  },
14
14
  "contributors": [
@@ -33,10 +33,11 @@
33
33
  },
34
34
  "homepage": "https://github.com/dashevo/dapi-grpc#readme",
35
35
  "dependencies": {
36
- "@dashevo/grpc-common": "~0.21.5",
36
+ "@dashevo/grpc-common": "~0.21.6",
37
37
  "@grpc/grpc-js": "^1.3.7",
38
38
  "google-protobuf": "^3.12.2",
39
39
  "grpc-web": "1.2.1",
40
+ "long": "^5.2.0",
40
41
  "protobufjs": "github:jawid-h/protobuf.js#fix/buffer-conversion"
41
42
  },
42
43
  "devDependencies": {
@@ -51,4 +52,4 @@
51
52
  "sinon": "^11.1.2",
52
53
  "sinon-chai": "^3.7.0"
53
54
  }
54
- }
55
+ }
package/scripts/build.sh CHANGED
File without changes