@rooted-adapters/express 1.0.0-alpha.7 → 1.0.0-alpha.8
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/express.d.mts +4 -4
- package/package.json +3 -3
package/dist/express.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ import { Plugin } from "vite";
|
|
|
5
5
|
/**
|
|
6
6
|
* Options for {@link expressAdapter}.
|
|
7
7
|
*/
|
|
8
|
-
type ExpressAdapterOptions = {
|
|
8
|
+
export type ExpressAdapterOptions = {
|
|
9
9
|
/**
|
|
10
10
|
* Manual route list for projects that don't use `generateRouteManifest`.
|
|
11
11
|
* See {@link AdapterRoutes}.
|
|
@@ -75,7 +75,7 @@ type ExpressAdapterOptions = {
|
|
|
75
75
|
* })
|
|
76
76
|
* ```
|
|
77
77
|
*/
|
|
78
|
-
declare function expressAdapter(options?: ExpressAdapterOptions): Plugin[];
|
|
78
|
+
export declare function expressAdapter(options?: ExpressAdapterOptions): Plugin[];
|
|
79
79
|
//#endregion
|
|
80
|
-
export {
|
|
81
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
80
|
+
export type { ExpressMiddleware };
|
|
81
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXhwcmVzcy5kLm10cyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi9zcmMvYWRhcHRlci5tdHMiXSwibWFwcGluZ3MiOiI7Ozs7Ozs7WUFlWTs7Ozs7RUFLWCxTQUFTOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztFQTZCVDs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O3dCQXFDZSxlQUFlLFVBQVUsd0JBQXdCIn0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rooted-adapters/express",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.8",
|
|
4
4
|
"description": "Adapter for server-side hosting with Express",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@rooted/adapter": "1.0.0-alpha.
|
|
43
|
+
"@rooted/adapter": "1.0.0-alpha.8",
|
|
44
44
|
"express": ">= 5.0.0",
|
|
45
45
|
"rolldown": ">= 1.0.0",
|
|
46
46
|
"vite": ">= 8.0.1"
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@rooted/adapter": "1.0.0-alpha.
|
|
54
|
+
"@rooted/adapter": "1.0.0-alpha.8",
|
|
55
55
|
"@rooted/development": "workspace:*",
|
|
56
56
|
"@rooted/tsdown": "workspace:^",
|
|
57
57
|
"@types/express": "^5.0.6",
|