@midwayjs/security 3.9.1 → 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.
@@ -39,5 +39,5 @@ export interface SecurityCSPOptions extends SecurityEnableOptions {
39
39
  export interface SecurityEnableOptions {
40
40
  enable: boolean;
41
41
  }
42
- export declare type SecurityCSRFType = 'all' | 'any' | 'ctoken' | 'referer';
42
+ export type SecurityCSRFType = 'all' | 'any' | 'ctoken' | 'referer';
43
43
  //# sourceMappingURL=interface.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/security",
3
- "version": "3.9.1",
3
+ "version": "3.10.0",
4
4
  "description": "Midway Security Component",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
@@ -30,13 +30,13 @@
30
30
  "xss": "^1.0.11"
31
31
  },
32
32
  "devDependencies": {
33
- "@midwayjs/core": "^3.9.0",
34
- "@midwayjs/express": "^3.9.0",
35
- "@midwayjs/faas": "^3.9.0",
36
- "@midwayjs/koa": "^3.9.0",
37
- "@midwayjs/mock": "^3.9.0",
38
- "@midwayjs/serverless-app": "^3.9.1",
39
- "@midwayjs/web": "^3.9.0"
33
+ "@midwayjs/core": "^3.10.0",
34
+ "@midwayjs/express": "^3.10.0",
35
+ "@midwayjs/faas": "^3.10.0",
36
+ "@midwayjs/koa": "^3.10.0",
37
+ "@midwayjs/mock": "^3.10.0",
38
+ "@midwayjs/serverless-app": "^3.10.0",
39
+ "@midwayjs/web": "^3.10.0"
40
40
  },
41
- "gitHead": "83204ee2b6c0a1e9a1f50b504869b1d48fc18895"
41
+ "gitHead": "33d28f1a020963404488e866432916fd15c0952c"
42
42
  }