@xyo-network/bridge-worker 5.3.25 → 5.3.27

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 -37
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.27",
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,53 +38,47 @@
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.27",
42
+ "@xyo-network/bridge-abstract": "~5.3.27",
43
+ "@xyo-network/boundwitness-model": "~5.3.27",
44
+ "@xyo-network/manifest-model": "~5.3.27",
45
+ "@xyo-network/module-model": "~5.3.27",
46
+ "@xyo-network/manifest": "~5.3.27",
47
+ "@xyo-network/node-model": "~5.3.27",
48
+ "@xyo-network/bridge-model": "~5.3.27",
49
+ "@xyo-network/payload-model": "~5.3.27",
50
+ "@xyo-network/sentinel-model": "~5.3.27",
51
+ "@xyo-network/wallet": "~5.3.27",
52
+ "@xyo-network/module-factory-locator": "~5.3.27"
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",
62
- "acorn": "^8.16.0",
57
+ "@xylabs/sdk-js": "^5.0.94",
58
+ "@xylabs/ts-scripts-common": "~7.7.15",
59
+ "@xylabs/ts-scripts-pnpm": "~7.7.15",
60
+ "@xylabs/tsconfig": "~7.7.15",
63
61
  "axios": "^1.14.0",
64
- "esbuild": "^0.28.0",
65
62
  "ethers": "^6.16.0",
66
63
  "lru-cache": "~11.2.7",
67
64
  "tslib": "^2.8.1",
68
65
  "typescript": "~5.9.3",
69
66
  "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"
67
+ "@xyo-network/archivist-model": "~5.3.27",
68
+ "@xyo-network/boundwitness-model": "~5.3.27",
69
+ "@xyo-network/bridge-abstract": "~5.3.27",
70
+ "@xyo-network/bridge-model": "~5.3.27",
71
+ "@xyo-network/manifest": "~5.3.27",
72
+ "@xyo-network/manifest-model": "~5.3.27",
73
+ "@xyo-network/module-factory-locator": "~5.3.27",
74
+ "@xyo-network/module-model": "~5.3.27",
75
+ "@xyo-network/payload-model": "~5.3.27",
76
+ "@xyo-network/node-model": "~5.3.27",
77
+ "@xyo-network/sentinel-model": "~5.3.27",
78
+ "@xyo-network/wallet": "~5.3.27"
82
79
  },
83
80
  "peerDependencies": {
84
- "@xylabs/sdk-js": "^5",
85
- "axios": "^1",
86
- "ethers": "^6",
87
- "tslib": "^2.8.1"
81
+ "@xylabs/sdk-js": "^5"
88
82
  },
89
83
  "publishConfig": {
90
84
  "access": "public"