pactus-grpc 1.7.2 → 1.7.3

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.
@@ -1,7 +1,7 @@
1
1
  // GENERATED CODE -- DO NOT EDIT!
2
2
 
3
3
  'use strict';
4
- var grpc = require('grpc');
4
+ var grpc = require('@grpc/grpc-js');
5
5
  var blockchain_pb = require('./blockchain_pb.js');
6
6
  var transaction_pb = require('./transaction_pb.js');
7
7
 
@@ -1,7 +1,7 @@
1
1
  // GENERATED CODE -- DO NOT EDIT!
2
2
 
3
3
  'use strict';
4
- var grpc = require('grpc');
4
+ var grpc = require('@grpc/grpc-js');
5
5
  var network_pb = require('./network_pb.js');
6
6
 
7
7
  function serialize_pactus_GetNetworkInfoRequest(arg) {
package/package.json CHANGED
@@ -1,35 +1,25 @@
1
1
  {
2
2
  "name": "pactus-grpc",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "Pactus gRPC client for JavaScript",
5
+ "author": "Pactus Developers",
6
+ "license": "MIT",
7
+ "homepage": "https://github.com/pactus-project/pactus#readme",
5
8
  "main": "index.js",
6
- "types": "index.d.ts",
7
- "files": [
8
- "**/*.js",
9
- "**/*.d.ts",
10
- "LICENSE",
11
- "README.md"
12
- ],
13
- "scripts": {
14
- "test": "echo \"Error: no test specified\" && exit 1"
15
- },
16
9
  "repository": {
17
10
  "type": "git",
18
11
  "url": "git+https://github.com/pactus-project/pactus.git"
19
12
  },
13
+ "bugs": {
14
+ "url": "https://github.com/pactus-project/pactus/issues"
15
+ },
20
16
  "keywords": [
21
17
  "pactus",
22
18
  "grpc",
23
19
  "blockchain"
24
20
  ],
25
- "author": "Pactus Developers",
26
- "license": "MIT",
27
- "bugs": {
28
- "url": "https://github.com/pactus-project/pactus/issues"
29
- },
30
- "homepage": "https://github.com/pactus-project/pactus#readme",
31
21
  "dependencies": {
32
- "@grpc/grpc-js": "^1.8.0",
33
- "google-protobuf": "^3.21.0"
22
+ "@grpc/grpc-js": "^1.9.13",
23
+ "google-protobuf": "^3.21.2"
34
24
  }
35
- }
25
+ }
@@ -1,7 +1,7 @@
1
1
  // GENERATED CODE -- DO NOT EDIT!
2
2
 
3
3
  'use strict';
4
- var grpc = require('grpc');
4
+ var grpc = require('@grpc/grpc-js');
5
5
  var transaction_pb = require('./transaction_pb.js');
6
6
 
7
7
  function serialize_pactus_BroadcastTransactionRequest(arg) {
package/utils_grpc_pb.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // GENERATED CODE -- DO NOT EDIT!
2
2
 
3
3
  'use strict';
4
- var grpc = require('grpc');
4
+ var grpc = require('@grpc/grpc-js');
5
5
  var utils_pb = require('./utils_pb.js');
6
6
 
7
7
  function serialize_pactus_BLSPublicKeyAggregationRequest(arg) {
package/wallet_grpc_pb.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // GENERATED CODE -- DO NOT EDIT!
2
2
 
3
3
  'use strict';
4
- var grpc = require('grpc');
4
+ var grpc = require('@grpc/grpc-js');
5
5
  var wallet_pb = require('./wallet_pb.js');
6
6
  var transaction_pb = require('./transaction_pb.js');
7
7