@infrab4a/connect 4.3.9-beta.0 → 4.3.9-beta.1

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/index.cjs.js CHANGED
@@ -4755,7 +4755,7 @@ class CategoryHasuraGraphQLRepository extends withCrudHasuraGraphQL(withHasuraGr
4755
4755
  }
4756
4756
  }
4757
4757
  async getChildren(parentId) {
4758
- const { category_tree } = await this.query('category_tree', ['id', 'name', 'parent_id'], {
4758
+ const { category_tree } = await this.query('category_tree', ['id', 'name', 'parent_id', 'slug', 'reference'], {
4759
4759
  args: {
4760
4760
  type: 'category_tree_args',
4761
4761
  value: { parentid: parentId },
package/index.esm.js CHANGED
@@ -4731,7 +4731,7 @@ class CategoryHasuraGraphQLRepository extends withCrudHasuraGraphQL(withHasuraGr
4731
4731
  }
4732
4732
  }
4733
4733
  async getChildren(parentId) {
4734
- const { category_tree } = await this.query('category_tree', ['id', 'name', 'parent_id'], {
4734
+ const { category_tree } = await this.query('category_tree', ['id', 'name', 'parent_id', 'slug', 'reference'], {
4735
4735
  args: {
4736
4736
  type: 'category_tree_args',
4737
4737
  value: { parentid: parentId },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect",
3
- "version": "4.3.9-beta.0",
3
+ "version": "4.3.9-beta.1",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
@@ -13,7 +13,7 @@
13
13
  "class-transformer": "^0.5.1",
14
14
  "date-fns": "^2.28.0",
15
15
  "debug": "^4.3.4",
16
- "firebase": "^10.7.0",
16
+ "firebase": "^9.9.0",
17
17
  "gql-query-builder": "3.7.0",
18
18
  "lodash": "^4.17.21",
19
19
  "reflect-metadata": "^0.1.13",