@xyo-network/bridge 5.3.30 → 5.4.1

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.
@@ -1,3 +1,4 @@
1
+ export * from '@xyo-network/bridge-abstract';
1
2
  export * from '@xyo-network/bridge-model';
2
3
  export * from '@xyo-network/bridge-wrapper';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,6BAA6B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,2BAA2B,CAAA;AACzC,cAAc,6BAA6B,CAAA"}
@@ -1,4 +1,5 @@
1
1
  // src/index.ts
2
+ export * from "@xyo-network/bridge-abstract";
2
3
  export * from "@xyo-network/bridge-model";
3
4
  export * from "@xyo-network/bridge-wrapper";
4
5
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bridge-model'\nexport * from '@xyo-network/bridge-wrapper'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/bridge-abstract'\nexport * from '@xyo-network/bridge-model'\nexport * from '@xyo-network/bridge-wrapper'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
@@ -0,0 +1,2 @@
1
+ export * from '@xyo-network/bridge-model';
2
+ //# sourceMappingURL=model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../src/model.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA"}
@@ -0,0 +1,3 @@
1
+ // src/model.ts
2
+ export * from "@xyo-network/bridge-model";
3
+ //# sourceMappingURL=model.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/model.ts"],"sourcesContent":["export * from '@xyo-network/bridge-model'\n"],"mappings":";AAAA,cAAc;","names":[]}
@@ -0,0 +1,2 @@
1
+ export * from '@xyo-network/bridge-wrapper';
2
+ //# sourceMappingURL=wrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wrapper.d.ts","sourceRoot":"","sources":["../../src/wrapper.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAA"}
@@ -0,0 +1,3 @@
1
+ // src/wrapper.ts
2
+ export * from "@xyo-network/bridge-wrapper";
3
+ //# sourceMappingURL=wrapper.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/wrapper.ts"],"sourcesContent":["export * from '@xyo-network/bridge-wrapper'\n"],"mappings":";AAAA,cAAc;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/bridge",
3
- "version": "5.3.30",
3
+ "version": "5.4.1",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -22,12 +22,18 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./dist/neutral/index.d.ts",
25
- "import": "./dist/neutral/index.mjs",
26
25
  "default": "./dist/neutral/index.mjs"
27
26
  },
27
+ "./model": {
28
+ "types": "./dist/neutral/model.d.ts",
29
+ "default": "./dist/neutral/model.mjs"
30
+ },
31
+ "./wrapper": {
32
+ "types": "./dist/neutral/wrapper.d.ts",
33
+ "default": "./dist/neutral/wrapper.mjs"
34
+ },
28
35
  "./package.json": "./package.json"
29
36
  },
30
- "types": "dist/neutral/index.d.ts",
31
37
  "files": [
32
38
  "dist",
33
39
  "!**/*.bench.*",
@@ -36,98 +42,96 @@
36
42
  "README.md"
37
43
  ],
38
44
  "dependencies": {
39
- "@xyo-network/bridge-model": "~5.3.30",
40
- "@xyo-network/bridge-wrapper": "~5.3.30"
45
+ "@xyo-network/bridge-abstract": "~5.4.1",
46
+ "@xyo-network/bridge-wrapper": "~5.4.1",
47
+ "@xyo-network/bridge-model": "~5.4.1"
41
48
  },
