@midwayjs/web 3.19.2 → 3.20.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/README.md CHANGED
@@ -9,4 +9,4 @@ Document: [https://midwayjs.org](https://midwayjs.org)
9
9
 
10
10
  ## License
11
11
 
12
- [MIT]((http://github.com/midwayjs/midway/blob/master/LICENSE))
12
+ [MIT]((https://github.com/midwayjs/midway/blob/master/LICENSE))
@@ -1,4 +1,5 @@
1
1
  /// <reference types="node" />
2
+ /// <reference types="node" />
2
3
  import { Context as EggContext, Application as EggApplication } from 'egg';
3
4
  import { IMidwayContainer, IMidwayContext, IMidwayApplication, IConfigurationOptions, NextFunction as BaseNextFunction } from '@midwayjs/core';
4
5
  import { DefaultState, Middleware } from 'koa';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/web",
3
- "version": "3.19.2",
3
+ "version": "3.20.0",
4
4
  "description": "Midway Web Framework for Egg.js",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
@@ -29,11 +29,11 @@
29
29
  "license": "MIT",
30
30
  "devDependencies": {
31
31
  "@midwayjs/logger": "^3.0.0",
32
- "@midwayjs/mock": "^3.19.2",
32
+ "@midwayjs/mock": "^3.20.0",
33
33
  "dayjs": "1.11.13",
34
- "egg-logger": "3.6.0",
34
+ "egg-logger": "3.6.1",
35
35
  "egg-mock": "4.2.1",
36
- "egg-scripts": "3.0.1",
36
+ "egg-scripts": "3.1.0",
37
37
  "egg-socket.io": "4.1.6",
38
38
  "egg-view-nunjucks": "2.3.0",
39
39
  "fake-egg": "1.0.0",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@eggjs/router": "^2.0.0",
48
- "@midwayjs/core": "^3.19.0",
48
+ "@midwayjs/core": "^3.20.0",
49
49
  "egg": "^2.28.0",
50
50
  "egg-cluster": "^1.27.1",
51
51
  "find-up": "5.0.0",
@@ -60,5 +60,5 @@
60
60
  "engines": {
61
61
  "node": ">=12"
62
62
  },
63
- "gitHead": "57fd034be94897fb819b0d9ef776de0b9923ab0f"
63
+ "gitHead": "5bf838ec6054f6e1e983664b0456a975db795932"
64
64
  }