@xyo-network/bridge-http-express 4.0.2 → 4.0.3
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/types/HttpBridge.d.ts +1 -1
- package/package.json +26 -26
|
@@ -37,7 +37,7 @@ export declare class HttpBridgeExpress<TParams extends HttpBridgeExpressParams>
|
|
|
37
37
|
protected callLocalModule(address: Address, query: QueryBoundWitness, payloads: Payload[]): Promise<ModuleQueryResult | null>;
|
|
38
38
|
protected handleGet(req: Request<AddressPathParams, ModuleQueryResult, PostAddressRequestBody>, res: Response): Promise<void>;
|
|
39
39
|
protected handlePost(req: Request<AddressPathParams, ModuleQueryResult, PostAddressRequestBody>, res: Response): Promise<express.Response<any, Record<string, any>> | undefined>;
|
|
40
|
-
protected initializeApp(): import(".store/@types-express-serve-static-core-npm-5.0.
|
|
40
|
+
protected initializeApp(): import(".store/@types-express-serve-static-core-npm-5.0.7-4a816a369e/package").Express;
|
|
41
41
|
protected startHttpServer(): Promise<boolean>;
|
|
42
42
|
protected stopHttpServer(): Promise<boolean>;
|
|
43
43
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/bridge-http-express",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -36,36 +36,36 @@
|
|
|
36
36
|
"package.json"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@xylabs/assert": "^4.
|
|
40
|
-
"@xylabs/exists": "^4.
|
|
41
|
-
"@xylabs/express": "^4.
|
|
42
|
-
"@xylabs/hex": "^4.
|
|
43
|
-
"@xylabs/object": "^4.
|
|
44
|
-
"@xyo-network/boundwitness-model": "^4.0.
|
|
45
|
-
"@xyo-network/bridge-http": "^4.0.
|
|
46
|
-
"@xyo-network/bridge-model": "^4.0.
|
|
47
|
-
"@xyo-network/module-model": "^4.0.
|
|
48
|
-
"@xyo-network/payload-model": "^4.0.
|
|
39
|
+
"@xylabs/assert": "^4.13.4",
|
|
40
|
+
"@xylabs/exists": "^4.13.4",
|
|
41
|
+
"@xylabs/express": "^4.13.4",
|
|
42
|
+
"@xylabs/hex": "^4.13.4",
|
|
43
|
+
"@xylabs/object": "^4.13.4",
|
|
44
|
+
"@xyo-network/boundwitness-model": "^4.0.3",
|
|
45
|
+
"@xyo-network/bridge-http": "^4.0.3",
|
|
46
|
+
"@xyo-network/bridge-model": "^4.0.3",
|
|
47
|
+
"@xyo-network/module-model": "^4.0.3",
|
|
48
|
+
"@xyo-network/payload-model": "^4.0.3",
|
|
49
49
|
"express": "^5.1.0",
|
|
50
50
|
"http-status-codes": "^2.3.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/express": "^5.0.3",
|
|
54
|
-
"@types/node": "^24.0.
|
|
55
|
-
"@xylabs/ts-scripts-yarn3": "^6.5.
|
|
56
|
-
"@xylabs/tsconfig": "^6.5.
|
|
57
|
-
"@xylabs/vitest-extended": "^4.
|
|
58
|
-
"@xyo-network/api-models": "^4.0.
|
|
59
|
-
"@xyo-network/archivist-model": "^4.0.
|
|
60
|
-
"@xyo-network/bridge-abstract": "^4.0.
|
|
61
|
-
"@xyo-network/bridge-pub-sub": "^4.0.
|
|
62
|
-
"@xyo-network/diviner-model": "^4.0.
|
|
63
|
-
"@xyo-network/module-resolver": "^4.0.
|
|
64
|
-
"@xyo-network/node-memory": "^4.0.
|
|
65
|
-
"@xyo-network/node-model": "^4.0.
|
|
66
|
-
"@xyo-network/payload-builder": "^4.0.
|
|
67
|
-
"@xyo-network/payload-wrapper": "^4.0.
|
|
68
|
-
"@xyo-network/wallet": "^4.0.
|
|
54
|
+
"@types/node": "^24.0.13",
|
|
55
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.18",
|
|
56
|
+
"@xylabs/tsconfig": "^6.5.18",
|
|
57
|
+
"@xylabs/vitest-extended": "^4.13.4",
|
|
58
|
+
"@xyo-network/api-models": "^4.0.3",
|
|
59
|
+
"@xyo-network/archivist-model": "^4.0.3",
|
|
60
|
+
"@xyo-network/bridge-abstract": "^4.0.3",
|
|
61
|
+
"@xyo-network/bridge-pub-sub": "^4.0.3",
|
|
62
|
+
"@xyo-network/diviner-model": "^4.0.3",
|
|
63
|
+
"@xyo-network/module-resolver": "^4.0.3",
|
|
64
|
+
"@xyo-network/node-memory": "^4.0.3",
|
|
65
|
+
"@xyo-network/node-model": "^4.0.3",
|
|
66
|
+
"@xyo-network/payload-builder": "^4.0.3",
|
|
67
|
+
"@xyo-network/payload-wrapper": "^4.0.3",
|
|
68
|
+
"@xyo-network/wallet": "^4.0.3",
|
|
69
69
|
"get-port-please": "^3.1.2",
|
|
70
70
|
"typescript": "^5.8.3",
|
|
71
71
|
"vitest": "^3.2.4"
|