@taquito/utils 17.5.1 → 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
|
};
|
|
@@ -514,8 +514,8 @@ function validateSmartRollupAddress(value) {
|
|
|
514
514
|
|
|
515
515
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
516
516
|
const VERSION = {
|
|
517
|
-
"commitHash": "
|
|
518
|
-
"version": "17.5.
|
|
517
|
+
"commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
|
|
518
|
+
"version": "17.5.2"
|
|
519
519
|
};
|
|
520
520
|
|
|
521
521
|
const TZ_DECIMALS = 6;
|
|
@@ -509,8 +509,8 @@
|
|
|
509
509
|
|
|
510
510
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
511
511
|
const VERSION = {
|
|
512
|
-
"commitHash": "
|
|
513
|
-
"version": "17.5.
|
|
512
|
+
"commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
|
|
513
|
+
"version": "17.5.2"
|
|
514
514
|
};
|
|
515
515
|
|
|
516
516
|
const TZ_DECIMALS = 6;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/utils",
|
|
3
|
-
"version": "17.5.
|
|
3
|
+
"version": "17.5.2",
|
|
4
4
|
"description": "converts michelson data and types into convenient JS/TS objects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@stablelib/blake2b": "^1.0.1",
|
|
66
66
|
"@stablelib/ed25519": "^1.0.3",
|
|
67
|
-
"@taquito/core": "^17.5.
|
|
67
|
+
"@taquito/core": "^17.5.2",
|
|
68
68
|
"@types/bs58check": "^2.1.0",
|
|
69
69
|
"bignumber.js": "^9.1.2",
|
|
70
70
|
"blakejs": "^1.2.1",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"ts-toolbelt": "^9.6.0",
|
|
102
102
|
"typescript": "~5.2.2"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "16d75a1beefb47874b696ee49d61769d6cf04f7b"
|
|
105
105
|
}
|