@tachybase/auth 1.6.1-alpha.2 → 1.6.2

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,7 +39,7 @@ export declare class BaseAuth extends Auth {
39
39
  * @param userId 用户 ID
40
40
  * @returns 新 token
41
41
  */
42
- signNewToken(userId: number): Promise<string>;
42
+ private signNewToken;
43
43
  signIn(): Promise<{
44
44
  user: Model<any, any>;
45
45
  token: string;
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@tachybase/auth",
3
- "version": "1.6.1-alpha.2",
3
+ "version": "1.6.2",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./lib/index.js",
7
7
  "types": "./lib/index.d.ts",
8
8
  "dependencies": {
9
9
  "jsonwebtoken": "^8.5.1",
10
- "@tachybase/database": "1.6.1-alpha.2",
11
- "@tachybase/resourcer": "1.6.1-alpha.2",
12
- "@tachybase/actions": "1.6.1-alpha.2",
13
- "@tachybase/utils": "1.6.1-alpha.2"
10
+ "@tachybase/actions": "1.6.2",
11
+ "@tachybase/utils": "1.6.2",
12
+ "@tachybase/resourcer": "1.6.2",
13
+ "@tachybase/database": "1.6.2"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@types/jsonwebtoken": "^8.5.9",