@things-factory/biz-ui 4.0.27 → 4.0.32

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.
@@ -180,7 +180,7 @@ class ContactPointsPopup extends localize(i18next)(LitElement) {
180
180
 
181
181
  const response = await client.query({
182
182
  query: gql`
183
- query contactPoints($filters: [Filter], $pagination: Pagination, $sortings: [Sorting]) {
183
+ query contactPoints($filters: [Filter!], $pagination: Pagination, $sortings: [Sorting!]) {
184
184
  contactPoints(filters: $filters, pagination: $pagination, sortings: $sortings) {
185
185
  items {
186
186
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/biz-ui",
3
- "version": "4.0.27",
3
+ "version": "4.0.32",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,14 +24,14 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/biz-base": "^4.0.27",
28
- "@things-factory/code-base": "^4.0.27",
29
- "@things-factory/form-ui": "^4.0.27",
30
- "@things-factory/grist-ui": "^4.0.27",
31
- "@things-factory/i18n-base": "^4.0.27",
32
- "@things-factory/import-ui": "^4.0.27",
33
- "@things-factory/layout-base": "^4.0.27",
34
- "@things-factory/shell": "^4.0.27"
27
+ "@things-factory/biz-base": "^4.0.32",
28
+ "@things-factory/code-base": "^4.0.32",
29
+ "@things-factory/form-ui": "^4.0.32",
30
+ "@things-factory/grist-ui": "^4.0.32",
31
+ "@things-factory/i18n-base": "^4.0.32",
32
+ "@things-factory/import-ui": "^4.0.32",
33
+ "@things-factory/layout-base": "^4.0.32",
34
+ "@things-factory/shell": "^4.0.32"
35
35
  },
36
- "gitHead": "276eaface2890c8f229ce6c9f64cde9c6b1e0083"
36
+ "gitHead": "a1a16e7d4531ae3ff035295fc7bf05bf0d3153a7"
37
37
  }