@taquito/rpc 19.0.0 → 19.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 OR CHECKIN!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "19.0.
|
|
6
|
+
"commitHash": "13a12ab7cf442043526745db2bbf4ef3b089c34a",
|
|
7
|
+
"version": "19.0.2"
|
|
8
8
|
};
|
package/dist/taquito-rpc.es6.js
CHANGED
|
@@ -1202,8 +1202,8 @@ var OpKind;
|
|
|
1202
1202
|
|
|
1203
1203
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
1204
1204
|
const VERSION = {
|
|
1205
|
-
"commitHash": "
|
|
1206
|
-
"version": "19.0.
|
|
1205
|
+
"commitHash": "13a12ab7cf442043526745db2bbf4ef3b089c34a",
|
|
1206
|
+
"version": "19.0.2"
|
|
1207
1207
|
};
|
|
1208
1208
|
|
|
1209
1209
|
/***
|
package/dist/taquito-rpc.umd.js
CHANGED
|
@@ -1203,8 +1203,8 @@
|
|
|
1203
1203
|
|
|
1204
1204
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
1205
1205
|
const VERSION = {
|
|
1206
|
-
"commitHash": "
|
|
1207
|
-
"version": "19.0.
|
|
1206
|
+
"commitHash": "13a12ab7cf442043526745db2bbf4ef3b089c34a",
|
|
1207
|
+
"version": "19.0.2"
|
|
1208
1208
|
};
|
|
1209
1209
|
|
|
1210
1210
|
/***
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/rpc",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.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": "^19.0.
|
|
70
|
-
"@taquito/http-utils": "^19.0.
|
|
71
|
-
"@taquito/utils": "^19.0.
|
|
69
|
+
"@taquito/core": "^19.0.2",
|
|
70
|
+
"@taquito/http-utils": "^19.0.2",
|
|
71
|
+
"@taquito/utils": "^19.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.2.2"
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "ede4790173abf0f153b87fec23a36e1b2b8114e2"
|
|
102
102
|
}
|