@midnight-ntwrk/wallet-sdk-node-client 1.1.1 → 1.1.3
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 +7 -0
- package/package.json +31 -17
package/README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
> [!IMPORTANT]
|
|
2
|
+
> **This package has moved.** The `@midnight-ntwrk` scope is published only
|
|
3
|
+
> during the migration window and will stop receiving updates. Please migrate to
|
|
4
|
+
> [`@midnightntwrk/wallet-sdk-node-client`](https://www.npmjs.com/package/@midnightntwrk/wallet-sdk-node-client).
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
1
8
|
# @midnight-ntwrk/wallet-sdk-node-client
|
|
2
9
|
|
|
3
10
|
Client for communicating with the Midnight blockchain node.
|
package/package.json
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midnight-ntwrk/wallet-sdk-node-client",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"author": "Midnight Foundation",
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
9
|
"publishConfig": {
|
|
10
|
-
"registry": "https://
|
|
10
|
+
"registry": "https://registry.npmjs.org/",
|
|
11
|
+
"access": "public"
|
|
11
12
|
},
|
|
12
13
|
"files": [
|
|
13
14
|
"dist/"
|
|
14
15
|
],
|
|
15
16
|
"repository": {
|
|
16
17
|
"type": "git",
|
|
17
|
-
"url": "git+https://github.com/midnight-
|
|
18
|
+
"url": "git+https://github.com/midnightntwrk/midnight-wallet.git",
|
|
19
|
+
"directory": "packages/node-client"
|
|
18
20
|
},
|
|
19
21
|
"exports": {
|
|
20
22
|
".": {
|
|
@@ -31,8 +33,8 @@
|
|
|
31
33
|
}
|
|
32
34
|
},
|
|
33
35
|
"dependencies": {
|
|
34
|
-
"@midnight-ntwrk/wallet-sdk-abstractions": "2.1.0",
|
|
35
|
-
"@midnight-ntwrk/wallet-sdk-utilities": "1.
|
|
36
|
+
"@midnight-ntwrk/wallet-sdk-abstractions": "^2.1.0",
|
|
37
|
+
"@midnight-ntwrk/wallet-sdk-utilities": "^1.2.0",
|
|
36
38
|
"@polkadot/api": "^16.5.4",
|
|
37
39
|
"@polkadot/types": "^16.5.4",
|
|
38
40
|
"@polkadot/util": "^14.0.1",
|
|
@@ -40,19 +42,31 @@
|
|
|
40
42
|
"bn.js": "^5.2.3",
|
|
41
43
|
"effect": "^3.19.19"
|
|
42
44
|
},
|
|
45
|
+
"peerDependencies": {
|
|
46
|
+
"@midnight-ntwrk/ledger-v8": "^8.1.0",
|
|
47
|
+
"@midnight-ntwrk/wallet-sdk-prover-client": "^1.2.3"
|
|
48
|
+
},
|
|
49
|
+
"peerDependenciesMeta": {
|
|
50
|
+
"@midnight-ntwrk/ledger-v8": {
|
|
51
|
+
"optional": true
|
|
52
|
+
},
|
|
53
|
+
"@midnight-ntwrk/wallet-sdk-prover-client": {
|
|
54
|
+
"optional": true
|
|
55
|
+
}
|
|
56
|
+
},
|
|
43
57
|
"devDependencies": {
|
|
44
|
-
"@effect/cluster": "
|
|
45
|
-
"@effect/experimental": "
|
|
46
|
-
"@effect/platform": "
|
|
47
|
-
"@effect/platform-node": "
|
|
48
|
-
"@effect/rpc": "
|
|
49
|
-
"@effect/sql": "
|
|
50
|
-
"@effect/workflow": "
|
|
51
|
-
"@midnight-ntwrk/ledger-v8": "^8.0
|
|
52
|
-
"@midnight-ntwrk/wallet-sdk-prover-client": "1.2.
|
|
53
|
-
"@types/tar-stream": "
|
|
54
|
-
"tar-stream": "
|
|
55
|
-
"tsx": "
|
|
58
|
+
"@effect/cluster": "0.59.0",
|
|
59
|
+
"@effect/experimental": "0.60.0",
|
|
60
|
+
"@effect/platform": "0.96.1",
|
|
61
|
+
"@effect/platform-node": "0.107.0",
|
|
62
|
+
"@effect/rpc": "0.75.1",
|
|
63
|
+
"@effect/sql": "0.51.1",
|
|
64
|
+
"@effect/workflow": "0.18.2",
|
|
65
|
+
"@midnight-ntwrk/ledger-v8": "^8.1.0",
|
|
66
|
+
"@midnight-ntwrk/wallet-sdk-prover-client": "^1.2.3",
|
|
67
|
+
"@types/tar-stream": "3.1.4",
|
|
68
|
+
"tar-stream": "3.2.0",
|
|
69
|
+
"tsx": "4.22.4"
|
|
56
70
|
},
|
|
57
71
|
"scripts": {
|
|
58
72
|
"typecheck-script": "tsc -b ./tsconfig.script.json --noEmit",
|