@modern-js/server-runtime 0.0.0-canary-20251009135637 → 0.0.0-canary-20251014024110
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/index.d.ts +1 -0
- package/package.json +7 -6
package/dist/types/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { ServerConfig } from '@modern-js/server-core';
|
|
2
2
|
export { useHonoContext, type ServerPlugin, type MiddlewareObj, type Context, type Next, type MiddlewareHandler, type ServerConfig, } from '@modern-js/server-core';
|
|
3
|
+
export type { Container, CacheControl, CacheOptionProvider, CacheOption, MonitorEvent, Monitors, } from '@modern-js/types';
|
|
3
4
|
export declare const defineServerConfig: (config: ServerConfig) => ServerConfig;
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-canary-
|
|
18
|
+
"version": "0.0.0-canary-20251014024110",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./dist/types/index.d.ts",
|
|
21
21
|
"main": "./dist/cjs/index.js",
|
|
@@ -52,17 +52,18 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@swc/helpers": "^0.5.17",
|
|
55
|
-
"@modern-js/runtime-utils": "0.0.0-canary-
|
|
56
|
-
"@modern-js/server-core": "0.0.0-canary-
|
|
55
|
+
"@modern-js/runtime-utils": "0.0.0-canary-20251014024110",
|
|
56
|
+
"@modern-js/server-core": "0.0.0-canary-20251014024110",
|
|
57
|
+
"@modern-js/types": "0.0.0-canary-20251014024110"
|
|
57
58
|
},
|
|
58
59
|
"devDependencies": {
|
|
59
60
|
"@types/jest": "^29.5.14",
|
|
60
61
|
"@types/node": "^20",
|
|
61
62
|
"jest": "^29.7.0",
|
|
62
|
-
"ts-jest": "^29.4.
|
|
63
|
+
"ts-jest": "^29.4.5",
|
|
63
64
|
"typescript": "^5",
|
|
64
|
-
"@scripts/build": "0.0.0-canary-
|
|
65
|
-
"@scripts/jest-config": "0.0.0-canary-
|
|
65
|
+
"@scripts/build": "0.0.0-canary-20251014024110",
|
|
66
|
+
"@scripts/jest-config": "0.0.0-canary-20251014024110"
|
|
66
67
|
},
|
|
67
68
|
"publishConfig": {
|
|
68
69
|
"registry": "https://registry.npmjs.org/",
|