@taquito/tzip12 23.1.0 → 24.0.0-RC.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": "0e66f21b0164a7add990b5c0d60698086daece99",
7
+ "version": "24.0.0-RC.0"
8
8
  };
@@ -17,7 +17,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
17
17
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18
18
  PERFORMANCE OF THIS SOFTWARE.
19
19
  ***************************************************************************** */
20
- /* global Reflect, Promise, SuppressedError, Symbol */
20
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
21
21
 
22
22
 
23
23
  function __awaiter(thisArg, _arguments, P, generator) {
@@ -273,8 +273,8 @@ class Tzip12Module {
273
273
 
274
274
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
275
275
  const VERSION = {
276
- "commitHash": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
277
- "version": "23.1.0"
276
+ "commitHash": "0e66f21b0164a7add990b5c0d60698086daece99",
277
+ "version": "24.0.0-RC.0"
278
278
  };
279
279
 
280
280
  export { InvalidTokenMetadata, TokenIdNotFound, TokenMetadataNotFound, Tzip12ContractAbstraction, Tzip12Module, VERSION, tzip12 };
@@ -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) {
@@ -274,8 +274,8 @@
274
274
 
275
275
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
276
276
  const VERSION = {
277
- "commitHash": "c77fe4b0989665d8b5cfd15a7cc977499021f6fd",
278
- "version": "23.1.0"
277
+ "commitHash": "0e66f21b0164a7add990b5c0d60698086daece99",
278
+ "version": "24.0.0-RC.0"
279
279
  };
280
280
 
281
281
  exports.InvalidTokenMetadata = InvalidTokenMetadata;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/tzip12",
3
- "version": "23.1.0",
3
+ "version": "24.0.0-RC.0",
4
4
  "description": "Tzip12",
5
5
  "keywords": [
6
6
  "tezos",
@@ -62,10 +62,10 @@
62
62
  ]
63
63
  },
64
64
  "dependencies": {
65
- "@taquito/core": "^23.1.0",
66
- "@taquito/michelson-encoder": "^23.1.0",
67
- "@taquito/taquito": "^23.1.0",
68
- "@taquito/tzip16": "^23.1.0"
65
+ "@taquito/core": "^24.0.0-RC.0",
66
+ "@taquito/michelson-encoder": "^24.0.0-RC.0",
67
+ "@taquito/taquito": "^24.0.0-RC.0",
68
+ "@taquito/tzip16": "^24.0.0-RC.0"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@types/bluebird": "^3.5.42",
@@ -95,5 +95,5 @@
95
95
  "ts-toolbelt": "^9.6.0",
96
96
  "typescript": "~5.5.4"
97
97
  },
98
- "gitHead": "bcf60513cade1e3272cd50c47a786d4bd45f70c8"
98
+ "gitHead": "784d536e73487529e402a3379be899bc5ac0342c"
99
99
  }