@midwayjs/passport 3.4.6 → 3.4.10

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.
@@ -57,6 +57,7 @@ let keys = [
57
57
  'session',
58
58
  'body',
59
59
  'flash',
60
+ 'query'
60
61
  ];
61
62
  // remove duplicates
62
63
  keys = keys.filter((key, i, self) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@midwayjs/passport",
3
3
  "description": "midway passport component",
4
- "version": "3.4.6",
4
+ "version": "3.4.10",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
7
7
  "files": [
@@ -22,18 +22,18 @@
22
22
  "author": "Nawbc",
23
23
  "license": "MIT",
24
24
  "devDependencies": {
25
- "@midwayjs/core": "^3.4.6",
25
+ "@midwayjs/core": "^3.4.10",
26
26
  "@midwayjs/decorator": "^3.4.4",
27
- "@midwayjs/express": "^3.4.6",
28
- "@midwayjs/jwt": "^3.4.6",
29
- "@midwayjs/koa": "^3.4.6",
30
- "@midwayjs/mock": "^3.4.6",
31
- "@midwayjs/web": "^3.4.6",
27
+ "@midwayjs/express": "^3.4.10",
28
+ "@midwayjs/jwt": "^3.4.10",
29
+ "@midwayjs/koa": "^3.4.10",
30
+ "@midwayjs/mock": "^3.4.10",
31
+ "@midwayjs/web": "^3.4.10",
32
32
  "@types/passport-local": "1.0.34",
33
33
  "express-session": "1.17.3",
34
34
  "passport-jwt": "4.0.0",
35
35
  "passport-local": "1.0.0",
36
36
  "passport-openidconnect": "0.1.1"
37
37
  },
38
- "gitHead": "36687482782bcf526efc2a4773c09e166820c1a8"
38
+ "gitHead": "aeb117633ecbc3299002b220f436dc3b5450d361"
39
39
  }