@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.
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": "
|
|
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": "
|
|
277
|
-
"version": "
|
|
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": "
|
|
278
|
-
"version": "
|
|
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": "
|
|
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": "^
|
|
66
|
-
"@taquito/michelson-encoder": "^
|
|
67
|
-
"@taquito/taquito": "^
|
|
68
|
-
"@taquito/tzip16": "^
|
|
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": "
|
|
98
|
+
"gitHead": "784d536e73487529e402a3379be899bc5ac0342c"
|
|
99
99
|
}
|