@taquito/sapling 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/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Taquito Sapling package
|
|
2
2
|
|
|
3
|
-
_Documentation can be found [here](https://
|
|
4
|
-
_TypeDoc style documentation is available on-line [here](https://
|
|
3
|
+
_Documentation can be found [here](https://taquito.io/docs/next/sapling)_
|
|
4
|
+
_TypeDoc style documentation is available on-line [here](https://taquito.io/typedoc/modules/_taquito_sapling.html)_
|
|
5
5
|
|
|
6
6
|
## General Information
|
|
7
7
|
|
|
@@ -82,7 +82,7 @@ const op = await saplingContract.methodsObject.default([shieldedTx]).send({ amou
|
|
|
82
82
|
await op.confirmation();
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
Refer to the website documentation for further examples and information: https://
|
|
85
|
+
Refer to the website documentation for further examples and information: https://taquito.io/docs/next/sapling
|
|
86
86
|
|
|
87
87
|
## Additional info
|
|
88
88
|
|
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
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/sapling",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.2.0",
|
|
4
4
|
"description": "Allows reading and preparing sapling transactions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
"@stablelib/nacl": "^1.0.4",
|
|
70
70
|
"@stablelib/random": "^1.0.2",
|
|
71
71
|
"@taquito/core": "^19.1.0",
|
|
72
|
-
"@taquito/rpc": "^19.
|
|
73
|
-
"@taquito/taquito": "^19.
|
|
74
|
-
"@taquito/utils": "^19.
|
|
72
|
+
"@taquito/rpc": "^19.2.0",
|
|
73
|
+
"@taquito/taquito": "^19.2.0",
|
|
74
|
+
"@taquito/utils": "^19.2.0",
|
|
75
75
|
"bignumber.js": "^9.1.2",
|
|
76
76
|
"bip39": "3.1.0",
|
|
77
77
|
"blakejs": "^1.2.1",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"ts-node": "^10.9.1",
|
|
107
107
|
"typescript": "~5.2.2"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "f489c399ff32dc8d9d0bdb422586e706c298bade"
|
|
110
110
|
}
|