@taquito/tzip16 25.0.0-rc.1 → 25.0.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
|
@@ -632,7 +632,7 @@ class Tzip16Module {
|
|
|
632
632
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
633
633
|
const VERSION = {
|
|
634
634
|
"commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
|
|
635
|
-
"version": "25.0.0
|
|
635
|
+
"version": "25.0.0"
|
|
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 };
|
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
630
630
|
const VERSION = {
|
|
631
631
|
"commitHash": "13f62cd47ea018312f100b660d0225604c757afa",
|
|
632
|
-
"version": "25.0.0
|
|
632
|
+
"version": "25.0.0"
|
|
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": "25.0.0
|
|
3
|
+
"version": "25.0.0",
|
|
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": "^25.0.0
|
|
55
|
-
"@taquito/http-utils": "^25.0.0
|
|
56
|
-
"@taquito/michelson-encoder": "^25.0.0
|
|
57
|
-
"@taquito/rpc": "^25.0.0
|
|
58
|
-
"@taquito/taquito": "^25.0.0
|
|
59
|
-
"@taquito/utils": "^25.0.0
|
|
54
|
+
"@taquito/core": "^25.0.0",
|
|
55
|
+
"@taquito/http-utils": "^25.0.0",
|
|
56
|
+
"@taquito/michelson-encoder": "^25.0.0",
|
|
57
|
+
"@taquito/rpc": "^25.0.0",
|
|
58
|
+
"@taquito/taquito": "^25.0.0",
|
|
59
|
+
"@taquito/utils": "^25.0.0",
|
|
60
60
|
"bignumber.js": "^10.0.2",
|
|
61
61
|
"crypto-js": "^4.2.0"
|
|
62
62
|
},
|