@xyo-network/chain-bridge 1.17.6 → 1.17.7
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.
|
@@ -6,6 +6,6 @@ interface GetServerContext {
|
|
|
6
6
|
logger?: Logger;
|
|
7
7
|
node?: NodeInstance;
|
|
8
8
|
}
|
|
9
|
-
export declare const getServer: (context: GetServerContext) => Promise<import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>>;
|
|
9
|
+
export declare const getServer: (context: GetServerContext) => Promise<import("node:http").Server<typeof import("node:http").IncomingMessage, typeof import("node:http").ServerResponse>>;
|
|
10
10
|
export {};
|
|
11
11
|
//# sourceMappingURL=server.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../../src/server/server.ts"],"names":[],"mappings":"AAAA,OAAO,EAC0B,KAAK,MAAM,EAC3C,MAAM,gBAAgB,CAAA;AAGvB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAA;AAE3D,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,+BAA+B,CAAA;AA8B3D,UAAU,gBAAgB;IACxB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,YAAY,CAAA;CACpB;AAED,eAAO,MAAM,SAAS,GAAU,SAAS,gBAAgB,
|
|
1
|
+
{"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../../src/server/server.ts"],"names":[],"mappings":"AAAA,OAAO,EAC0B,KAAK,MAAM,EAC3C,MAAM,gBAAgB,CAAA;AAGvB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAA;AAE3D,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,+BAA+B,CAAA;AA8B3D,UAAU,gBAAgB;IACxB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,YAAY,CAAA;CACpB;AAED,eAAO,MAAM,SAAS,GAAU,SAAS,gBAAgB,+HAcxD,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/chain-bridge",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.7",
|
|
4
4
|
"description": "XYO Layer One Bridge",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"@xyo-network/bios": "~7.2.0",
|
|
63
63
|
"@xyo-network/boundwitness-model": "~5.2.17",
|
|
64
64
|
"@xyo-network/boundwitness-validator": "~5.2.17",
|
|
65
|
-
"@xyo-network/chain-protocol": "
|
|
66
|
-
"@xyo-network/chain-services": "
|
|
67
|
-
"@xyo-network/chain-telemetry": "
|
|
65
|
+
"@xyo-network/chain-protocol": "~1.17.7",
|
|
66
|
+
"@xyo-network/chain-services": "~1.17.7",
|
|
67
|
+
"@xyo-network/chain-telemetry": "~1.17.7",
|
|
68
68
|
"@xyo-network/manifest-model": "~5.2.17",
|
|
69
69
|
"@xyo-network/manifest-wrapper": "~5.2.17",
|
|
70
70
|
"@xyo-network/module-abstract": "~5.2.17",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"@xyo-network/wallet": "~5.2.17",
|
|
81
81
|
"@xyo-network/wallet-model": "~5.2.17",
|
|
82
82
|
"@xyo-network/xl1-protocol": "~1.14.17",
|
|
83
|
-
"@xyo-network/xl1-protocol-sdk": "
|
|
84
|
-
"@xyo-network/xl1-rpc": "
|
|
83
|
+
"@xyo-network/xl1-protocol-sdk": "~1.17.7",
|
|
84
|
+
"@xyo-network/xl1-rpc": "~1.17.7",
|
|
85
85
|
"async-mutex": "~0.5.0",
|
|
86
86
|
"compression": "~1.8.1",
|
|
87
87
|
"cors": "~2.8.5",
|
|
@@ -97,11 +97,11 @@
|
|
|
97
97
|
"@types/cors": "~2.8.19",
|
|
98
98
|
"@types/express": "5.0.6",
|
|
99
99
|
"@types/express-serve-static-core": "~5.1.0",
|
|
100
|
-
"@types/node": "~
|
|
100
|
+
"@types/node": "~25.0.1",
|
|
101
101
|
"@xylabs/mongo": "~5.0.51",
|
|
102
102
|
"@xylabs/sdk-js": "~5.0.51",
|
|
103
|
-
"@xylabs/ts-scripts-yarn3": "~7.2.
|
|
104
|
-
"@xylabs/tsconfig": "~7.2.
|
|
103
|
+
"@xylabs/ts-scripts-yarn3": "~7.2.30",
|
|
104
|
+
"@xylabs/tsconfig": "~7.2.30",
|
|
105
105
|
"@xylabs/vitest-extended": "~5.0.51",
|
|
106
106
|
"@xyo-network/account": "~5.2.17",
|
|
107
107
|
"@xyo-network/account-model": "~5.2.17",
|
|
@@ -112,9 +112,9 @@
|
|
|
112
112
|
"@xyo-network/bios": "~7.2.0",
|
|
113
113
|
"@xyo-network/bios-model": "~7.2.0",
|
|
114
114
|
"@xyo-network/boundwitness-builder": "~5.2.17",
|
|
115
|
-
"@xyo-network/chain-protocol": "
|
|
116
|
-
"@xyo-network/chain-services": "
|
|
117
|
-
"@xyo-network/chain-telemetry": "
|
|
115
|
+
"@xyo-network/chain-protocol": "~1.17.7",
|
|
116
|
+
"@xyo-network/chain-services": "~1.17.7",
|
|
117
|
+
"@xyo-network/chain-telemetry": "~1.17.7",
|
|
118
118
|
"@xyo-network/manifest-wrapper": "~5.2.17",
|
|
119
119
|
"@xyo-network/module-abstract": "~5.2.17",
|
|
120
120
|
"@xyo-network/module-abstract-mongodb": "~5.2.17",
|
|
@@ -143,4 +143,4 @@
|
|
|
143
143
|
"publishConfig": {
|
|
144
144
|
"access": "restricted"
|
|
145
145
|
}
|
|
146
|
-
}
|
|
146
|
+
}
|