@taquito/rpc 24.0.0 → 24.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.
package/dist/lib/version.js
CHANGED
|
@@ -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!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "24.0.
|
|
6
|
+
"commitHash": "f798e97ba998acc2cc5310278d812448591bd312",
|
|
7
|
+
"version": "24.0.2"
|
|
8
8
|
};
|
package/dist/taquito-rpc.es6.js
CHANGED
|
@@ -1502,8 +1502,8 @@ var OpKind;
|
|
|
1502
1502
|
|
|
1503
1503
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
1504
1504
|
const VERSION = {
|
|
1505
|
-
"commitHash": "
|
|
1506
|
-
"version": "24.0.
|
|
1505
|
+
"commitHash": "f798e97ba998acc2cc5310278d812448591bd312",
|
|
1506
|
+
"version": "24.0.2"
|
|
1507
1507
|
};
|
|
1508
1508
|
|
|
1509
1509
|
/***
|
package/dist/taquito-rpc.umd.js
CHANGED
|
@@ -1503,8 +1503,8 @@
|
|
|
1503
1503
|
|
|
1504
1504
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
1505
1505
|
const VERSION = {
|
|
1506
|
-
"commitHash": "
|
|
1507
|
-
"version": "24.0.
|
|
1506
|
+
"commitHash": "f798e97ba998acc2cc5310278d812448591bd312",
|
|
1507
|
+
"version": "24.0.2"
|
|
1508
1508
|
};
|
|
1509
1509
|
|
|
1510
1510
|
/***
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/rpc",
|
|
3
|
-
"version": "24.0.
|
|
3
|
+
"version": "24.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": "^24.0.
|
|
70
|
-
"@taquito/http-utils": "^24.0.
|
|
71
|
-
"@taquito/utils": "^24.0.
|
|
69
|
+
"@taquito/core": "^24.0.2",
|
|
70
|
+
"@taquito/http-utils": "^24.0.2",
|
|
71
|
+
"@taquito/utils": "^24.0.2",
|
|
72
72
|
"bignumber.js": "^9.1.2",
|
|
73
73
|
"whatwg-url": "^15.1.0"
|
|
74
74
|
},
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"ts-toolbelt": "^9.6.0",
|
|
101
101
|
"typescript": "~5.5.4"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "1ed75f883b26cbe2a62287813eedb096d81f0f46"
|
|
104
104
|
}
|