@xyo-network/bridge 6.0.4 → 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 -38
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.4",
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.4",
46
- "@xyo-network/bridge-model": "~6.0.4",
47
- "@xyo-network/bridge-wrapper": "~6.0.4"
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.8",
58
- "@xylabs/geo": "^6.0.8",
59
- "@xylabs/sdk-js": "^6.0.8",
60
- "@xylabs/threads": "^6.0.8",
61
- "@xylabs/toolchain": "~8.1.16",
62
- "@xylabs/tsconfig": "~8.1.16",
63
- "@xylabs/vitest-extended": "~6.0.8",
64
- "@xyo-network/sdk-protocol-js": "~6.0.9",
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",
@@ -89,27 +87,27 @@
89
87
  "winston": "^3.19.0",
90
88
  "winston-transport": "^4.9.0",
91
89
  "zod": "^4.4.3",
92
- "@xyo-network/archivist-memory": "~6.0.4",
93
- "@xyo-network/archivist-model": "~6.0.4",
94
- "@xyo-network/archivist-wrapper": "~6.0.4",
95
- "@xyo-network/bridge-http": "~6.0.4",
96
- "@xyo-network/diviner-boundwitness": "~6.0.4",
97
- "@xyo-network/bridge-pub-sub": "~6.0.4",
98
- "@xyo-network/diviner-model": "~6.0.4",
99
- "@xyo-network/diviner-wrapper": "~6.0.4",
100
- "@xyo-network/manifest-wrapper": "~6.0.4",
101
- "@xyo-network/module-factory-locator": "~6.0.4",
102
- "@xyo-network/module-abstract": "~6.0.4",
103
- "@xyo-network/module-model": "~6.0.4",
104
- "@xyo-network/module-resolver": "~6.0.4",
105
- "@xyo-network/module-wrapper": "~6.0.4",
106
- "@xyo-network/node-memory": "~6.0.4",
107
- "@xyo-network/node-model": "~6.0.4",
108
- "@xyo-network/node-wrapper": "~6.0.4",
109
- "@xyo-network/sentinel-model": "~6.0.4",
110
- "@xyo-network/sentinel-wrapper": "~6.0.4",
111
- "@xyo-network/witness-model": "~6.0.4",
112
- "@xyo-network/witness-wrapper": "~6.0.4"
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"
113
111
  },
114
112
  "peerDependencies": {
115
113
  "@bitauth/libauth": "~3.0",
@@ -122,11 +120,9 @@
122
120
  "@xylabs/geo": "^6.0",
123
121
  "@xylabs/sdk-js": "^6.0",
124
122
  "@xylabs/threads": "^6.0",
125
- "@xyo-network/sdk-protocol-js": "~6.0",
123
+ "@xyo-network/sdk-protocol-js": "^6.1",
126
124
  "ajv": "^8.20",
127
125
  "async-mutex": "^0.5",
128
- "bn.js": "^5.2",
129
- "buffer": "^6.0",
130
126
  "debug": "~4.4",
131
127
  "ethers": "^6.16",
132
128
  "hash-wasm": "~4.12",
@@ -136,6 +132,9 @@
136
132
  "webextension-polyfill": "^0.12",
137
133
  "zod": "^4.4"
138
134
  },
135
+ "engines": {
136
+ "node": "^24"
137
+ },
139
138
  "publishConfig": {
140
139
  "access": "public"
141
140
  }