@taquito/utils 21.0.1 → 21.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": "21.0.
|
|
6
|
+
"commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975",
|
|
7
|
+
"version": "21.0.2"
|
|
8
8
|
};
|
|
@@ -496,8 +496,8 @@ function validateSmartRollupAddress(value) {
|
|
|
496
496
|
|
|
497
497
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
498
498
|
const VERSION = {
|
|
499
|
-
"commitHash": "
|
|
500
|
-
"version": "21.0.
|
|
499
|
+
"commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975",
|
|
500
|
+
"version": "21.0.2"
|
|
501
501
|
};
|
|
502
502
|
|
|
503
503
|
const TZ_DECIMALS = 6;
|
|
@@ -491,8 +491,8 @@
|
|
|
491
491
|
|
|
492
492
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
493
493
|
const VERSION = {
|
|
494
|
-
"commitHash": "
|
|
495
|
-
"version": "21.0.
|
|
494
|
+
"commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975",
|
|
495
|
+
"version": "21.0.2"
|
|
496
496
|
};
|
|
497
497
|
|
|
498
498
|
const TZ_DECIMALS = 6;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/utils",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.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": "^21.0.
|
|
67
|
+
"@taquito/core": "^21.0.2",
|
|
68
68
|
"@types/bs58check": "^2.1.2",
|
|
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.5.4"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "07d4dfc0bff882512c1ea9ed6efd7d797209dfa6"
|
|
105
105
|
}
|