@midnightntwrk/wallet-sdk-testkit 0.2.0 → 0.2.1-canary.20260623100730-44bbcae
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 +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midnightntwrk/wallet-sdk-testkit",
|
|
3
3
|
"description": "Reusable wallet-SDK test harness: environment provisioning, wallet bootstrapping, sync waiters and tx-history assertions",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.1-canary.20260623100730-44bbcae",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"author": "Midnight Foundation",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"publishConfig": {
|
|
12
|
-
"registry": "https://
|
|
12
|
+
"registry": "https://registry.npmjs.org/",
|
|
13
|
+
"access": "public"
|
|
13
14
|
},
|
|
14
15
|
"files": [
|
|
15
16
|
"dist/"
|