@taquito/tzip16 24.3.0-beta.5 → 24.3.0-beta.7
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": "e5181715f96fc1a8e79c0c3a89b5130abe1a3434",
|
|
7
|
+
"version": "24.3.0-beta.7"
|
|
8
8
|
};
|
|
@@ -631,8 +631,8 @@ class Tzip16Module {
|
|
|
631
631
|
|
|
632
632
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
633
633
|
const VERSION = {
|
|
634
|
-
"commitHash": "
|
|
635
|
-
"version": "24.3.0-beta.
|
|
634
|
+
"commitHash": "e5181715f96fc1a8e79c0c3a89b5130abe1a3434",
|
|
635
|
+
"version": "24.3.0-beta.7"
|
|
636
636
|
};
|
|
637
637
|
|
|
638
638
|
export { BigMapContractMetadataNotFoundError, ContractMetadataNotFoundError, DEFAULT_HANDLERS, ForbiddenInstructionInViewCodeError, HttpHandler, InvalidContractMetadataError, InvalidContractMetadataTypeError, InvalidUriError, IpfsHttpHandler, MetadataProvider, MichelsonStorageView, NoParameterExpectedError, ProtocolNotSupportedError, TezosStorageHandler, Tzip16ContractAbstraction, Tzip16Module, UnconfiguredContractMetadataProviderError, UriNotFoundError, VERSION, ViewFactory, ViewImplementationType, calculateSHA256Hash, tzip16 };
|
|
@@ -628,8 +628,8 @@
|
|
|
628
628
|
|
|
629
629
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
630
630
|
const VERSION = {
|
|
631
|
-
"commitHash": "
|
|
632
|
-
"version": "24.3.0-beta.
|
|
631
|
+
"commitHash": "e5181715f96fc1a8e79c0c3a89b5130abe1a3434",
|
|
632
|
+
"version": "24.3.0-beta.7"
|
|
633
633
|
};
|
|
634
634
|
|
|
635
635
|
Object.defineProperty(exports, "InvalidViewParameterError", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/tzip16",
|
|
3
|
-
"version": "24.3.0-beta.
|
|
3
|
+
"version": "24.3.0-beta.7",
|
|
4
4
|
"description": "TZIP-16 contract metadata support for Taquito.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"taquito",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@taquito/core": "^24.3.0-beta.
|
|
55
|
-
"@taquito/http-utils": "^24.3.0-beta.
|
|
56
|
-
"@taquito/michelson-encoder": "^24.3.0-beta.
|
|
57
|
-
"@taquito/rpc": "^24.3.0-beta.
|
|
58
|
-
"@taquito/taquito": "^24.3.0-beta.
|
|
59
|
-
"@taquito/utils": "^24.3.0-beta.
|
|
54
|
+
"@taquito/core": "^24.3.0-beta.7",
|
|
55
|
+
"@taquito/http-utils": "^24.3.0-beta.7",
|
|
56
|
+
"@taquito/michelson-encoder": "^24.3.0-beta.7",
|
|
57
|
+
"@taquito/rpc": "^24.3.0-beta.7",
|
|
58
|
+
"@taquito/taquito": "^24.3.0-beta.7",
|
|
59
|
+
"@taquito/utils": "^24.3.0-beta.7",
|
|
60
60
|
"bignumber.js": "^10.0.2",
|
|
61
61
|
"crypto-js": "^4.2.0"
|
|
62
62
|
},
|