@midwayjs/jwt 3.0.0-beta.9 → 3.0.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.
Files changed (2) hide show
  1. package/package.json +10 -10
  2. package/CHANGELOG.md +0 -24
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.9",
4
+ "version": "3.0.0",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
7
7
  "files": [
@@ -12,7 +12,7 @@
12
12
  "scripts": {
13
13
  "build": "tsc",
14
14
  "test": "node --require=ts-node/register ../../node_modules/jest/bin/jest.js",
15
- "cov": "node --require=ts-node/register ../../node_modules/.bin/jest --coverage --forceExit"
15
+ "cov": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand --coverage --forceExit"
16
16
  },
17
17
  "keywords": [
18
18
  "midway",
@@ -22,16 +22,16 @@
22
22
  "author": "Nawbc",
23
23
  "license": "MIT",
24
24
  "devDependencies": {
25
- "@midwayjs/core": "^3.0.0-beta.9",
26
- "@midwayjs/decorator": "^3.0.0-beta.9",
27
- "@midwayjs/express": "^3.0.0-beta.9",
28
- "@midwayjs/koa": "^3.0.0-beta.9",
29
- "@midwayjs/mock": "^3.0.0-beta.9",
30
- "@midwayjs/web": "^3.0.0-beta.9",
31
- "@types/jsonwebtoken": "^8.5.5"
25
+ "@midwayjs/core": "^3.0.0",
26
+ "@midwayjs/decorator": "^3.0.0",
27
+ "@midwayjs/express": "^3.0.0",
28
+ "@midwayjs/koa": "^3.0.0",
29
+ "@midwayjs/mock": "^3.0.0",
30
+ "@midwayjs/web": "^3.0.0",
31
+ "@types/jsonwebtoken": "8.5.8"
32
32
  },
33
33
  "dependencies": {
34
34
  "jsonwebtoken": "^8.5.1"
35
35
  },
36
- "gitHead": "d23e4a4fee58097b98461625c428a37d55535cec"
36
+ "gitHead": "55c26029bccf7bbb739fa1597e8f418dafa2caa0"
37
37
  }
package/CHANGELOG.md DELETED
@@ -1,24 +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.9](https://github.com/midwayjs/midway/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2021-12-09)
7
-
8
- **Note:** Version bump only for package @midwayjs/jwt
9
-
10
-
11
-
12
-
13
-
14
- # [3.0.0-beta.8](https://github.com/midwayjs/midway/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2021-12-08)
15
-
16
-
17
- ### Bug Fixes
18
-
19
- * 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))
20
-
21
-
22
- ### Features
23
-
24
- * support passport and jwt ([#1343](https://github.com/midwayjs/midway/issues/1343)) ([f26af4f](https://github.com/midwayjs/midway/commit/f26af4f3e16507d6f3ffe0467f8f5be69e6306d7))