@taquito/tzip16 24.2.0-beta.0 → 24.2.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!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "24.2.0
|
|
6
|
+
"commitHash": "105a7b15cfb862a0732c204e0e9741098d697775",
|
|
7
|
+
"version": "24.2.0"
|
|
8
8
|
};
|
|
@@ -679,8 +679,8 @@ class Tzip16Module {
|
|
|
679
679
|
|
|
680
680
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
681
681
|
const VERSION = {
|
|
682
|
-
"commitHash": "
|
|
683
|
-
"version": "24.2.0
|
|
682
|
+
"commitHash": "105a7b15cfb862a0732c204e0e9741098d697775",
|
|
683
|
+
"version": "24.2.0"
|
|
684
684
|
};
|
|
685
685
|
|
|
686
686
|
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 };
|
|
@@ -676,8 +676,8 @@
|
|
|
676
676
|
|
|
677
677
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
678
678
|
const VERSION = {
|
|
679
|
-
"commitHash": "
|
|
680
|
-
"version": "24.2.0
|
|
679
|
+
"commitHash": "105a7b15cfb862a0732c204e0e9741098d697775",
|
|
680
|
+
"version": "24.2.0"
|
|
681
681
|
};
|
|
682
682
|
|
|
683
683
|
Object.defineProperty(exports, "InvalidViewParameterError", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/tzip16",
|
|
3
|
-
"version": "24.2.0
|
|
3
|
+
"version": "24.2.0",
|
|
4
4
|
"description": "Tzip16",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
]
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@taquito/core": "^24.2.0
|
|
65
|
-
"@taquito/http-utils": "^24.2.0
|
|
66
|
-
"@taquito/michelson-encoder": "^24.2.0
|
|
67
|
-
"@taquito/rpc": "^24.2.0
|
|
68
|
-
"@taquito/taquito": "^24.2.0
|
|
69
|
-
"@taquito/utils": "^24.2.0
|
|
64
|
+
"@taquito/core": "^24.2.0",
|
|
65
|
+
"@taquito/http-utils": "^24.2.0",
|
|
66
|
+
"@taquito/michelson-encoder": "^24.2.0",
|
|
67
|
+
"@taquito/rpc": "^24.2.0",
|
|
68
|
+
"@taquito/taquito": "^24.2.0",
|
|
69
|
+
"@taquito/utils": "^24.2.0",
|
|
70
70
|
"bignumber.js": "^9.1.2",
|
|
71
71
|
"crypto-js": "^4.2.0",
|
|
72
72
|
"whatwg-url": "^15.1.0"
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"ts-toolbelt": "^9.6.0",
|
|
101
101
|
"typescript": "~5.5.4"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "689f242c1780c9fe98c050819c55986912db3934"
|
|
104
104
|
}
|