@taquito/tzip16 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
|
};
|
|
@@ -607,8 +607,8 @@ class Tzip16Module {
|
|
|
607
607
|
|
|
608
608
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
609
609
|
const VERSION = {
|
|
610
|
-
"commitHash": "
|
|
611
|
-
"version": "24.3.0-beta.
|
|
610
|
+
"commitHash": "05df48fee92f846cba793920d6fa829afd6a1847",
|
|
611
|
+
"version": "24.3.0-beta.1"
|
|
612
612
|
};
|
|
613
613
|
|
|
614
614
|
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 };
|
|
@@ -604,8 +604,8 @@
|
|
|
604
604
|
|
|
605
605
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
606
606
|
const VERSION = {
|
|
607
|
-
"commitHash": "
|
|
608
|
-
"version": "24.3.0-beta.
|
|
607
|
+
"commitHash": "05df48fee92f846cba793920d6fa829afd6a1847",
|
|
608
|
+
"version": "24.3.0-beta.1"
|
|
609
609
|
};
|
|
610
610
|
|
|
611
611
|
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.1",
|
|
4
4
|
"description": "TZIP-16 contract metadata support for Taquito.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"taquito",
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
]
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@taquito/core": "^24.3.0-beta.
|
|
75
|
-
"@taquito/http-utils": "^24.3.0-beta.
|
|
76
|
-
"@taquito/michelson-encoder": "^24.3.0-beta.
|
|
77
|
-
"@taquito/rpc": "^24.3.0-beta.
|
|
78
|
-
"@taquito/taquito": "^24.3.0-beta.
|
|
79
|
-
"@taquito/utils": "^24.3.0-beta.
|
|
74
|
+
"@taquito/core": "^24.3.0-beta.1",
|
|
75
|
+
"@taquito/http-utils": "^24.3.0-beta.1",
|
|
76
|
+
"@taquito/michelson-encoder": "^24.3.0-beta.1",
|
|
77
|
+
"@taquito/rpc": "^24.3.0-beta.1",
|
|
78
|
+
"@taquito/taquito": "^24.3.0-beta.1",
|
|
79
|
+
"@taquito/utils": "^24.3.0-beta.1",
|
|
80
80
|
"bignumber.js": "^9.1.2",
|
|
81
81
|
"crypto-js": "^4.2.0",
|
|
82
82
|
"whatwg-url": "^15.1.0"
|