@taquito/tzip12 23.0.0 → 23.0.1
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.
package/dist/lib/version.js
CHANGED
|
@@ -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": "
|
|
7
|
-
"version": "23.0.
|
|
6
|
+
"commitHash": "c26a3d67ae3694c157f4f56fb5bf85ca3c495a9b",
|
|
7
|
+
"version": "23.0.1"
|
|
8
8
|
};
|
|
@@ -272,8 +272,8 @@ class Tzip12Module {
|
|
|
272
272
|
|
|
273
273
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
274
274
|
const VERSION = {
|
|
275
|
-
"commitHash": "
|
|
276
|
-
"version": "23.0.
|
|
275
|
+
"commitHash": "c26a3d67ae3694c157f4f56fb5bf85ca3c495a9b",
|
|
276
|
+
"version": "23.0.1"
|
|
277
277
|
};
|
|
278
278
|
|
|
279
279
|
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 OR CHECKIN!
|
|
276
276
|
const VERSION = {
|
|
277
|
-
"commitHash": "
|
|
278
|
-
"version": "23.0.
|
|
277
|
+
"commitHash": "c26a3d67ae3694c157f4f56fb5bf85ca3c495a9b",
|
|
278
|
+
"version": "23.0.1"
|
|
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.0.
|
|
3
|
+
"version": "23.0.1",
|
|
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.0.
|
|
66
|
-
"@taquito/michelson-encoder": "^23.0.
|
|
67
|
-
"@taquito/taquito": "^23.0.
|
|
68
|
-
"@taquito/tzip16": "^23.0.
|
|
65
|
+
"@taquito/core": "^23.0.1",
|
|
66
|
+
"@taquito/michelson-encoder": "^23.0.1",
|
|
67
|
+
"@taquito/taquito": "^23.0.1",
|
|
68
|
+
"@taquito/tzip16": "^23.0.1"
|
|
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": "
|
|
98
|
+
"gitHead": "d67244a8188ee3a62390f32b75ba1acf599a782f"
|
|
99
99
|
}
|