@gnolang/tm2-js-client 1.1.3 → 1.1.4

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.
@@ -13,7 +13,7 @@ var newRequest = function (method, params) {
13
13
  return {
14
14
  // the ID of the request is not that relevant for this helper method;
15
15
  // for finer ID control, instantiate the request object directly
16
- id: Date.now(),
16
+ id: (0, uuid_1.v4)(),
17
17
  jsonrpc: standardVersion,
18
18
  method: method,
19
19
  params: params,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnolang/tm2-js-client",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Tendermint2 JS / TS Client",
5
5
  "main": "./bin/index.js",
6
6
  "repository": {