@taquito/tzip16 19.1.0 → 19.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/README.md +3 -3
- package/dist/lib/version.js +2 -2
- package/dist/taquito-tzip16.es6.js +2 -2
- package/dist/taquito-tzip16.umd.js +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Taquito TZIP-016 package
|
|
2
|
-
*Documentation can be found [here](https://
|
|
3
|
-
*TypeDoc style documentation is available on-line [here](https://
|
|
2
|
+
*Documentation can be found [here](https://taquito.io/docs/metadata-tzip16/)*
|
|
3
|
+
*TypeDoc style documentation is available on-line [here](https://taquito.io/typedoc/modules/_taquito_tzip16.html)*
|
|
4
4
|
|
|
5
5
|
`@taquito/tzip16` is an npm package that provides developers with TZIP-016 functionality for Taquito. TZIP-016 is a standard for encoding access to smart contract metadata either on-chain or off-chain. The `@taquito/tzip16` package allows developers to retrieve the metadata associated with a smart contract and execute the off-chain views found in the metadata.
|
|
6
6
|
|
|
@@ -62,4 +62,4 @@ See the top-level [https://github.com/ecadlabs/taquito](https://github.com/ecadl
|
|
|
62
62
|
|
|
63
63
|
## Disclaimer
|
|
64
64
|
|
|
65
|
-
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
65
|
+
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
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": "19.
|
|
6
|
+
"commitHash": "79be4991733872e1a9d0b3b9159462100349421a",
|
|
7
|
+
"version": "19.2.0"
|
|
8
8
|
};
|
|
@@ -680,8 +680,8 @@ class Tzip16Module {
|
|
|
680
680
|
|
|
681
681
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
682
682
|
const VERSION = {
|
|
683
|
-
"commitHash": "
|
|
684
|
-
"version": "19.
|
|
683
|
+
"commitHash": "79be4991733872e1a9d0b3b9159462100349421a",
|
|
684
|
+
"version": "19.2.0"
|
|
685
685
|
};
|
|
686
686
|
|
|
687
687
|
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 OR CHECKIN!
|
|
678
678
|
const VERSION = {
|
|
679
|
-
"commitHash": "
|
|
680
|
-
"version": "19.
|
|
679
|
+
"commitHash": "79be4991733872e1a9d0b3b9159462100349421a",
|
|
680
|
+
"version": "19.2.0"
|
|
681
681
|
};
|
|
682
682
|
|
|
683
683
|
Object.defineProperty(exports, "bytesToString", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/tzip16",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.2.0",
|
|
4
4
|
"description": "Tzip16",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@taquito/core": "^19.1.0",
|
|
65
|
-
"@taquito/http-utils": "^19.
|
|
66
|
-
"@taquito/michelson-encoder": "^19.
|
|
67
|
-
"@taquito/rpc": "^19.
|
|
68
|
-
"@taquito/taquito": "^19.
|
|
69
|
-
"@taquito/utils": "^19.
|
|
65
|
+
"@taquito/http-utils": "^19.2.0",
|
|
66
|
+
"@taquito/michelson-encoder": "^19.2.0",
|
|
67
|
+
"@taquito/rpc": "^19.2.0",
|
|
68
|
+
"@taquito/taquito": "^19.2.0",
|
|
69
|
+
"@taquito/utils": "^19.2.0",
|
|
70
70
|
"bignumber.js": "^9.1.2",
|
|
71
71
|
"crypto-js": "^4.2.0"
|
|
72
72
|
},
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"ts-toolbelt": "^9.6.0",
|
|
100
100
|
"typescript": "~5.2.2"
|
|
101
101
|
},
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "f489c399ff32dc8d9d0bdb422586e706c298bade"
|
|
103
103
|
}
|