@things-factory/personalization 7.0.1-beta.10 → 7.0.1-beta.12

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/personalization",
3
- "version": "7.0.1-beta.10",
3
+ "version": "7.0.1-beta.12",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -32,8 +32,8 @@
32
32
  "@operato/i18n": "^2.0.0-beta.0",
33
33
  "@operato/shell": "^2.0.0-beta.0",
34
34
  "@operato/styles": "^2.0.0-beta.0",
35
- "@things-factory/auth-base": "^7.0.1-beta.10",
36
- "@things-factory/shell": "^7.0.1-beta.10"
35
+ "@things-factory/auth-base": "^7.0.1-beta.12",
36
+ "@things-factory/shell": "^7.0.1-beta.12"
37
37
  },
38
- "gitHead": "facbff076fc6af507fa83d5e0b033ad88cdb2fc8"
38
+ "gitHead": "67cd821227d77dea748ef46dbc54b0f9858e312c"
39
39
  }
@@ -46,7 +46,7 @@ export class PagePreferenceQuery {
46
46
  params,
47
47
  repository: await getRepository(PagePreference),
48
48
  searchables: ['page']
49
- }).andWhere('user.id = :userId', { userId: user.id })
49
+ }).andWhere({ user: { id: user.id } })
50
50
 
51
51
  const [items, total] = await queryBuilder.getManyAndCount()
52
52
 
@@ -37,7 +37,7 @@ export class UserPreferenceQuery {
37
37
  params,
38
38
  repository: await getRepository(UserPreference),
39
39
  searchables: ['key']
40
- }).andWhere('user.id = :userId', { userId: user.id })
40
+ }).andWhere({ user: { id: user.id } })
41
41
 
42
42
  const [items, total] = await queryBuilder.getManyAndCount()
43
43
 
@@ -1,5 +1 @@
1
- import bootstrap from './dist-client/bootstrap'
2
-
3
- export default {
4
- bootstrap
5
- }
1
+ export default {}
@@ -1 +0,0 @@
1
- export default function bootstrap() {}
@@ -1 +0,0 @@
1
- export default function bootstrap(): void;
@@ -1,2 +0,0 @@
1
- export default function bootstrap() { }
2
- //# sourceMappingURL=bootstrap.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"bootstrap.js","sourceRoot":"","sources":["../client/bootstrap.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,SAAS,KAAI,CAAC","sourcesContent":["export default function bootstrap() {}\n"]}