@xyo-network/bridge-websocket 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 +5993 -10
  2. package/package.json +28 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/bridge-websocket",
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": {
@@ -30,11 +30,11 @@
30
30
  "types": "./dist/node/index.d.ts",
31
31
  "default": "./dist/node/index.mjs"
32
32
  },
33
+ "import": "./dist/neutral/index.mjs",
33
34
  "default": "./dist/neutral/index.mjs"
34
35
  },
35
36
  "./package.json": "./package.json"
36
37
  },
37
- "module": "dist/neutral/index.mjs",
38
38
  "types": "dist/neutral/index.d.ts",
39
39
  "files": [
40
40
  "dist",
@@ -46,23 +46,22 @@
46
46
  "dependencies": {
47
47
  "async-mutex": "~0.5.0",
48
48
  "lru-cache": "~11.2.7",
49
- "@xyo-network/account": "~5.3.25",
50
- "@xyo-network/boundwitness-model": "~5.3.25",
51
- "@xyo-network/config-payload-plugin": "~5.3.25",
52
- "@xyo-network/module-model": "~5.3.25",
53
- "@xyo-network/bridge-model": "~5.3.25",
54
- "@xyo-network/bridge-abstract": "~5.3.25",
55
- "@xyo-network/payload-model": "~5.3.25"
49
+ "@xyo-network/account": "~5.3.27",
50
+ "@xyo-network/boundwitness-model": "~5.3.27",
51
+ "@xyo-network/bridge-abstract": "~5.3.27",
52
+ "@xyo-network/bridge-model": "~5.3.27",
53
+ "@xyo-network/module-model": "~5.3.27",
54
+ "@xyo-network/payload-model": "~5.3.27",
55
+ "@xyo-network/config-payload-plugin": "~5.3.27"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@opentelemetry/api": "^1.9.1",
59
- "@types/node": "^25.5.0",
60
- "@xylabs/sdk-js": "^5.0.93",
61
- "@xylabs/ts-scripts-common": "~7.6.16",
62
- "@xylabs/ts-scripts-pnpm": "~7.6.16",
63
- "@xylabs/tsconfig": "~7.6.16",
64
- "@xylabs/vitest-extended": "~5.0.93",
65
- "acorn": "^8.16.0",
59
+ "@types/node": "^25.5.2",
60
+ "@xylabs/sdk-js": "^5.0.94",
61
+ "@xylabs/ts-scripts-common": "~7.7.15",
62
+ "@xylabs/ts-scripts-pnpm": "~7.7.15",
63
+ "@xylabs/tsconfig": "~7.7.15",
64
+ "@xylabs/vitest-extended": "~5.0.94",
66
65
  "async-mutex": "~0.5.0",
67
66
  "axios": "^1.14.0",
68
67
  "esbuild": "^0.28.0",
@@ -75,24 +74,22 @@
75
74
  "vite": "^8.0.3",
76
75
  "vitest": "~4.1.2",
77
76
  "zod": "^4.3.6",
78
- "@xyo-network/account": "~5.3.25",
79
- "@xyo-network/archivist-model": "~5.3.25",
80
- "@xyo-network/bridge-abstract": "~5.3.25",
81
- "@xyo-network/boundwitness-model": "~5.3.25",
82
- "@xyo-network/bridge-model": "~5.3.25",
83
- "@xyo-network/node-memory": "~5.3.25",
84
- "@xyo-network/config-payload-plugin": "~5.3.25",
85
- "@xyo-network/module-model": "~5.3.25",
86
- "@xyo-network/node-model": "~5.3.25",
87
- "@xyo-network/payload-model": "~5.3.25",
88
- "@xyo-network/payload-builder": "~5.3.25",
89
- "@xyo-network/payload-wrapper": "~5.3.25"
77
+ "@xyo-network/account": "~5.3.27",
78
+ "@xyo-network/boundwitness-model": "~5.3.27",
79
+ "@xyo-network/archivist-model": "~5.3.27",
80
+ "@xyo-network/bridge-model": "~5.3.27",
81
+ "@xyo-network/bridge-abstract": "~5.3.27",
82
+ "@xyo-network/module-model": "~5.3.27",
83
+ "@xyo-network/node-memory": "~5.3.27",
84
+ "@xyo-network/config-payload-plugin": "~5.3.27",
85
+ "@xyo-network/node-model": "~5.3.27",
86
+ "@xyo-network/payload-model": "~5.3.27",
87
+ "@xyo-network/payload-builder": "~5.3.27",
88
+ "@xyo-network/payload-wrapper": "~5.3.27"
90
89
  },
91
90
  "peerDependencies": {
92
91
  "@xylabs/sdk-js": "^5",
93
- "ethers": "^6",
94
- "socket.io": "^4",
95
- "tslib": "^2.8.1"
92
+ "socket.io": "^4"
96
93
  },
97
94
  "publishConfig": {
98
95
  "access": "public"