@taquito/rpc 20.1.1 → 20.1.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": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0",
7
- "version": "20.1.1"
6
+ "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f",
7
+ "version": "20.1.2"
8
8
  };
@@ -1344,8 +1344,8 @@ var OpKind;
1344
1344
 
1345
1345
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1346
1346
  const VERSION = {
1347
- "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0",
1348
- "version": "20.1.1"
1347
+ "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f",
1348
+ "version": "20.1.2"
1349
1349
  };
1350
1350
 
1351
1351
  /***
@@ -1345,8 +1345,8 @@
1345
1345
 
1346
1346
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1347
1347
  const VERSION = {
1348
- "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0",
1349
- "version": "20.1.1"
1348
+ "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f",
1349
+ "version": "20.1.2"
1350
1350
  };
1351
1351
 
1352
1352
  /***
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/rpc",
3
- "version": "20.1.1",
3
+ "version": "20.1.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",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "engines": {
27
- "node": ">=20"
27
+ "node": ">=18"
28
28
  },
29
29
  "scripts": {
30
30
  "test": "jest --coverage",
@@ -66,15 +66,15 @@
66
66
  ]
67
67
  },
68
68
  "dependencies": {
69
- "@taquito/core": "^20.1.1",
70
- "@taquito/http-utils": "^20.1.1",
71
- "@taquito/utils": "^20.1.1",
69
+ "@taquito/core": "^20.1.2",
70
+ "@taquito/http-utils": "^20.1.2",
71
+ "@taquito/utils": "^20.1.2",
72
72
  "bignumber.js": "^9.1.2"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/bluebird": "^3.5.42",
76
76
  "@types/jest": "^29.5.12",
77
- "@types/node": "^22",
77
+ "@types/node": "^18",
78
78
  "@typescript-eslint/eslint-plugin": "^6.21.0",
79
79
  "@typescript-eslint/parser": "^6.21.0",
80
80
  "colors": "^1.4.0",
@@ -98,5 +98,5 @@
98
98
  "ts-toolbelt": "^9.6.0",
99
99
  "typescript": "~5.5.4"
100
100
  },
101
- "gitHead": "627487e12b34190712f1f29a91f5be9c2b8c6c52"
101
+ "gitHead": "27feea0339732501687a6ce132e1b8e8d969e0e3"
102
102
  }