@things-factory/lite-menu 8.0.0-alpha.13 → 8.0.0-alpha.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/lite-menu",
3
- "version": "8.0.0-alpha.13",
3
+ "version": "8.0.0-alpha.14",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -40,14 +40,14 @@
40
40
  "@operato/shell": "^8.0.0-alpha",
41
41
  "@operato/styles": "^8.0.0-alpha",
42
42
  "@operato/utils": "^8.0.0-alpha",
43
- "@things-factory/apptool-base": "^8.0.0-alpha.13",
44
- "@things-factory/auth-base": "^8.0.0-alpha.13",
45
- "@things-factory/board-service": "^8.0.0-alpha.13",
46
- "@things-factory/board-ui": "^8.0.0-alpha.13",
47
- "@things-factory/more-base": "^8.0.0-alpha.13",
48
- "@things-factory/personalization": "^8.0.0-alpha.13",
49
- "@things-factory/setting-base": "^8.0.0-alpha.13",
50
- "@things-factory/utils": "^8.0.0-alpha.13"
43
+ "@things-factory/apptool-base": "^8.0.0-alpha.14",
44
+ "@things-factory/auth-base": "^8.0.0-alpha.14",
45
+ "@things-factory/board-service": "^8.0.0-alpha.14",
46
+ "@things-factory/board-ui": "^8.0.0-alpha.14",
47
+ "@things-factory/more-base": "^8.0.0-alpha.14",
48
+ "@things-factory/personalization": "^8.0.0-alpha.14",
49
+ "@things-factory/setting-base": "^8.0.0-alpha.14",
50
+ "@things-factory/utils": "^8.0.0-alpha.14"
51
51
  },
52
- "gitHead": "7463b015ce57714e3ebb66112d029caf54eb6ae9"
52
+ "gitHead": "a783cef577afccb62e82648f7c3c37ee82d75157"
53
53
  }
@@ -91,11 +91,6 @@ export class LiteMenu {
91
91
  @Field(type => Board, { nullable: true })
92
92
  board?: Board
93
93
 
94
- // @deprecated
95
- @Column({ type: 'simple-json', nullable: true })
96
- @Field(type => PrivilegeObject, { nullable: true })
97
- privilege?: PrivilegeObject
98
-
99
94
  @ManyToOne(type => Role)
100
95
  @Field(type => Role, { nullable: true })
101
96
  role?: Role