@xyo-network/bridge-http 3.4.2 → 3.5.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.
|
@@ -33,7 +33,7 @@ export declare class HttpBridge<TParams extends HttpBridgeParams> extends HttpBr
|
|
|
33
33
|
protected callLocalModule(address: Address, query: QueryBoundWitness, payloads: Payload[]): Promise<ModuleQueryResult | null>;
|
|
34
34
|
protected handleGet(req: Request<AddressPathParams, ModuleQueryResult, PostAddressRequestBody>, res: Response): Promise<void>;
|
|
35
35
|
protected handlePost(req: Request<AddressPathParams, ModuleQueryResult, PostAddressRequestBody>, res: Response): Promise<express.Response<any, Record<string, any>> | undefined>;
|
|
36
|
-
protected initializeApp(): import(".store/@types-express-serve-static-core-npm-5.0.
|
|
36
|
+
protected initializeApp(): import(".store/@types-express-serve-static-core-npm-5.0.2-e18b79cc1b/package").Express;
|
|
37
37
|
protected startHttpServer(): Promise<boolean>;
|
|
38
38
|
protected stopHttpServer(): Promise<boolean>;
|
|
39
39
|
}
|
|
@@ -33,7 +33,7 @@ export declare class HttpBridge<TParams extends HttpBridgeParams> extends HttpBr
|
|
|
33
33
|
protected callLocalModule(address: Address, query: QueryBoundWitness, payloads: Payload[]): Promise<ModuleQueryResult | null>;
|
|
34
34
|
protected handleGet(req: Request<AddressPathParams, ModuleQueryResult, PostAddressRequestBody>, res: Response): Promise<void>;
|
|
35
35
|
protected handlePost(req: Request<AddressPathParams, ModuleQueryResult, PostAddressRequestBody>, res: Response): Promise<express.Response<any, Record<string, any>> | undefined>;
|
|
36
|
-
protected initializeApp(): import(".store/@types-express-serve-static-core-npm-5.0.
|
|
36
|
+
protected initializeApp(): import(".store/@types-express-serve-static-core-npm-5.0.2-e18b79cc1b/package").Express;
|
|
37
37
|
protected startHttpServer(): Promise<boolean>;
|
|
38
38
|
protected stopHttpServer(): Promise<boolean>;
|
|
39
39
|
}
|
|
@@ -33,7 +33,7 @@ export declare class HttpBridge<TParams extends HttpBridgeParams> extends HttpBr
|
|
|
33
33
|
protected callLocalModule(address: Address, query: QueryBoundWitness, payloads: Payload[]): Promise<ModuleQueryResult | null>;
|
|
34
34
|
protected handleGet(req: Request<AddressPathParams, ModuleQueryResult, PostAddressRequestBody>, res: Response): Promise<void>;
|
|
35
35
|
protected handlePost(req: Request<AddressPathParams, ModuleQueryResult, PostAddressRequestBody>, res: Response): Promise<express.Response<any, Record<string, any>> | undefined>;
|
|
36
|
-
protected initializeApp(): import(".store/@types-express-serve-static-core-npm-5.0.
|
|
36
|
+
protected initializeApp(): import(".store/@types-express-serve-static-core-npm-5.0.2-e18b79cc1b/package").Express;
|
|
37
37
|
protected startHttpServer(): Promise<boolean>;
|
|
38
38
|
protected stopHttpServer(): Promise<boolean>;
|
|
39
39
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/bridge-http",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -37,24 +37,24 @@
|
|
|
37
37
|
"module": "dist/neutral/index-browser.mjs",
|
|
38
38
|
"types": "dist/neutral/index-browser.d.ts",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@xylabs/assert": "^4.
|
|
41
|
-
"@xylabs/axios": "^4.
|
|
42
|
-
"@xylabs/exists": "^4.
|
|
43
|
-
"@xylabs/forget": "^4.
|
|
44
|
-
"@xylabs/hex": "^4.
|
|
45
|
-
"@xylabs/object": "^4.
|
|
46
|
-
"@xylabs/promise": "^4.
|
|
40
|
+
"@xylabs/assert": "^4.4.4",
|
|
41
|
+
"@xylabs/axios": "^4.4.4",
|
|
42
|
+
"@xylabs/exists": "^4.4.4",
|
|
43
|
+
"@xylabs/forget": "^4.4.4",
|
|
44
|
+
"@xylabs/hex": "^4.4.4",
|
|
45
|
+
"@xylabs/object": "^4.4.4",
|
|
46
|
+
"@xylabs/promise": "^4.4.4",
|
|
47
47
|
"@xylabs/sdk-api-express-ecs": "^2.1.0",
|
|
48
|
-
"@xyo-network/account": "^3.
|
|
49
|
-
"@xyo-network/api-models": "^3.
|
|
50
|
-
"@xyo-network/boundwitness-model": "^3.
|
|
51
|
-
"@xyo-network/bridge-abstract": "^3.
|
|
52
|
-
"@xyo-network/bridge-model": "^3.
|
|
53
|
-
"@xyo-network/config-payload-plugin": "^3.
|
|
54
|
-
"@xyo-network/manifest-model": "^3.
|
|
55
|
-
"@xyo-network/module-model": "^3.
|
|
56
|
-
"@xyo-network/node-model": "^3.
|
|
57
|
-
"@xyo-network/payload-model": "^3.
|
|
48
|
+
"@xyo-network/account": "^3.5.0",
|
|
49
|
+
"@xyo-network/api-models": "^3.5.0",
|
|
50
|
+
"@xyo-network/boundwitness-model": "^3.5.0",
|
|
51
|
+
"@xyo-network/bridge-abstract": "^3.5.0",
|
|
52
|
+
"@xyo-network/bridge-model": "^3.5.0",
|
|
53
|
+
"@xyo-network/config-payload-plugin": "^3.5.0",
|
|
54
|
+
"@xyo-network/manifest-model": "^3.5.0",
|
|
55
|
+
"@xyo-network/module-model": "^3.5.0",
|
|
56
|
+
"@xyo-network/node-model": "^3.5.0",
|
|
57
|
+
"@xyo-network/payload-model": "^3.5.0",
|
|
58
58
|
"async-mutex": "^0.5.0",
|
|
59
59
|
"axios": "^1.7.7",
|
|
60
60
|
"express": "^4.21.1",
|
|
@@ -63,21 +63,21 @@
|
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@types/express": "^5.0.0",
|
|
66
|
-
"@types/node": "^22.9.
|
|
66
|
+
"@types/node": "^22.9.3",
|
|
67
67
|
"@xylabs/ts-scripts-yarn3": "^4.2.4",
|
|
68
68
|
"@xylabs/tsconfig": "^4.2.4",
|
|
69
|
-
"@xylabs/vitest-extended": "^4.
|
|
70
|
-
"@xyo-network/account": "^3.
|
|
71
|
-
"@xyo-network/archivist-model": "^3.
|
|
72
|
-
"@xyo-network/bridge-abstract": "^3.
|
|
73
|
-
"@xyo-network/diviner-model": "^3.
|
|
74
|
-
"@xyo-network/module-resolver": "^3.
|
|
75
|
-
"@xyo-network/node-memory": "^3.
|
|
76
|
-
"@xyo-network/node-model": "^3.
|
|
77
|
-
"@xyo-network/payload-builder": "^3.
|
|
78
|
-
"@xyo-network/payload-wrapper": "^3.
|
|
69
|
+
"@xylabs/vitest-extended": "^4.4.4",
|
|
70
|
+
"@xyo-network/account": "^3.5.0",
|
|
71
|
+
"@xyo-network/archivist-model": "^3.5.0",
|
|
72
|
+
"@xyo-network/bridge-abstract": "^3.5.0",
|
|
73
|
+
"@xyo-network/diviner-model": "^3.5.0",
|
|
74
|
+
"@xyo-network/module-resolver": "^3.5.0",
|
|
75
|
+
"@xyo-network/node-memory": "^3.5.0",
|
|
76
|
+
"@xyo-network/node-model": "^3.5.0",
|
|
77
|
+
"@xyo-network/payload-builder": "^3.5.0",
|
|
78
|
+
"@xyo-network/payload-wrapper": "^3.5.0",
|
|
79
79
|
"get-port-please": "^3.1.2",
|
|
80
|
-
"typescript": "^5.
|
|
80
|
+
"typescript": "^5.7.2",
|
|
81
81
|
"vitest": "^2.1.5"
|
|
82
82
|
},
|
|
83
83
|
"publishConfig": {
|