@taquito/tzip12 24.3.0-beta.0 → 24.3.0-beta.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!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "24.3.0-beta.
|
|
6
|
+
"commitHash": "05df48fee92f846cba793920d6fa829afd6a1847",
|
|
7
|
+
"version": "24.3.0-beta.1"
|
|
8
8
|
};
|
|
@@ -224,8 +224,8 @@ class Tzip12Module {
|
|
|
224
224
|
|
|
225
225
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
226
226
|
const VERSION = {
|
|
227
|
-
"commitHash": "
|
|
228
|
-
"version": "24.3.0-beta.
|
|
227
|
+
"commitHash": "05df48fee92f846cba793920d6fa829afd6a1847",
|
|
228
|
+
"version": "24.3.0-beta.1"
|
|
229
229
|
};
|
|
230
230
|
|
|
231
231
|
export { InvalidTokenMetadata, TokenIdNotFound, TokenMetadataNotFound, Tzip12ContractAbstraction, Tzip12Module, VERSION, tzip12 };
|
|
@@ -225,8 +225,8 @@
|
|
|
225
225
|
|
|
226
226
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
227
227
|
const VERSION = {
|
|
228
|
-
"commitHash": "
|
|
229
|
-
"version": "24.3.0-beta.
|
|
228
|
+
"commitHash": "05df48fee92f846cba793920d6fa829afd6a1847",
|
|
229
|
+
"version": "24.3.0-beta.1"
|
|
230
230
|
};
|
|
231
231
|
|
|
232
232
|
exports.InvalidTokenMetadata = InvalidTokenMetadata;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/tzip12",
|
|
3
|
-
"version": "24.3.0-beta.
|
|
3
|
+
"version": "24.3.0-beta.1",
|
|
4
4
|
"description": "TZIP-12 token metadata support for Taquito.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"taquito",
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
]
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@taquito/core": "^24.3.0-beta.
|
|
76
|
-
"@taquito/michelson-encoder": "^24.3.0-beta.
|
|
77
|
-
"@taquito/taquito": "^24.3.0-beta.
|
|
78
|
-
"@taquito/tzip16": "^24.3.0-beta.
|
|
75
|
+
"@taquito/core": "^24.3.0-beta.1",
|
|
76
|
+
"@taquito/michelson-encoder": "^24.3.0-beta.1",
|
|
77
|
+
"@taquito/taquito": "^24.3.0-beta.1",
|
|
78
|
+
"@taquito/tzip16": "^24.3.0-beta.1"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@types/bluebird": "^3.5.42",
|