@taquito/utils 19.2.1-beta.2 → 19.2.1
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.2.1
|
|
6
|
+
"commitHash": "2e05f6f865be17a1b367b284542b24ffa9823271",
|
|
7
|
+
"version": "19.2.1"
|
|
8
8
|
};
|
|
@@ -492,8 +492,8 @@ function validateSmartRollupAddress(value) {
|
|
|
492
492
|
|
|
493
493
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
494
494
|
const VERSION = {
|
|
495
|
-
"commitHash": "
|
|
496
|
-
"version": "19.2.1
|
|
495
|
+
"commitHash": "2e05f6f865be17a1b367b284542b24ffa9823271",
|
|
496
|
+
"version": "19.2.1"
|
|
497
497
|
};
|
|
498
498
|
|
|
499
499
|
const TZ_DECIMALS = 6;
|
|
@@ -487,8 +487,8 @@
|
|
|
487
487
|
|
|
488
488
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
489
489
|
const VERSION = {
|
|
490
|
-
"commitHash": "
|
|
491
|
-
"version": "19.2.1
|
|
490
|
+
"commitHash": "2e05f6f865be17a1b367b284542b24ffa9823271",
|
|
491
|
+
"version": "19.2.1"
|
|
492
492
|
};
|
|
493
493
|
|
|
494
494
|
const TZ_DECIMALS = 6;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/utils",
|
|
3
|
-
"version": "19.2.1
|
|
3
|
+
"version": "19.2.1",
|
|
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": "^19.2.1
|
|
67
|
+
"@taquito/core": "^19.2.1",
|
|
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": "3b9dbecb374ffd8136f494ae0817b2d1d530f8d9"
|
|
105
105
|
}
|