@taquito/tzip16 17.5.0 → 17.5.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.
@@ -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": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
7
+ "version": "17.5.2"
8
8
  };
@@ -680,8 +680,8 @@ class Tzip16Module {
680
680
 
681
681
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
682
682
  const VERSION = {
683
- "commitHash": "ff6c3b619e314a09bb0aa65d711ef9eaf81a0ee9",
684
- "version": "17.5.0"
683
+ "commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
684
+ "version": "17.5.2"
685
685
  };
686
686
 
687
687
  export { BigMapContractMetadataNotFoundError, ContractMetadataNotFoundError, DEFAULT_HANDLERS, ForbiddenInstructionInViewCodeError, HttpHandler, InvalidContractMetadataError, InvalidContractMetadataTypeError, InvalidUriError, IpfsHttpHandler, MetadataProvider, MichelsonStorageView, NoParameterExpectedError, ProtocolNotSupportedError, TezosStorageHandler, Tzip16ContractAbstraction, Tzip16Module, UnconfiguredContractMetadataProviderError, UriNotFoundError, VERSION, ViewFactory, ViewImplementationType, calculateSHA256Hash, tzip16 };
@@ -676,19 +676,19 @@
676
676
 
677
677
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
678
678
  const VERSION = {
679
- "commitHash": "ff6c3b619e314a09bb0aa65d711ef9eaf81a0ee9",
680
- "version": "17.5.0"
679
+ "commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
680
+ "version": "17.5.2"
681
681
  };
682
682
 
683
- Object.defineProperty(exports, 'bytes2Char', {
683
+ Object.defineProperty(exports, "bytes2Char", {
684
684
  enumerable: true,
685
685
  get: function () { return utils.bytes2Char; }
686
686
  });
687
- Object.defineProperty(exports, 'char2Bytes', {
687
+ Object.defineProperty(exports, "char2Bytes", {
688
688
  enumerable: true,
689
689
  get: function () { return utils.char2Bytes; }
690
690
  });
691
- Object.defineProperty(exports, 'InvalidViewParameterError', {
691
+ Object.defineProperty(exports, "InvalidViewParameterError", {
692
692
  enumerable: true,
693
693
  get: function () { return core.InvalidViewParameterError; }
694
694
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/tzip16",
3
- "version": "17.5.0",
3
+ "version": "17.5.2",
4
4
  "description": "Tzip16",
5
5
  "keywords": [
6
6
  "tezos",
@@ -61,12 +61,12 @@
61
61
  ]
62
62
  },
63
63
  "dependencies": {
64
- "@taquito/core": "^17.5.0",
65
- "@taquito/http-utils": "^17.5.0",
66
- "@taquito/michelson-encoder": "^17.5.0",
67
- "@taquito/rpc": "^17.5.0",
68
- "@taquito/taquito": "^17.5.0",
69
- "@taquito/utils": "^17.5.0",
64
+ "@taquito/core": "^17.5.2",
65
+ "@taquito/http-utils": "^17.5.2",
66
+ "@taquito/michelson-encoder": "^17.5.2",
67
+ "@taquito/rpc": "^17.5.2",
68
+ "@taquito/taquito": "^17.5.2",
69
+ "@taquito/utils": "^17.5.2",
70
70
  "bignumber.js": "^9.1.2",
71
71
  "crypto-js": "^4.2.0"
72
72
  },
@@ -99,5 +99,5 @@
99
99
  "ts-toolbelt": "^9.6.0",
100
100
  "typescript": "~5.2.2"
101
101
  },
102
- "gitHead": "bcebcaec905906b4ff83b429882e98785b241978"
102
+ "gitHead": "16d75a1beefb47874b696ee49d61769d6cf04f7b"
103
103
  }