@taquito/tzip16 23.1.0 → 24.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": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
7
- "version": "23.1.0"
6
+ "commitHash": "7912b77f57f943dff619383900bd46a7a593a244",
7
+ "version": "24.0.0-beta.0"
8
8
  };
@@ -21,7 +21,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
21
21
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
22
22
  PERFORMANCE OF THIS SOFTWARE.
23
23
  ***************************************************************************** */
24
- /* global Reflect, Promise, SuppressedError, Symbol */
24
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
25
25
 
26
26
 
27
27
  function __awaiter(thisArg, _arguments, P, generator) {
@@ -679,8 +679,8 @@ class Tzip16Module {
679
679
 
680
680
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
681
681
  const VERSION = {
682
- "commitHash": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
683
- "version": "23.1.0"
682
+ "commitHash": "7912b77f57f943dff619383900bd46a7a593a244",
683
+ "version": "24.0.0-beta.0"
684
684
  };
685
685
 
686
686
  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 };
@@ -18,7 +18,7 @@
18
18
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19
19
  PERFORMANCE OF THIS SOFTWARE.
20
20
  ***************************************************************************** */
21
- /* global Reflect, Promise, SuppressedError, Symbol */
21
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
22
22
 
23
23
 
24
24
  function __awaiter(thisArg, _arguments, P, generator) {
@@ -676,8 +676,8 @@
676
676
 
677
677
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
678
678
  const VERSION = {
679
- "commitHash": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
680
- "version": "23.1.0"
679
+ "commitHash": "7912b77f57f943dff619383900bd46a7a593a244",
680
+ "version": "24.0.0-beta.0"
681
681
  };
682
682
 
683
683
  Object.defineProperty(exports, "InvalidViewParameterError", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/tzip16",
3
- "version": "23.1.0",
3
+ "version": "24.0.0-beta.0",
4
4
  "description": "Tzip16",
5
5
  "keywords": [
6
6
  "tezos",
@@ -61,14 +61,15 @@
61
61
  ]
62
62
  },
63
63
  "dependencies": {
64
- "@taquito/core": "^23.1.0",
65
- "@taquito/http-utils": "^23.1.0",
66
- "@taquito/michelson-encoder": "^23.1.0",
67
- "@taquito/rpc": "^23.1.0",
68
- "@taquito/taquito": "^23.1.0",
69
- "@taquito/utils": "^23.1.0",
64
+ "@taquito/core": "^24.0.0-beta.0",
65
+ "@taquito/http-utils": "^24.0.0-beta.0",
66
+ "@taquito/michelson-encoder": "^24.0.0-beta.0",
67
+ "@taquito/rpc": "^24.0.0-beta.0",
68
+ "@taquito/taquito": "^24.0.0-beta.0",
69
+ "@taquito/utils": "^24.0.0-beta.0",
70
70
  "bignumber.js": "^9.1.2",
71
- "crypto-js": "^4.2.0"
71
+ "crypto-js": "^4.2.0",
72
+ "whatwg-url": "^15.1.0"
72
73
  },
73
74
  "devDependencies": {
74
75
  "@types/bluebird": "^3.5.42",
@@ -99,5 +100,5 @@
99
100
  "ts-toolbelt": "^9.6.0",
100
101
  "typescript": "~5.5.4"
101
102
  },
102
- "gitHead": "bcf60513cade1e3272cd50c47a786d4bd45f70c8"
103
+ "gitHead": "f212ea3edaf1fac34d738b5d00a9892ab7a3b721"
103
104
  }