@eggjs/view 4.0.0-beta.18 → 4.0.0-beta.19
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as egg0 from "egg";
|
|
2
2
|
|
|
3
3
|
//#region src/config/config.default.d.ts
|
|
4
4
|
interface ViewConfig {
|
|
@@ -28,6 +28,6 @@ interface ViewConfig {
|
|
|
28
28
|
*/
|
|
29
29
|
mapping: Record<string, string>;
|
|
30
30
|
}
|
|
31
|
-
declare const _default:
|
|
31
|
+
declare const _default: egg0.EggConfigFactory;
|
|
32
32
|
//#endregion
|
|
33
33
|
export { ViewConfig, _default as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eggjs/view",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.19",
|
|
4
4
|
"description": "Base view plugin for egg",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
"utility": "^2.5.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"egg": "4.1.0-beta.
|
|
54
|
+
"egg": "4.1.0-beta.19"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"tsdown": "^0.15.4",
|
|
58
|
-
"typescript": "5.9.
|
|
59
|
-
"vitest": "4.0.0-beta.
|
|
60
|
-
"@eggjs/mock": "7.0.0-beta.
|
|
61
|
-
"@eggjs/tsconfig": "3.1.0-beta.
|
|
58
|
+
"typescript": "^5.9.3",
|
|
59
|
+
"vitest": "4.0.0-beta.16",
|
|
60
|
+
"@eggjs/mock": "7.0.0-beta.19",
|
|
61
|
+
"@eggjs/tsconfig": "3.1.0-beta.19"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"lint": "oxlint --type-aware",
|