@taquito/utils 17.5.0 → 17.5.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.
@@ -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": "ff6c3b619e314a09bb0aa65d711ef9eaf81a0ee9",
7
- "version": "17.5.0"
6
+ "commitHash": "89ba984a102a13cef7ad7cca6a42df85dfb63b80",
7
+ "version": "17.5.1"
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": "ff6c3b619e314a09bb0aa65d711ef9eaf81a0ee9",
518
- "version": "17.5.0"
517
+ "commitHash": "89ba984a102a13cef7ad7cca6a42df85dfb63b80",
518
+ "version": "17.5.1"
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": "ff6c3b619e314a09bb0aa65d711ef9eaf81a0ee9",
513
- "version": "17.5.0"
512
+ "commitHash": "89ba984a102a13cef7ad7cca6a42df85dfb63b80",
513
+ "version": "17.5.1"
514
514
  };
515
515
 
516
516
  const TZ_DECIMALS = 6;
@@ -918,59 +918,59 @@
918
918
  return hex.startsWith('0x') ? hex.slice(2) : hex;
919
919
  }
920
920
 
921
- Object.defineProperty(exports, 'DeprecationError', {
921
+ Object.defineProperty(exports, "DeprecationError", {
922
922
  enumerable: true,
923
923
  get: function () { return core.DeprecationError; }
924
924
  });
925
- Object.defineProperty(exports, 'InvalidAddressError', {
925
+ Object.defineProperty(exports, "InvalidAddressError", {
926
926
  enumerable: true,
927
927
  get: function () { return core.InvalidAddressError; }
928
928
  });
929
- Object.defineProperty(exports, 'InvalidBlockHashError', {
929
+ Object.defineProperty(exports, "InvalidBlockHashError", {
930
930
  enumerable: true,
931
931
  get: function () { return core.InvalidBlockHashError; }
932
932
  });
933
- Object.defineProperty(exports, 'InvalidChainIdError', {
933
+ Object.defineProperty(exports, "InvalidChainIdError", {
934
934
  enumerable: true,
935
935
  get: function () { return core.InvalidChainIdError; }
936
936
  });
937
- Object.defineProperty(exports, 'InvalidContractAddressError', {
937
+ Object.defineProperty(exports, "InvalidContractAddressError", {
938
938
  enumerable: true,
939
939
  get: function () { return core.InvalidContractAddressError; }
940
940
  });
941
- Object.defineProperty(exports, 'InvalidHexStringError', {
941
+ Object.defineProperty(exports, "InvalidHexStringError", {
942
942
  enumerable: true,
943
943
  get: function () { return core.InvalidHexStringError; }
944
944
  });
945
- Object.defineProperty(exports, 'InvalidKeyError', {
945
+ Object.defineProperty(exports, "InvalidKeyError", {
946
946
  enumerable: true,
947
947
  get: function () { return core.InvalidKeyError; }
948
948
  });
949
- Object.defineProperty(exports, 'InvalidKeyHashError', {
949
+ Object.defineProperty(exports, "InvalidKeyHashError", {
950
950
  enumerable: true,
951
951
  get: function () { return core.InvalidKeyHashError; }
952
952
  });
953
- Object.defineProperty(exports, 'InvalidMessageError', {
953
+ Object.defineProperty(exports, "InvalidMessageError", {
954
954
  enumerable: true,
955
955
  get: function () { return core.InvalidMessageError; }
956
956
  });
957
- Object.defineProperty(exports, 'InvalidOperationHashError', {
957
+ Object.defineProperty(exports, "InvalidOperationHashError", {
958
958
  enumerable: true,
959
959
  get: function () { return core.InvalidOperationHashError; }
960
960
  });
961
- Object.defineProperty(exports, 'InvalidOperationKindError', {
961
+ Object.defineProperty(exports, "InvalidOperationKindError", {
962
962
  enumerable: true,
963
963
  get: function () { return core.InvalidOperationKindError; }
964
964
  });
965
- Object.defineProperty(exports, 'InvalidPublicKeyError', {
965
+ Object.defineProperty(exports, "InvalidPublicKeyError", {
966
966
  enumerable: true,
967
967
  get: function () { return core.InvalidPublicKeyError; }
968
968
  });
969
- Object.defineProperty(exports, 'InvalidSignatureError', {
969
+ Object.defineProperty(exports, "InvalidSignatureError", {
970
970
  enumerable: true,
971
971
  get: function () { return core.InvalidSignatureError; }
972
972
  });
973
- Object.defineProperty(exports, 'ProhibitedActionError', {
973
+ Object.defineProperty(exports, "ProhibitedActionError", {
974
974
  enumerable: true,
975
975
  get: function () { return core.ProhibitedActionError; }
976
976
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/utils",
3
- "version": "17.5.0",
3
+ "version": "17.5.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": "^17.5.0",
67
+ "@taquito/core": "^17.5.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": "bcebcaec905906b4ff83b429882e98785b241978"
104
+ "gitHead": "c7fb6e7aa6d9eca65b6c24a8492ba83a0762d85c"
105
105
  }