@taquito/sapling 17.1.0 → 17.1.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 +2 -2
- package/package.json +6 -6
package/dist/lib/version.js
CHANGED
|
@@ -3,7 +3,7 @@ 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": "17.1.
|
|
6
|
+
"commitHash": "15732f9b7d575aa46427c94501fb8677a754b733",
|
|
7
|
+
"version": "17.1.1"
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/sapling",
|
|
3
|
-
"version": "17.1.
|
|
3
|
+
"version": "17.1.1",
|
|
4
4
|
"description": "Allows reading and preparing sapling transactions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"@airgap/sapling-wasm": "0.0.9",
|
|
70
70
|
"@stablelib/nacl": "^1.0.3",
|
|
71
71
|
"@stablelib/random": "^1.0.1",
|
|
72
|
-
"@taquito/core": "^17.1.
|
|
73
|
-
"@taquito/rpc": "^17.1.
|
|
74
|
-
"@taquito/taquito": "^17.1.
|
|
75
|
-
"@taquito/utils": "^17.1.
|
|
72
|
+
"@taquito/core": "^17.1.1",
|
|
73
|
+
"@taquito/rpc": "^17.1.1",
|
|
74
|
+
"@taquito/taquito": "^17.1.1",
|
|
75
|
+
"@taquito/utils": "^17.1.1",
|
|
76
76
|
"bignumber.js": "^9.1.0",
|
|
77
77
|
"bip39": "3.0.4",
|
|
78
78
|
"blakejs": "^1.2.1",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"ts-node": "^10.4.0",
|
|
109
109
|
"typescript": "~4.1.5"
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "8f685d3d4fef68a2cfc44f8da7ba866a11478681"
|
|
112
112
|
}
|