@taquito/tzip16 21.0.0-beta.1 → 21.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.
@@ -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": "dc22d94eecc9c8073103ba09a7493d4604a8cf54",
7
- "version": "21.0.0-beta.1"
6
+ "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d",
7
+ "version": "21.0.0"
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": "dc22d94eecc9c8073103ba09a7493d4604a8cf54",
684
- "version": "21.0.0-beta.1"
683
+ "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d",
684
+ "version": "21.0.0"
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,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": "dc22d94eecc9c8073103ba09a7493d4604a8cf54",
680
- "version": "21.0.0-beta.1"
679
+ "commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d",
680
+ "version": "21.0.0"
681
681
  };
682
682
 
683
683
  Object.defineProperty(exports, "bytesToString", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/tzip16",
3
- "version": "21.0.0-beta.1",
3
+ "version": "21.0.0",
4
4
  "description": "Tzip16",
5
5
  "keywords": [
6
6
  "tezos",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "engines": {
27
- "node": ">=20"
27
+ "node": ">=18"
28
28
  },
29
29
  "scripts": {
30
30
  "lint": "eslint --ext .js,.ts .",
@@ -61,12 +61,12 @@
61
61
  ]
62
62
  },
63
63
  "dependencies": {
64
- "@taquito/core": "^21.0.0-beta.1",
65
- "@taquito/http-utils": "^21.0.0-beta.1",
66
- "@taquito/michelson-encoder": "^21.0.0-beta.1",
67
- "@taquito/rpc": "^21.0.0-beta.1",
68
- "@taquito/taquito": "^21.0.0-beta.1",
69
- "@taquito/utils": "^21.0.0-beta.1",
64
+ "@taquito/core": "^21.0.0",
65
+ "@taquito/http-utils": "^21.0.0",
66
+ "@taquito/michelson-encoder": "^21.0.0",
67
+ "@taquito/rpc": "^21.0.0",
68
+ "@taquito/taquito": "^21.0.0",
69
+ "@taquito/utils": "^21.0.0",
70
70
  "bignumber.js": "^9.1.2",
71
71
  "crypto-js": "^4.2.0"
72
72
  },
@@ -74,7 +74,7 @@
74
74
  "@types/bluebird": "^3.5.42",
75
75
  "@types/crypto-js": "^4.2.2",
76
76
  "@types/jest": "^29.5.12",
77
- "@types/node": "^22",
77
+ "@types/node": "^18",
78
78
  "@types/ws": "^8.5.12",
79
79
  "@typescript-eslint/eslint-plugin": "^6.21.0",
80
80
  "@typescript-eslint/parser": "^6.21.0",
@@ -99,5 +99,5 @@
99
99
  "ts-toolbelt": "^9.6.0",
100
100
  "typescript": "~5.5.4"
101
101
  },
102
- "gitHead": "9e6ff6e2527d143a41abd2c012ff5ab1024526cc"
102
+ "gitHead": "655216b13995860187b1a1baf3c87e90b4fd69cb"
103
103
  }