@midnight-ntwrk/wallet-sdk-node-client 1.1.2 → 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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +28 -14
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.2",
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://npm.pkg.github.com/"
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-ntwrk/artifacts.git"
18
+ "url": "git+https://github.com/midnightntwrk/midnight-wallet.git",
19
+ "directory": "packages/node-client"
18
20
  },
19
21
  "exports": {
20
22
  ".": {
@@ -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": "^0.58.1",
45
- "@effect/experimental": "^0.60.0",
46
- "@effect/platform": "^0.96.0",
47
- "@effect/platform-node": "^0.106.0",
48
- "@effect/rpc": "^0.75.1",
49
- "@effect/sql": "^0.51.1",
50
- "@effect/workflow": "^0.18.0",
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",
51
65
  "@midnight-ntwrk/ledger-v8": "^8.1.0",
52
- "@midnight-ntwrk/wallet-sdk-prover-client": "^1.2.2",
53
- "@types/tar-stream": "^3.1.4",
54
- "tar-stream": "^3.2.0",
55
- "tsx": "^4.21.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",