@xyo-network/bridge-http 3.8.3 → 3.8.5
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.
- package/dist/node/index.d.ts +2 -2
- package/package.json +20 -20
package/dist/node/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _xylabs_object from '@xylabs/object';
|
|
2
2
|
import { EmptyObject } from '@xylabs/object';
|
|
3
3
|
import { BridgeConfig, BridgeParams, BridgeModule, BridgeExposeOptions, BridgeUnexposeOptions } from '@xyo-network/bridge-model';
|
|
4
|
-
import * as
|
|
4
|
+
import * as _store__types_express_serve_static_core_npm_5_0_6_e41caf262c_package from '.store/@types-express-serve-static-core-npm-5.0.6-e41caf262c/package';
|
|
5
5
|
import { Server } from 'node:http';
|
|
6
6
|
import { Address } from '@xylabs/hex';
|
|
7
7
|
import { QueryBoundWitness } from '@xyo-network/boundwitness-model';
|
|
@@ -152,7 +152,7 @@ declare class HttpBridge<TParams extends HttpBridgeParams> extends HttpBridgeBas
|
|
|
152
152
|
protected callLocalModule(address: Address, query: QueryBoundWitness, payloads: Payload[]): Promise<ModuleQueryResult | null>;
|
|
153
153
|
protected handleGet(req: Request<AddressPathParams, ModuleQueryResult, PostAddressRequestBody>, res: Response): Promise<void>;
|
|
154
154
|
protected handlePost(req: Request<AddressPathParams, ModuleQueryResult, PostAddressRequestBody>, res: Response): Promise<express.Response<any, Record<string, any>> | undefined>;
|
|
155
|
-
protected initializeApp():
|
|
155
|
+
protected initializeApp(): _store__types_express_serve_static_core_npm_5_0_6_e41caf262c_package.Express;
|
|
156
156
|
protected startHttpServer(): Promise<boolean>;
|
|
157
157
|
protected stopHttpServer(): Promise<boolean>;
|
|
158
158
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/bridge-http",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.5",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -44,16 +44,16 @@
|
|
|
44
44
|
"@xylabs/hex": "^4.5.1",
|
|
45
45
|
"@xylabs/object": "^4.5.1",
|
|
46
46
|
"@xylabs/promise": "^4.5.1",
|
|
47
|
-
"@xyo-network/account": "^3.8.
|
|
48
|
-
"@xyo-network/api-models": "^3.8.
|
|
49
|
-
"@xyo-network/boundwitness-model": "^3.8.
|
|
50
|
-
"@xyo-network/bridge-abstract": "^3.8.
|
|
51
|
-
"@xyo-network/bridge-model": "^3.8.
|
|
52
|
-
"@xyo-network/config-payload-plugin": "^3.8.
|
|
53
|
-
"@xyo-network/manifest-model": "^3.8.
|
|
54
|
-
"@xyo-network/module-model": "^3.8.
|
|
55
|
-
"@xyo-network/node-model": "^3.8.
|
|
56
|
-
"@xyo-network/payload-model": "^3.8.
|
|
47
|
+
"@xyo-network/account": "^3.8.5",
|
|
48
|
+
"@xyo-network/api-models": "^3.8.5",
|
|
49
|
+
"@xyo-network/boundwitness-model": "^3.8.5",
|
|
50
|
+
"@xyo-network/bridge-abstract": "^3.8.5",
|
|
51
|
+
"@xyo-network/bridge-model": "^3.8.5",
|
|
52
|
+
"@xyo-network/config-payload-plugin": "^3.8.5",
|
|
53
|
+
"@xyo-network/manifest-model": "^3.8.5",
|
|
54
|
+
"@xyo-network/module-model": "^3.8.5",
|
|
55
|
+
"@xyo-network/node-model": "^3.8.5",
|
|
56
|
+
"@xyo-network/payload-model": "^3.8.5",
|
|
57
57
|
"async-mutex": "^0.5.0",
|
|
58
58
|
"axios": "^1.7.9",
|
|
59
59
|
"express": "^4.21.2",
|
|
@@ -67,15 +67,15 @@
|
|
|
67
67
|
"@xylabs/ts-scripts-yarn3": "^5.0.22",
|
|
68
68
|
"@xylabs/tsconfig": "^5.0.22",
|
|
69
69
|
"@xylabs/vitest-extended": "^4.5.1",
|
|
70
|
-
"@xyo-network/account": "^3.8.
|
|
71
|
-
"@xyo-network/archivist-model": "^3.8.
|
|
72
|
-
"@xyo-network/bridge-abstract": "^3.8.
|
|
73
|
-
"@xyo-network/diviner-model": "^3.8.
|
|
74
|
-
"@xyo-network/module-resolver": "^3.8.
|
|
75
|
-
"@xyo-network/node-memory": "^3.8.
|
|
76
|
-
"@xyo-network/node-model": "^3.8.
|
|
77
|
-
"@xyo-network/payload-builder": "^3.8.
|
|
78
|
-
"@xyo-network/payload-wrapper": "^3.8.
|
|
70
|
+
"@xyo-network/account": "^3.8.5",
|
|
71
|
+
"@xyo-network/archivist-model": "^3.8.5",
|
|
72
|
+
"@xyo-network/bridge-abstract": "^3.8.5",
|
|
73
|
+
"@xyo-network/diviner-model": "^3.8.5",
|
|
74
|
+
"@xyo-network/module-resolver": "^3.8.5",
|
|
75
|
+
"@xyo-network/node-memory": "^3.8.5",
|
|
76
|
+
"@xyo-network/node-model": "^3.8.5",
|
|
77
|
+
"@xyo-network/payload-builder": "^3.8.5",
|
|
78
|
+
"@xyo-network/payload-wrapper": "^3.8.5",
|
|
79
79
|
"get-port-please": "^3.1.2",
|
|
80
80
|
"typescript": "^5.7.3",
|
|
81
81
|
"vitest": "^3.0.5"
|