@xyo-network/bridge-worker 5.3.25 → 5.3.26

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 +3318 -10
  2. package/package.json +31 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/bridge-worker",
3
- "version": "5.3.25",
3
+ "version": "5.3.26",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -22,11 +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
30
  "types": "dist/neutral/index.d.ts",
31
31
  "files": [
32
32
  "dist",
@@ -38,27 +38,27 @@
38
38
  "dependencies": {
39
39
  "@scure/bip39": "~2.0.1",
40
40
  "lru-cache": "~11.2.7",
41
- "@xyo-network/archivist-model": "~5.3.25",
42
- "@xyo-network/bridge-model": "~5.3.25",
43
- "@xyo-network/module-factory-locator": "~5.3.25",
44
- "@xyo-network/manifest-model": "~5.3.25",
45
- "@xyo-network/module-model": "~5.3.25",
46
- "@xyo-network/bridge-abstract": "~5.3.25",
47
- "@xyo-network/manifest": "~5.3.25",
48
- "@xyo-network/payload-model": "~5.3.25",
49
- "@xyo-network/node-model": "~5.3.25",
50
- "@xyo-network/sentinel-model": "~5.3.25",
51
- "@xyo-network/boundwitness-model": "~5.3.25",
52
- "@xyo-network/wallet": "~5.3.25"
41
+ "@xyo-network/archivist-model": "~5.3.26",
42
+ "@xyo-network/bridge-abstract": "~5.3.26",
43
+ "@xyo-network/manifest": "~5.3.26",
44
+ "@xyo-network/bridge-model": "~5.3.26",
45
+ "@xyo-network/boundwitness-model": "~5.3.26",
46
+ "@xyo-network/manifest-model": "~5.3.26",
47
+ "@xyo-network/module-model": "~5.3.26",
48
+ "@xyo-network/module-factory-locator": "~5.3.26",
49
+ "@xyo-network/payload-model": "~5.3.26",
50
+ "@xyo-network/sentinel-model": "~5.3.26",
51
+ "@xyo-network/node-model": "~5.3.26",
52
+ "@xyo-network/wallet": "~5.3.26"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@opentelemetry/api": "^1.9.1",
56
56
  "@scure/bip39": "~2.0.1",
57
- "@types/node": "^25.5.0",
58
- "@xylabs/sdk-js": "^5.0.93",
59
- "@xylabs/ts-scripts-common": "~7.6.16",
60
- "@xylabs/ts-scripts-pnpm": "~7.6.16",
61
- "@xylabs/tsconfig": "~7.6.16",
57
+ "@types/node": "^25.5.2",
58
+ "@xylabs/sdk-js": "^5.0.94",
59
+ "@xylabs/ts-scripts-common": "~7.7.5",
60
+ "@xylabs/ts-scripts-pnpm": "~7.7.5",
61
+ "@xylabs/tsconfig": "~7.7.5",
62
62
  "acorn": "^8.16.0",
63
63
  "axios": "^1.14.0",
64
64
  "esbuild": "^0.28.0",
@@ -67,18 +67,18 @@
67
67
  "tslib": "^2.8.1",
68
68
  "typescript": "~5.9.3",
69
69
  "zod": "^4.3.6",
70
- "@xyo-network/archivist-model": "~5.3.25",
71
- "@xyo-network/bridge-abstract": "~5.3.25",
72
- "@xyo-network/boundwitness-model": "~5.3.25",
73
- "@xyo-network/bridge-model": "~5.3.25",
74
- "@xyo-network/manifest-model": "~5.3.25",
75
- "@xyo-network/manifest": "~5.3.25",
76
- "@xyo-network/module-factory-locator": "~5.3.25",
77
- "@xyo-network/module-model": "~5.3.25",
78
- "@xyo-network/node-model": "~5.3.25",
79
- "@xyo-network/sentinel-model": "~5.3.25",
80
- "@xyo-network/payload-model": "~5.3.25",
81
- "@xyo-network/wallet": "~5.3.25"
70
+ "@xyo-network/archivist-model": "~5.3.26",
71
+ "@xyo-network/boundwitness-model": "~5.3.26",
72
+ "@xyo-network/bridge-abstract": "~5.3.26",
73
+ "@xyo-network/bridge-model": "~5.3.26",
74
+ "@xyo-network/manifest-model": "~5.3.26",
75
+ "@xyo-network/module-model": "~5.3.26",
76
+ "@xyo-network/manifest": "~5.3.26",
77
+ "@xyo-network/module-factory-locator": "~5.3.26",
78
+ "@xyo-network/sentinel-model": "~5.3.26",
79
+ "@xyo-network/node-model": "~5.3.26",
80
+ "@xyo-network/payload-model": "~5.3.26",
81
+ "@xyo-network/wallet": "~5.3.26"
82
82
  },
83
83
  "peerDependencies": {
84
84
  "@xylabs/sdk-js": "^5",