@xyo-network/xl1-test 1.26.14 → 1.26.17

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 +24 -0
  2. package/package.json +58 -22
package/README.md ADDED
@@ -0,0 +1,24 @@
1
+ # @xyo-network/xl1-test
2
+
3
+ [![npm][npm-badge]][npm-link]
4
+ [![license][license-badge]][license-link]
5
+
6
+ > XYO Layer One Test Utilities
7
+
8
+ ## Install
9
+
10
+ ```sh
11
+ {{pm}} add {{name}}
12
+ ```
13
+
14
+
15
+ ## License
16
+
17
+ See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
18
+
19
+
20
+
21
+ [npm-badge]: https://img.shields.io/npm/v/@xyo-network/xl1-test.svg
22
+ [npm-link]: https://www.npmjs.com/package/@xyo-network/xl1-test
23
+ [license-badge]: https://img.shields.io/npm/l/@xyo-network/xl1-test.svg
24
+ [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xl1-test",
3
- "version": "1.26.14",
3
+ "version": "1.26.17",
4
4
  "description": "XYO Layer One Test Utilities",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -22,12 +22,11 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./dist/neutral/index.d.ts",
25
+ "import": "./dist/neutral/index.mjs",
25
26
  "default": "./dist/neutral/index.mjs"
26
27
  },
27
28
  "./package.json": "./package.json"
28
29
  },
29
- "module": "./dist/neutral/index.mjs",
30
- "source": "./src/index.ts",
31
30
  "types": "./dist/neutral/index.d.ts",
32
31
  "files": [
33
32
  "dist",
@@ -37,30 +36,68 @@
37
36
  "README.md"
38
37
  ],
39
38
  "dependencies": {
40
- "@xyo-network/xl1-protocol-sdk": "~1.26.14"
39
+ "@xyo-network/xl1-protocol-sdk": "~1.26.17"
41
40
  },
42
41
  "devDependencies": {
43
- "@metamask/providers": "^22.1.1",
44
42
  "@opentelemetry/api": "^1.9.1",
45
- "@types/node": "^25.5.0",
46
- "@xylabs/geo": "^5.0.93",
47
- "@xylabs/sdk-js": "^5.0.93",
48
- "@xylabs/ts-scripts-common": "~7.6.18",
49
- "@xylabs/ts-scripts-pnpm": "~7.6.18",
50
- "@xylabs/tsconfig": "~7.6.18",
51
- "@xyo-network/sdk-js": "^5.3.25",
52
- "acorn": "^8.16.0",
53
- "ajv": "^8.18.0",
43
+ "@xylabs/sdk-js": "^5.0.95",
44
+ "@xylabs/ts-scripts-common": "~7.9.0",
45
+ "@xylabs/ts-scripts-pnpm": "~7.9.0",
46
+ "@xylabs/tsconfig": "~7.9.0",
47
+ "@xyo-network/account": "~5.3.30",
48
+ "@xyo-network/account-model": "~5.3.30",
49
+ "@xyo-network/api-models": "~5.3.30",
50
+ "@xyo-network/archivist-abstract": "~5.3.30",
51
+ "@xyo-network/archivist-generic": "~5.3.30",
52
+ "@xyo-network/archivist-memory": "~5.3.30",
53
+ "@xyo-network/archivist-model": "~5.3.30",
54
+ "@xyo-network/archivist-view": "~5.3.30",
55
+ "@xyo-network/archivist-wrapper": "~5.3",
56
+ "@xyo-network/boundwitness-builder": "~5.3.30",
57
+ "@xyo-network/boundwitness-validator": "~5.3.30",
58
+ "@xyo-network/bridge-abstract": "~5.3.30",
59
+ "@xyo-network/bridge-model": "~5.3.30",
60
+ "@xyo-network/config-payload-plugin": "~5.3.30",
61
+ "@xyo-network/data": "~5.3.30",
62
+ "@xyo-network/diviner-abstract": "~5.3",
63
+ "@xyo-network/diviner-boundwitness-memory": "~5.3.30",
64
+ "@xyo-network/diviner-identity": "~5.3.30",
65
+ "@xyo-network/diviner-model": "~5.3.30",
66
+ "@xyo-network/diviner-payload-generic": "~5.3.30",
67
+ "@xyo-network/diviner-payload-model": "~5.3.30",
68
+ "@xyo-network/diviner-wrapper": "~5.3",
69
+ "@xyo-network/dns": "~5.3.30",
70
+ "@xyo-network/domain-payload-plugin": "~5.3.30",
71
+ "@xyo-network/elliptic": "~5.3.30",
72
+ "@xyo-network/hash": "~5.3.30",
73
+ "@xyo-network/huri": "~5.3.30",
74
+ "@xyo-network/manifest-model": "~5.3.30",
75
+ "@xyo-network/module-abstract": "~5.3.30",
76
+ "@xyo-network/module-model": "~5.3.30",
77
+ "@xyo-network/module-resolver": "~5.3.30",
78
+ "@xyo-network/module-wrapper": "~5.3",
79
+ "@xyo-network/network": "~5.3.30",
80
+ "@xyo-network/node-abstract": "~5.3.30",
81
+ "@xyo-network/node-memory": "~5.3.30",
82
+ "@xyo-network/node-model": "~5.3.30",
83
+ "@xyo-network/node-view": "~5.3.30",
84
+ "@xyo-network/node-wrapper": "~5.3",
85
+ "@xyo-network/payload-builder": "~5.3.30",
86
+ "@xyo-network/payload-model": "~5.3.30",
87
+ "@xyo-network/payload-validator": "~5.3.30",
88
+ "@xyo-network/previous-hash-store-model": "~5.3.30",
89
+ "@xyo-network/sdk-js": "^5.3.30",
90
+ "@xyo-network/sentinel-abstract": "~5.3.30",
91
+ "@xyo-network/sentinel-memory": "~5.3.30",
92
+ "@xyo-network/sentinel-model": "~5.3.30",
93
+ "@xyo-network/wallet-model": "~5.3.30",
94
+ "@xyo-network/wasm": "~5.3.30",
95
+ "@xyo-network/witness-adhoc": "~5.3.30",
96
+ "@xyo-network/witness-model": "~5.3.30",
54
97
  "axios": "^1.14.0",
55
- "esbuild": "^0.28.0",
56
98
  "ethers": "^6.16.0",
57
- "firebase": "^12.11.0",
58
- "lru-cache": "^11.2.7",
59
- "mapbox-gl": "^3.21.0",
60
- "mongodb": "^7.1.1",
61
- "tslib": "^2.8.1",
99
+ "pako": "~2.1.0",
62
100
  "typescript": "~5.9.3",
63
- "webextension-polyfill": "^0.12.0",
64
101
  "zod": "~4.3.6"
65
102
  },
66
103
  "peerDependencies": {
@@ -69,7 +106,6 @@
69
106
  "@xyo-network/sdk-js": "^5",
70
107
  "axios": "^1",
71
108
  "ethers": "^6",
72
- "mongodb": "^6 || ^7",
73
109
  "zod": "^4"
74
110
  },
75
111
  "engines": {