@taquito/rpc 17.5.0 → 17.5.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": "17.5.
|
|
6
|
+
"commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
|
|
7
|
+
"version": "17.5.2"
|
|
8
8
|
};
|
package/dist/taquito-rpc.es6.js
CHANGED
|
@@ -1355,8 +1355,8 @@ var OpKind;
|
|
|
1355
1355
|
|
|
1356
1356
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
1357
1357
|
const VERSION = {
|
|
1358
|
-
"commitHash": "
|
|
1359
|
-
"version": "17.5.
|
|
1358
|
+
"commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
|
|
1359
|
+
"version": "17.5.2"
|
|
1360
1360
|
};
|
|
1361
1361
|
|
|
1362
1362
|
/***
|
package/dist/taquito-rpc.umd.js
CHANGED
|
@@ -1356,8 +1356,8 @@
|
|
|
1356
1356
|
|
|
1357
1357
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
1358
1358
|
const VERSION = {
|
|
1359
|
-
"commitHash": "
|
|
1360
|
-
"version": "17.5.
|
|
1359
|
+
"commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
|
|
1360
|
+
"version": "17.5.2"
|
|
1361
1361
|
};
|
|
1362
1362
|
|
|
1363
1363
|
/***
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/rpc",
|
|
3
|
-
"version": "17.5.
|
|
3
|
+
"version": "17.5.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": "^17.5.
|
|
70
|
-
"@taquito/http-utils": "^17.5.
|
|
71
|
-
"@taquito/utils": "^17.5.
|
|
69
|
+
"@taquito/core": "^17.5.2",
|
|
70
|
+
"@taquito/http-utils": "^17.5.2",
|
|
71
|
+
"@taquito/utils": "^17.5.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": "16d75a1beefb47874b696ee49d61769d6cf04f7b"
|
|
102
102
|
}
|