@midwayjs/jwt 3.0.0-beta.12 → 3.0.0-beta.16

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.
Files changed (2) hide show
  1. package/package.json +9 -9
  2. package/CHANGELOG.md +0 -48
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@midwayjs/jwt",
3
3
  "description": "midway jwt component",
4
- "version": "3.0.0-beta.12",
4
+ "version": "3.0.0-beta.16",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
7
7
  "files": [
@@ -22,16 +22,16 @@
22
22
  "author": "Nawbc",
23
23
  "license": "MIT",
24
24
  "devDependencies": {
25
- "@midwayjs/core": "^3.0.0-beta.12",
26
- "@midwayjs/decorator": "^3.0.0-beta.12",
27
- "@midwayjs/express": "^3.0.0-beta.12",
28
- "@midwayjs/koa": "^3.0.0-beta.12",
29
- "@midwayjs/mock": "^3.0.0-beta.12",
30
- "@midwayjs/web": "^3.0.0-beta.12",
31
- "@types/jsonwebtoken": "^8.5.5"
25
+ "@midwayjs/core": "^3.0.0-beta.16",
26
+ "@midwayjs/decorator": "^3.0.0-beta.16",
27
+ "@midwayjs/express": "^3.0.0-beta.16",
28
+ "@midwayjs/koa": "^3.0.0-beta.16",
29
+ "@midwayjs/mock": "^3.0.0-beta.16",
30
+ "@midwayjs/web": "^3.0.0-beta.16",
31
+ "@types/jsonwebtoken": "8.5.6"
32
32
  },
33
33
  "dependencies": {
34
34
  "jsonwebtoken": "^8.5.1"
35
35
  },
36
- "gitHead": "1c46e53eb934248007eeb7fe3920f5ac24e272c6"
36
+ "gitHead": "43a32745ac45164dfef1494cba979f9652a6692b"
37
37
  }
package/CHANGELOG.md DELETED
@@ -1,48 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [3.0.0-beta.12](https://github.com/midwayjs/midway/compare/v3.0.0-beta.11...v3.0.0-beta.12) (2021-12-28)
7
-
8
- **Note:** Version bump only for package @midwayjs/jwt
9
-
10
-
11
-
12
-
13
-
14
- # [3.0.0-beta.11](https://github.com/midwayjs/midway/compare/v3.0.0-beta.10...v3.0.0-beta.11) (2021-12-21)
15
-
16
- **Note:** Version bump only for package @midwayjs/jwt
17
-
18
-
19
-
20
-
21
-
22
- # [3.0.0-beta.10](https://github.com/midwayjs/midway/compare/v3.0.0-beta.9...v3.0.0-beta.10) (2021-12-20)
23
-
24
- **Note:** Version bump only for package @midwayjs/jwt
25
-
26
-
27
-
28
-
29
-
30
- # [3.0.0-beta.9](https://github.com/midwayjs/midway/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2021-12-09)
31
-
32
- **Note:** Version bump only for package @midwayjs/jwt
33
-
34
-
35
-
36
-
37
-
38
- # [3.0.0-beta.8](https://github.com/midwayjs/midway/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2021-12-08)
39
-
40
-
41
- ### Bug Fixes
42
-
43
- * express routing middleware takes effect at the controller level ([#1364](https://github.com/midwayjs/midway/issues/1364)) ([b9272e0](https://github.com/midwayjs/midway/commit/b9272e0971003443304b0c53815be31a0061b4bd))
44
-
45
-
46
- ### Features
47
-
48
- * support passport and jwt ([#1343](https://github.com/midwayjs/midway/issues/1343)) ([f26af4f](https://github.com/midwayjs/midway/commit/f26af4f3e16507d6f3ffe0467f8f5be69e6306d7))