@steedos/auth 2.1.28 → 2.1.33

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/README.md +4 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -39,4 +39,7 @@ export declare type SteedosIDType = number | string;
39
39
  ```js
40
40
  let app = express();
41
41
  app.use('/', setRequestUser);
42
- ```
42
+ ```
43
+
44
+ ## 功能说明
45
+ - 此包用于解析接口用户认证信息、缓存用户基本信息
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos/auth",
3
3
  "private": false,
4
- "version": "2.1.28",
4
+ "version": "2.1.33",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
7
7
  "watch": "tsc --watch",
@@ -14,7 +14,7 @@
14
14
  "access": "public"
15
15
  },
16
16
  "dependencies": {
17
- "@steedos/objectql": "2.1.28",
17
+ "@steedos/objectql": "2.1.33",
18
18
  "cookies": "^0.7.3",
19
19
  "express": "^4.16.4",
20
20
  "express-jwt": "^5.3.1",
@@ -33,5 +33,5 @@
33
33
  "ts-node": "^8.0.3",
34
34
  "typescript": "3.5.3"
35
35
  },
36
- "gitHead": "49f457800e7a2735ea61e2bbf3a7cfb1cfb5284a"
36
+ "gitHead": "563087eeae39975c2254454481384b950dc9fe41"
37
37
  }