@midwayjs/view-nunjucks 3.1.2 → 3.1.7-alpha.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/index.d.ts +1 -1
- package/package.json +7 -7
package/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _default from './dist/config/config.default';
|
|
2
2
|
export * from './dist/index';
|
|
3
3
|
|
|
4
|
-
declare module '@midwayjs/core
|
|
4
|
+
declare module '@midwayjs/core' {
|
|
5
5
|
// eslint-disable-next-line
|
|
6
6
|
interface MidwayConfig extends Partial<typeof _default> {}
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midwayjs/view-nunjucks",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.7-alpha.0",
|
|
4
4
|
"description": "Midway Component for nunjucks render",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "index.d.ts",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@midwayjs/view": "^3.1.
|
|
31
|
+
"@midwayjs/view": "^3.1.7-alpha.0",
|
|
32
32
|
"nunjucks": "^3.2.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@midwayjs/core": "^3.1.
|
|
36
|
-
"@midwayjs/decorator": "^3.
|
|
37
|
-
"@midwayjs/koa": "^3.1.
|
|
38
|
-
"@midwayjs/mock": "^3.1.
|
|
35
|
+
"@midwayjs/core": "^3.1.7-alpha.0",
|
|
36
|
+
"@midwayjs/decorator": "^3.1.6",
|
|
37
|
+
"@midwayjs/koa": "^3.1.7-alpha.0",
|
|
38
|
+
"@midwayjs/mock": "^3.1.7-alpha.0"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "8cb6db25f7eb794d9c61aaf69a43ac6506a289b5"
|
|
41
41
|
}
|