@taquito/tzip12 24.0.2 → 24.1.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!
5
5
  exports.VERSION = {
6
- "commitHash": "f798e97ba998acc2cc5310278d812448591bd312",
7
- "version": "24.0.2"
6
+ "commitHash": "a702f648a1d2aa5948bd26d29dffe1ea14387234",
7
+ "version": "24.1.0"
8
8
  };
@@ -273,8 +273,8 @@ class Tzip12Module {
273
273
 
274
274
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
275
275
  const VERSION = {
276
- "commitHash": "f798e97ba998acc2cc5310278d812448591bd312",
277
- "version": "24.0.2"
276
+ "commitHash": "a702f648a1d2aa5948bd26d29dffe1ea14387234",
277
+ "version": "24.1.0"
278
278
  };
279
279
 
280
280
  export { InvalidTokenMetadata, TokenIdNotFound, TokenMetadataNotFound, Tzip12ContractAbstraction, Tzip12Module, VERSION, tzip12 };
@@ -274,8 +274,8 @@
274
274
 
275
275
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
276
276
  const VERSION = {
277
- "commitHash": "f798e97ba998acc2cc5310278d812448591bd312",
278
- "version": "24.0.2"
277
+ "commitHash": "a702f648a1d2aa5948bd26d29dffe1ea14387234",
278
+ "version": "24.1.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": "24.0.2",
3
+ "version": "24.1.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": "^24.0.2",
66
- "@taquito/michelson-encoder": "^24.0.2",
67
- "@taquito/taquito": "^24.0.2",
68
- "@taquito/tzip16": "^24.0.2"
65
+ "@taquito/core": "^24.1.0",
66
+ "@taquito/michelson-encoder": "^24.1.0",
67
+ "@taquito/taquito": "^24.1.0",
68
+ "@taquito/tzip16": "^24.1.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": "1ed75f883b26cbe2a62287813eedb096d81f0f46"
98
+ "gitHead": "dc65bb045c8e7a7d8ba9fcca97c03b7d6892c95c"
99
99
  }