@xyo-network/bridge 6.0.3 → 6.1.0

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 +3 -1
  2. package/package.json +37 -40
package/README.md CHANGED
@@ -38,10 +38,12 @@ bun add {{name}}
38
38
 
39
39
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
40
40
 
41
+ ## Credits
41
42
 
43
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
42
44
 
43
- [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
44
45
  [npm-badge]: https://img.shields.io/npm/v/@xyo-network/bridge.svg
45
46
  [npm-link]: https://www.npmjs.com/package/@xyo-network/bridge
46
47
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/bridge.svg
47
48
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
49
+ [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/bridge",
3
- "version": "6.0.3",
3
+ "version": "6.1.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -42,9 +42,9 @@
42
42
  "README.md"
43
43
  ],
44
44
  "dependencies": {
45
- "@xyo-network/bridge-abstract": "~6.0.3",
46
- "@xyo-network/bridge-wrapper": "~6.0.3",
47
- "@xyo-network/bridge-model": "~6.0.3"
45
+ "@xyo-network/bridge-abstract": "~6.1.0",
46
+ "@xyo-network/bridge-model": "~6.1.0",
47
+ "@xyo-network/bridge-wrapper": "~6.1.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@bitauth/libauth": "~3.0.0",
@@ -54,19 +54,17 @@
54
54
  "@opentelemetry/sdk-trace-base": "^2.7.1",
55
55
  "@scure/base": "~2.2.0",
56
56
  "@scure/bip39": "~2.2.0",
57
- "@xylabs/express": "^6.0.7",
58
- "@xylabs/geo": "^6.0.7",
59
- "@xylabs/sdk-js": "^6.0.7",
60
- "@xylabs/threads": "^6.0.7",
61
- "@xylabs/toolchain": "~8.1.15",
62
- "@xylabs/tsconfig": "~8.1.15",
63
- "@xylabs/vitest-extended": "~6.0.7",
64
- "@xyo-network/sdk-protocol-js": "~6.0.8",
57
+ "@xylabs/express": "^6.1.0",
58
+ "@xylabs/geo": "^6.1.0",
59
+ "@xylabs/sdk-js": "^6.1.0",
60
+ "@xylabs/threads": "^6.1.0",
61
+ "@xylabs/toolchain": "^8.1.20",
62
+ "@xylabs/tsconfig": "^8.1.20",
63
+ "@xylabs/vitest-extended": "^6.1.0",
64
+ "@xyo-network/sdk-protocol-js": "^6.1.0",
65
65
  "ajv": "^8.20.0",
66
66
  "async-mutex": "^0.5.0",
67
- "bn.js": "^5.2.3",
68
67
  "body-parser": "^2.2.2",
69
- "buffer": "^6.0.3",
70
68
  "connect": "^3.7.0",
71
69
  "debug": "~4.4.3",
72
70
  "eslint": "^10.4.1",
@@ -78,7 +76,6 @@
78
76
  "idb": "^8.0.3",
79
77
  "lru-cache": "^11.5.1",
80
78
  "observable-fns": "~0.6.1",
81
- "pako": "~2.1.0",
82
79
  "rollbar": "^3.1.0",
83
80
  "socket.io": "^4.8.3",
84
81
  "socket.io-client": "~4.8.3",
@@ -90,27 +87,27 @@
90
87
  "winston": "^3.19.0",
91
88
  "winston-transport": "^4.9.0",
92
89
  "zod": "^4.4.3",
93
- "@xyo-network/archivist-memory": "~6.0.3",
94
- "@xyo-network/archivist-wrapper": "~6.0.3",
95
- "@xyo-network/archivist-model": "~6.0.3",
96
- "@xyo-network/bridge-http": "~6.0.3",
97
- "@xyo-network/diviner-boundwitness": "~6.0.3",
98
- "@xyo-network/diviner-model": "~6.0.3",
99
- "@xyo-network/manifest-wrapper": "~6.0.3",
100
- "@xyo-network/module-abstract": "~6.0.3",
101
- "@xyo-network/bridge-pub-sub": "~6.0.3",
102
- "@xyo-network/module-wrapper": "~6.0.3",
103
- "@xyo-network/module-resolver": "~6.0.3",
104
- "@xyo-network/module-model": "~6.0.3",
105
- "@xyo-network/node-memory": "~6.0.3",
106
- "@xyo-network/node-model": "~6.0.3",
107
- "@xyo-network/node-wrapper": "~6.0.3",
108
- "@xyo-network/sentinel-model": "~6.0.3",
109
- "@xyo-network/diviner-wrapper": "~6.0.3",
110
- "@xyo-network/witness-model": "~6.0.3",
111
- "@xyo-network/module-factory-locator": "~6.0.3",
112
- "@xyo-network/sentinel-wrapper": "~6.0.3",
113
- "@xyo-network/witness-wrapper": "~6.0.3"
90
+ "@xyo-network/archivist-memory": "~6.1.0",
91
+ "@xyo-network/archivist-model": "~6.1.0",
92
+ "@xyo-network/archivist-wrapper": "~6.1.0",
93
+ "@xyo-network/bridge-http": "~6.1.0",
94
+ "@xyo-network/bridge-pub-sub": "~6.1.0",
95
+ "@xyo-network/diviner-boundwitness": "~6.1.0",
96
+ "@xyo-network/diviner-model": "~6.1.0",
97
+ "@xyo-network/diviner-wrapper": "~6.1.0",
98
+ "@xyo-network/manifest-wrapper": "~6.1.0",
99
+ "@xyo-network/module-abstract": "~6.1.0",
100
+ "@xyo-network/module-factory-locator": "~6.1.0",
101
+ "@xyo-network/module-model": "~6.1.0",
102
+ "@xyo-network/module-resolver": "~6.1.0",
103
+ "@xyo-network/node-memory": "~6.1.0",
104
+ "@xyo-network/module-wrapper": "~6.1.0",
105
+ "@xyo-network/node-wrapper": "~6.1.0",
106
+ "@xyo-network/node-model": "~6.1.0",
107
+ "@xyo-network/sentinel-model": "~6.1.0",
108
+ "@xyo-network/sentinel-wrapper": "~6.1.0",
109
+ "@xyo-network/witness-model": "~6.1.0",
110
+ "@xyo-network/witness-wrapper": "~6.1.0"
114
111
  },
115
112
  "peerDependencies": {
116
113
  "@bitauth/libauth": "~3.0",
@@ -123,21 +120,21 @@
123
120
  "@xylabs/geo": "^6.0",
124
121
  "@xylabs/sdk-js": "^6.0",
125
122
  "@xylabs/threads": "^6.0",
126
- "@xyo-network/sdk-protocol-js": "~6.0",
123
+ "@xyo-network/sdk-protocol-js": "^6.1",
127
124
  "ajv": "^8.20",
128
125
  "async-mutex": "^0.5",
129
- "bn.js": "^5.2",
130
- "buffer": "^6.0",
131
126
  "debug": "~4.4",
132
127
  "ethers": "^6.16",
133
128
  "hash-wasm": "~4.12",
134
129
  "idb": "^8.0",
135
130
  "lru-cache": "^11.3",
136
131
  "observable-fns": "~0.6",
137
- "pako": "~2.1",
138
132
  "webextension-polyfill": "^0.12",
139
133
  "zod": "^4.4"
140
134
  },
135
+ "engines": {
136
+ "node": "^24"
137
+ },
141
138
  "publishConfig": {
142
139
  "access": "public"
143
140
  }