@dashevo/dapi-grpc 0.21.5 → 0.22.0-dev.5

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.
package/README.md CHANGED
@@ -136,7 +136,7 @@ Available methods :
136
136
 
137
137
  ## Contributing
138
138
 
139
- Feel free to dive in! [Open an issue](https://github.com/dashevo/dapi-grpc/issues/new) or submit PRs.
139
+ Feel free to dive in! [Open an issue](https://github.com/dashevo/platform/issues/new/choose) or submit PRs.
140
140
 
141
141
  ## License
142
142
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@dashevo/dapi-grpc",
3
- "version": "0.21.5",
3
+ "version": "0.22.0-dev.5",
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.22.0-dev.5",
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