42
49
  "devDependencies": {
43
50
  "@opentelemetry/api": "^1.9.1",
44
51
  "@scure/bip39": "~2.0.1",
45
- "@types/node": "^25.5.2",
46
- "@xylabs/express": "^5.0.95",
47
- "@xylabs/sdk-js": "^5.0.95",
48
- "@xylabs/ts-scripts-common": "~7.8.6",
49
- "@xylabs/ts-scripts-pnpm": "~7.8.6",
50
- "@xylabs/tsconfig": "~7.8.6",
51
- "@xylabs/vitest-extended": "~5.0.95",
52
- "@xylabs/vitest-matchers": "~5.0.95",
53
- "@xyo-network/account": "~5.3.30",
54
- "@xyo-network/account-model": "~5.3.30",
55
- "@xyo-network/api-models": "~5.3.30",
56
- "@xyo-network/archivist-abstract": "~5.3.30",
57
- "@xyo-network/archivist-generic": "~5.3.30",
58
- "@xyo-network/archivist-memory": "~5.3.30",
59
- "@xyo-network/archivist-model": "~5.3.30",
60
- "@xyo-network/archivist-view": "~5.3.30",
61
- "@xyo-network/archivist-wrapper": "~5.3.30",
62
- "@xyo-network/boundwitness-builder": "~5.3.30",
63
- "@xyo-network/boundwitness-model": "~5.3.30",
64
- "@xyo-network/boundwitness-validator": "~5.3.30",
65
- "@xyo-network/boundwitness-wrapper": "~5.3.30",
66
- "@xyo-network/bridge-abstract": "~5.3.30",
67
- "@xyo-network/bridge-http": "~5.3.30",
68
- "@xyo-network/bridge-pub-sub": "~5.3.30",
69
- "@xyo-network/config-payload-plugin": "~5.3.30",
70
- "@xyo-network/data": "~5.3.30",
71
- "@xyo-network/diviner-abstract": "~5.3.30",
72
- "@xyo-network/diviner-boundwitness-memory": "~5.3.30",
73
- "@xyo-network/diviner-boundwitness-model": "~5.3.30",
74
- "@xyo-network/diviner-identity": "~5.3.30",
75
- "@xyo-network/diviner-model": "~5.3.30",
76
- "@xyo-network/diviner-payload-generic": "~5.3.30",
77
- "@xyo-network/diviner-payload-model": "~5.3.30",
78
- "@xyo-network/diviner-wrapper": "~5.3.30",
79
- "@xyo-network/elliptic": "~5.3.30",
80
- "@xyo-network/hash": "~5.3.30",
81
- "@xyo-network/manifest": "~5.3.30",
82
- "@xyo-network/manifest-model": "~5.3.30",
83
- "@xyo-network/module-abstract": "~5.3.30",
84
- "@xyo-network/module-factory-locator": "~5.3.30",
85
- "@xyo-network/module-model": "~5.3.30",
86
- "@xyo-network/module-resolver": "~5.3.30",
87
- "@xyo-network/module-wrapper": "~5.3.30",
88
- "@xyo-network/node-abstract": "~5.3.30",
89
- "@xyo-network/node-memory": "~5.3.30",
90
- "@xyo-network/node-model": "~5.3.30",
91
- "@xyo-network/node-view": "~5.3.30",
92
- "@xyo-network/node-wrapper": "~5.3.30",
93
- "@xyo-network/payload-builder": "~5.3.30",
94
- "@xyo-network/payload-model": "~5.3.30",
95
- "@xyo-network/payload-validator": "~5.3.30",
96
- "@xyo-network/payload-wrapper": "~5.3.30",
97
- "@xyo-network/previous-hash-store-model": "~5.3.30",
98
- "@xyo-network/query-payload-plugin": "~5.3.30",
99
- "@xyo-network/sentinel-abstract": "~5.3.30",
100
- "@xyo-network/sentinel-memory": "~5.3.30",
101
- "@xyo-network/sentinel-model": "~5.3.30",
102
- "@xyo-network/sentinel-wrapper": "~5.3.30",
103
- "@xyo-network/wallet": "~5.3.30",
104
- "@xyo-network/wallet-model": "~5.3.30",
105
- "@xyo-network/wasm": "~5.3.30",
106
- "@xyo-network/witness-adhoc": "~5.3.30",
107
- "@xyo-network/witness-model": "~5.3.30",
108
- "@xyo-network/witness-wrapper": "~5.3.30",
52
+ "@types/node": "^25.6.0",
53
+ "@xylabs/express": "^5.0.97",
54
+ "@xylabs/sdk-js": "^5.0.97",
55
+ "@xylabs/toolchain": "~7.10.8",
56
+ "@xylabs/tsconfig": "~7.10.8",
57
+ "@xylabs/vitest-extended": "~5.0.97",
58
+ "@xylabs/vitest-matchers": "~5.0.97",
109
59
  "async-mutex": "~0.5.0",
110
- "axios": "^1.14.0",
111
60
  "esbuild": "^0.28.0",
112
61
  "ethers": "^6.16.0",
113
62
  "express": "^5.2.1",
114
63
  "get-port-please": "~3.2.0",
115
64
  "http-status-codes": "~2.3.0",
116
- "lru-cache": "^11.3.1",
65
+ "lru-cache": "^11.3.5",
117
66
  "pako": "~2.1.0",
118
67
  "socket.io": "~4.8.3",
119
68
  "socket.io-client": "~4.8.3",
120
69
  "tslib": "^2.8.1",
121
70
  "typescript": "~5.9.3",
122
- "vite": "^8.0.5",
123
- "vitest": "~4.1.2",
124
- "zod": "^4.3.6"
71
+ "vite": "^8.0.8",
72
+ "vitest": "~4.1.4",
73
+ "zod": "^4.3.6",
74
+ "@xyo-network/account": "~5.4.1",
75
+ "@xyo-network/account-model": "~5.4.1",
76
+ "@xyo-network/api-models": "~5.4.1",
77
+ "@xyo-network/archivist-memory": "~5.4.1",
78
+ "@xyo-network/archivist-abstract": "~5.4.1",
79
+ "@xyo-network/archivist-model": "~5.4.1",
80
+ "@xyo-network/archivist-view": "~5.4.1",
81
+ "@xyo-network/archivist-generic": "~5.4.1",
82
+ "@xyo-network/archivist-wrapper": "~5.4.1",
83
+ "@xyo-network/boundwitness-validator": "~5.4.1",
84
+ "@xyo-network/boundwitness-builder": "~5.4.1",
85
+ "@xyo-network/boundwitness-wrapper": "~5.4.1",
86
+ "@xyo-network/boundwitness-model": "~5.4.1",
87
+ "@xyo-network/bridge-http": "~5.4.1",
88
+ "@xyo-network/config-payload-plugin": "~5.4.1",
89
+ "@xyo-network/bridge-pub-sub": "~5.4.1",
90
+ "@xyo-network/data": "~5.4.1",
91
+ "@xyo-network/diviner-boundwitness-memory": "~5.4.1",
92
+ "@xyo-network/diviner-abstract": "~5.4.1",
93
+ "@xyo-network/diviner-model": "~5.4.1",
94
+ "@xyo-network/diviner-boundwitness-model": "~5.4.1",
95
+ "@xyo-network/diviner-identity": "~5.4.1",
96
+ "@xyo-network/diviner-payload-generic": "~5.4.1",
97
+ "@xyo-network/diviner-payload-model": "~5.4.1",
98
+ "@xyo-network/diviner-wrapper": "~5.4.1",
99
+ "@xyo-network/elliptic": "~5.4.1",
100
+ "@xyo-network/hash": "~5.4.1",
101
+ "@xyo-network/manifest": "~5.4.1",
102
+ "@xyo-network/manifest-model": "~5.4.1",
103
+ "@xyo-network/module-factory-locator": "~5.4.1",
104
+ "@xyo-network/module-abstract": "~5.4.1",
105
+ "@xyo-network/module-model": "~5.4.1",
106
+ "@xyo-network/module-wrapper": "~5.4.1",
107
+ "@xyo-network/module-resolver": "~5.4.1",
108
+ "@xyo-network/node-memory": "~5.4.1",
109
+ "@xyo-network/node-model": "~5.4.1",
110
+ "@xyo-network/node-abstract": "~5.4.1",
111
+ "@xyo-network/payload-model": "~5.4.1",
112
+ "@xyo-network/payload-validator": "~5.4.1",
113
+ "@xyo-network/payload-wrapper": "~5.4.1",
114
+ "@xyo-network/query-payload-plugin": "~5.4.1",
115
+ "@xyo-network/node-wrapper": "~5.4.1",
116
+ "@xyo-network/previous-hash-store-model": "~5.4.1",
117
+ "@xyo-network/payload-builder": "~5.4.1",
118
+ "@xyo-network/sentinel-abstract": "~5.4.1",
119
+ "@xyo-network/node-view": "~5.4.1",
120
+ "@xyo-network/sentinel-memory": "~5.4.1",
121
+ "@xyo-network/sentinel-model": "~5.4.1",
122
+ "@xyo-network/wallet": "~5.4.1",
123
+ "@xyo-network/sentinel-wrapper": "~5.4.1",
124
+ "@xyo-network/wallet-model": "~5.4.1",
125
+ "@xyo-network/wasm": "~5.4.1",
126
+ "@xyo-network/witness-adhoc": "~5.4.1",
127
+ "@xyo-network/witness-model": "~5.4.1",
128
+ "@xyo-network/witness-wrapper": "~5.4.1"
125
129
  },
126
130
  "peerDependencies": {
127
- "@xyo-network/boundwitness-builder": "~5.3",
128
- "@xyo-network/boundwitness-validator": "~5.3"
131
+ "@xyo-network/boundwitness-builder": "~5.4",
132
+ "@xyo-network/boundwitness-validator": "~5.4"
129
133
  },
130
134
  "publishConfig": {
131
135
  "access": "public"
132
136
  }
133
- }
137
+ }