@wallfree-dev/tezos 0.13.43-beta.0 → 0.13.43-beta.2
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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wallfree-dev/tezos",
|
|
3
|
-
"version": "0.13.43-beta.
|
|
3
|
+
"version": "0.13.43-beta.2",
|
|
4
4
|
"description": "The @wallfree-dev/tezos is a Tezos implementation of the ICoinProtocol interface from @wallfree-dev/coinlib-core.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"airgap",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"author": "Papers AG <contact@papers.ch> (https://papers.ch)",
|
|
32
32
|
"dependencies": {
|
|
33
|
+
"@airgap/sapling-wasm": "0.0.7",
|
|
33
34
|
"@stablelib/blake2b": "^1.0.1",
|
|
34
35
|
"@stablelib/ed25519": "^1.0.3",
|
|
35
36
|
"@stablelib/nacl": "^1.0.4",
|
|
@@ -37,11 +38,10 @@
|
|
|
37
38
|
"@stablelib/utf8": "^1.0.1",
|
|
38
39
|
"@taquito/local-forging": "20.0.1",
|
|
39
40
|
"@taquito/rpc": "20.0.1",
|
|
40
|
-
"@wallfree-dev/coinlib-core": "^0.13.43-beta.
|
|
41
|
-
"@wallfree-dev/crypto": "^0.13.43-beta.
|
|
42
|
-
"@wallfree-dev/module-kit": "^0.13.43-beta.
|
|
43
|
-
"@
|
|
44
|
-
"@wallfree-dev/serializer": "^0.13.43-beta.0",
|
|
41
|
+
"@wallfree-dev/coinlib-core": "^0.13.43-beta.2",
|
|
42
|
+
"@wallfree-dev/crypto": "^0.13.43-beta.2",
|
|
43
|
+
"@wallfree-dev/module-kit": "^0.13.43-beta.2",
|
|
44
|
+
"@wallfree-dev/serializer": "^0.13.43-beta.2",
|
|
45
45
|
"graphql": "^16.6.0",
|
|
46
46
|
"graphql-request": "^5.1.0"
|
|
47
47
|
},
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"sourceMap": true,
|
|
67
67
|
"instrument": true
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "617de26f16137be386c1c71a75c9ecf785906c74"
|
|
70
70
|
}
|