@abtnode/models 1.16.25-beta-e3dbef52 → 1.16.25-beta-44800645

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.
@@ -1,4 +1,4 @@
1
1
  import { TUserInfo } from '@abtnode/types';
2
2
  import { DynamicModel } from '../types';
3
- export type UserState = Omit<TUserInfo, 'passports' | 'connectedAccounts' | 'source' | 'extraConfigs' | 'tags'>;
3
+ export type UserState = Omit<TUserInfo, 'passports' | 'connectedAccounts' | 'source' | 'extraConfigs' | 'tags' | 'userSessions'>;
4
4
  export declare function createUserModel(): DynamicModel<UserState>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/models",
3
- "version": "1.16.25-beta-e3dbef52",
3
+ "version": "1.16.25-beta-44800645",
4
4
  "description": "Sequelize models for blocklet server and blocklet service",
5
5
  "homepage": "https://github.com/ArcBlock/blocklet-server#readme",
6
6
  "publishConfig": {
@@ -33,8 +33,8 @@
33
33
  "url": "https://github.com/ArcBlock/blocklet-server/issues"
34
34
  },
35
35
  "dependencies": {
36
- "@abtnode/logger": "1.16.25-beta-e3dbef52",
37
- "@abtnode/types": "1.16.25-beta-e3dbef52",
36
+ "@abtnode/logger": "1.16.25-beta-44800645",
37
+ "@abtnode/types": "1.16.25-beta-44800645",
38
38
  "lodash.clonedeep": "^4.5.0",
39
39
  "lodash.isempty": "^4.4.0",
40
40
  "sequelize": "^6.35.0",
@@ -53,5 +53,5 @@
53
53
  "typescript": "^5.0.4"
54
54
  },
55
55
  "resolutions": {},
56
- "gitHead": "a740380dd98d1677f7da1233d753f28ea50f77ce"
56
+ "gitHead": "1352ebbd41c052c8d369f95570e97b30ecb5f4f0"
57
57
  }