@taquito/rpc 23.0.0 → 23.0.2

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.
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "9065acc1b41ec205a49e64b54ef89f50bafa6210",
7
- "version": "23.0.0"
6
+ "commitHash": "20b6624f217ec85f28023ca02b2d3b73777a8df9",
7
+ "version": "23.0.2"
8
8
  };
@@ -1474,8 +1474,8 @@ var OpKind;
1474
1474
 
1475
1475
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1476
1476
  const VERSION = {
1477
- "commitHash": "9065acc1b41ec205a49e64b54ef89f50bafa6210",
1478
- "version": "23.0.0"
1477
+ "commitHash": "20b6624f217ec85f28023ca02b2d3b73777a8df9",
1478
+ "version": "23.0.2"
1479
1479
  };
1480
1480
 
1481
1481
  /***
@@ -1475,8 +1475,8 @@
1475
1475
 
1476
1476
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1477
1477
  const VERSION = {
1478
- "commitHash": "9065acc1b41ec205a49e64b54ef89f50bafa6210",
1479
- "version": "23.0.0"
1478
+ "commitHash": "20b6624f217ec85f28023ca02b2d3b73777a8df9",
1479
+ "version": "23.0.2"
1480
1480
  };
1481
1481
 
1482
1482
  /***
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/rpc",
3
- "version": "23.0.0",
3
+ "version": "23.0.2",
4
4
  "description": "Provides low level methods, and types to invoke RPC calls from a Nomadic Tezos RPC node",
5
5
  "keywords": [
6
6
  "tezos",
@@ -66,9 +66,9 @@
66
66
  ]
67
67
  },
68
68
  "dependencies": {
69
- "@taquito/core": "^23.0.0",
70
- "@taquito/http-utils": "^23.0.0",
71
- "@taquito/utils": "^23.0.0",
69
+ "@taquito/core": "^23.0.2",
70
+ "@taquito/http-utils": "^23.0.2",
71
+ "@taquito/utils": "^23.0.2",
72
72
  "bignumber.js": "^9.1.2"
73
73
  },
74
74
  "devDependencies": {
@@ -98,5 +98,5 @@
98
98
  "ts-toolbelt": "^9.6.0",
99
99
  "typescript": "~5.5.4"
100
100
  },
101
- "gitHead": "4ac77876be144da54f292e639b5b977a13642de9"
101
+ "gitHead": "f7a7e829bd8876ead6888bea6bafb2f8f76a5359"
102
102
  }