@midwayjs/info 3.9.0 → 3.10.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.
@@ -1,4 +1,4 @@
1
- export declare type InfoValueType = 'html' | 'json';
1
+ export type InfoValueType = 'html' | 'json';
2
2
  export declare const DefaultHiddenKey: string[];
3
3
  export interface TypeInfo {
4
4
  type: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@midwayjs/info",
3
3
  "description": "midway info",
4
- "version": "3.9.0",
4
+ "version": "3.10.0",
5
5
  "main": "dist/index",
6
6
  "typings": "index.d.ts",
7
7
  "files": [
@@ -13,12 +13,12 @@
13
13
  "picomatch": "2.3.1"
14
14
  },
15
15
  "devDependencies": {
16
- "@midwayjs/core": "^3.9.0",
17
- "@midwayjs/express": "^3.9.0",
18
- "@midwayjs/koa": "^3.9.0",
19
- "@midwayjs/mock": "^3.9.0",
20
- "@midwayjs/serverless-fc-starter": "^3.9.0",
21
- "@midwayjs/serverless-scf-starter": "^3.7.0"
16
+ "@midwayjs/core": "^3.10.0",
17
+ "@midwayjs/express": "^3.10.0",
18
+ "@midwayjs/koa": "^3.10.0",
19
+ "@midwayjs/mock": "^3.10.0",
20
+ "@midwayjs/serverless-fc-starter": "^3.10.0",
21
+ "@midwayjs/serverless-scf-starter": "^3.10.0"
22
22
  },
23
23
  "keywords": [
24
24
  "midway"
@@ -39,5 +39,5 @@
39
39
  "type": "git",
40
40
  "url": "https://github.com/midwayjs/midway.git"
41
41
  },
42
- "gitHead": "5f6603d2c9606fc6fc7ece71f956e89e394efeee"
42
+ "gitHead": "33d28f1a020963404488e866432916fd15c0952c"
43
43
  }