@taquito/utils 22.0.0 → 23.0.0-beta.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.
@@ -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": "6a2c52b9e48b299dfc856149c1fa3388e77180ad",
7
- "version": "22.0.0"
6
+ "commitHash": "7af2138a9e5c5b230c4b4c726f35c2f2e67b721c",
7
+ "version": "23.0.0-beta.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": "6a2c52b9e48b299dfc856149c1fa3388e77180ad",
506
- "version": "22.0.0"
505
+ "commitHash": "7af2138a9e5c5b230c4b4c726f35c2f2e67b721c",
506
+ "version": "23.0.0-beta.0"
507
507
  };
508
508
 
509
509
  const TZ_DECIMALS = 6;
@@ -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": "6a2c52b9e48b299dfc856149c1fa3388e77180ad",
501
- "version": "22.0.0"
500
+ "commitHash": "7af2138a9e5c5b230c4b4c726f35c2f2e67b721c",
501
+ "version": "23.0.0-beta.0"
502
502
  };
503
503
 
504
504
  const TZ_DECIMALS = 6;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/utils",
3
- "version": "22.0.0",
3
+ "version": "23.0.0-beta.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": "^23.0.0-beta.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": "134ec228acbee03b4f40b80c89d78c718557569b"
104
+ "gitHead": "37cc766d60407d7909fbd2d841d9dd946243d04a"
105
105
  }