@taquito/utils 22.0.0-beta.0 → 22.0.0
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.
|
@@ -222,7 +222,7 @@ function encodeKeyHash(value) {
|
|
|
222
222
|
'00': new Uint8Array([6, 161, 159]),
|
|
223
223
|
'01': new Uint8Array([6, 161, 161]),
|
|
224
224
|
'02': new Uint8Array([6, 161, 164]),
|
|
225
|
-
'03': new Uint8Array([6, 161,
|
|
225
|
+
'03': new Uint8Array([6, 161, 167]),
|
|
226
226
|
};
|
|
227
227
|
return b58cencode(value.substring(2), pref[value.substring(0, 2)]);
|
|
228
228
|
}
|
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": "22.0.0
|
|
6
|
+
"commitHash": "6a2c52b9e48b299dfc856149c1fa3388e77180ad",
|
|
7
|
+
"version": "22.0.0"
|
|
8
8
|
};
|
|
@@ -502,8 +502,8 @@ function validateSmartRollupAddress(value) {
|
|
|
502
502
|
|
|
503
503
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
504
504
|
const VERSION = {
|
|
505
|
-
"commitHash": "
|
|
506
|
-
"version": "22.0.0
|
|
505
|
+
"commitHash": "6a2c52b9e48b299dfc856149c1fa3388e77180ad",
|
|
506
|
+
"version": "22.0.0"
|
|
507
507
|
};
|
|
508
508
|
|
|
509
509
|
const TZ_DECIMALS = 6;
|
|
@@ -694,7 +694,7 @@ function encodeKeyHash(value) {
|
|
|
694
694
|
'00': new Uint8Array([6, 161, 159]),
|
|
695
695
|
'01': new Uint8Array([6, 161, 161]),
|
|
696
696
|
'02': new Uint8Array([6, 161, 164]),
|
|
697
|
-
'03': new Uint8Array([6, 161,
|
|
697
|
+
'03': new Uint8Array([6, 161, 167]),
|
|
698
698
|
};
|
|
699
699
|
return b58cencode(value.substring(2), pref[value.substring(0, 2)]);
|
|
700
700
|
}
|
|
@@ -497,8 +497,8 @@
|
|
|
497
497
|
|
|
498
498
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
499
499
|
const VERSION = {
|
|
500
|
-
"commitHash": "
|
|
501
|
-
"version": "22.0.0
|
|
500
|
+
"commitHash": "6a2c52b9e48b299dfc856149c1fa3388e77180ad",
|
|
501
|
+
"version": "22.0.0"
|
|
502
502
|
};
|
|
503
503
|
|
|
504
504
|
const TZ_DECIMALS = 6;
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
'00': new Uint8Array([6, 161, 159]),
|
|
690
690
|
'01': new Uint8Array([6, 161, 161]),
|
|
691
691
|
'02': new Uint8Array([6, 161, 164]),
|
|
692
|
-
'03': new Uint8Array([6, 161,
|
|
692
|
+
'03': new Uint8Array([6, 161, 167]),
|
|
693
693
|
};
|
|
694
694
|
return b58cencode(value.substring(2), pref[value.substring(0, 2)]);
|
|
695
695
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/utils",
|
|
3
|
-
"version": "22.0.0
|
|
3
|
+
"version": "22.0.0",
|
|
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": "^22.0.0
|
|
67
|
+
"@taquito/core": "^22.0.0",
|
|
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": "134ec228acbee03b4f40b80c89d78c718557569b"
|
|
105
105
|
}
|