@infrab4a/connect 4.23.1-beta.1 → 4.23.1-beta.2

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
@@ -5856,6 +5856,8 @@ class ProductErrorsHasuraGraphQLRepository extends withCrudHasuraGraphQL(withHas
5856
5856
  'name',
5857
5857
  'slug',
5858
5858
  'published',
5859
+ 'group',
5860
+ 'validity',
5859
5861
  { createdAt: { columnName: 'created_at' } },
5860
5862
  { updatedAt: { columnName: 'updated_at' } },
5861
5863
  ],
package/index.esm.js CHANGED
@@ -5850,6 +5850,8 @@ class ProductErrorsHasuraGraphQLRepository extends withCrudHasuraGraphQL(withHas
5850
5850
  'name',
5851
5851
  'slug',
5852
5852
  'published',
5853
+ 'group',
5854
+ 'validity',
5853
5855
  { createdAt: { columnName: 'created_at' } },
5854
5856
  { updatedAt: { columnName: 'updated_at' } },
5855
5857
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect",
3
- "version": "4.23.1-beta.1",
3
+ "version": "4.23.1-beta.2",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },