@module-federation/treeshake-server 2.7.0 → 2.8.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.
package/dist/app.d.ts CHANGED
@@ -15,4 +15,4 @@ export declare function createApp(deps: {
15
15
  runtimeEnv?: Record<string, string | undefined>;
16
16
  frontendAdapters?: FrontendAdapter[];
17
17
  appExtensions?: Array<(app: Hono<AppEnv>) => void>;
18
- }): Hono<AppEnv, import("hono/types").BlankSchema, "/">;
18
+ }): Hono<AppEnv, import("node_modules/hono/dist/types/types").BlankSchema, "/">;
@@ -1,3 +1,3 @@
1
1
  import { Hono } from 'hono';
2
2
  import type { AppEnv } from '../env';
3
- export declare const buildRoute: Hono<AppEnv, import("hono/types").BlankSchema, "/">;
3
+ export declare const buildRoute: Hono<AppEnv, import("node_modules/hono/dist/types/types").BlankSchema, "/">;
@@ -1,2 +1,2 @@
1
1
  import { Hono } from 'hono';
2
- export declare const routes: Hono<import("hono/types").BlankEnv, import("hono/types").BlankSchema, "/">;
2
+ export declare const routes: Hono<import("node_modules/hono/dist/types/types").BlankEnv, import("node_modules/hono/dist/types/types").BlankSchema, "/">;
@@ -1,3 +1,3 @@
1
1
  import { Hono } from 'hono';
2
2
  import type { AppEnv } from '../env';
3
- export declare const maintenanceRoute: Hono<AppEnv, import("hono/types").BlankSchema, "/">;
3
+ export declare const maintenanceRoute: Hono<AppEnv, import("node_modules/hono/dist/types/types").BlankSchema, "/">;
@@ -2,4 +2,4 @@ import { Hono } from 'hono';
2
2
  export declare const DEFAULT_STATIC_ROOT: string;
3
3
  export declare function createStaticRoute(opts?: {
4
4
  rootDir?: string;
5
- }): Hono<import("hono/types").BlankEnv, import("hono/types").BlankSchema, "/">;
5
+ }): Hono<import("node_modules/hono/dist/types/types").BlankEnv, import("node_modules/hono/dist/types/types").BlankSchema, "/">;
@@ -4,4 +4,4 @@ export declare function createServer(opts: {
4
4
  app: Hono<AppEnv>;
5
5
  port?: number;
6
6
  hostname?: string;
7
- }): import("@hono/node-server/.").ServerType;
7
+ }): import("node_modules/@hono/node-server/dist").ServerType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/treeshake-server",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "description": "Build service powered by Hono that installs dependencies, builds with Rspack, and uploads artifacts.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -43,7 +43,7 @@
43
43
  "@vercel/nft": "^1.1.1",
44
44
  "pino-pretty": "^13.1.2",
45
45
  "ts-node": "^10.9.2",
46
- "typescript": "^6.0.3"
46
+ "typescript": "7.0.2"
47
47
  },
48
48
  "engines": {
49
49
  "node": ">=20.19.5",