@infrab4a/connect 4.23.0-beta.6 → 4.23.0-beta.7

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
@@ -5832,7 +5832,6 @@ class ProductErrorsHasuraGraphQLRepository extends withCrudHasuraGraphQL(withHas
5832
5832
  'error',
5833
5833
  { createdAt: { columnName: 'created_at' } },
5834
5834
  { updatedAt: { columnName: 'updated_at' } },
5835
- { errors: { columnName: 'errors', type: HasuraGraphQLColumnType.Jsonb } },
5836
5835
  {
5837
5836
  product: {
5838
5837
  columnName: 'product',
package/index.esm.js CHANGED
@@ -5826,7 +5826,6 @@ class ProductErrorsHasuraGraphQLRepository extends withCrudHasuraGraphQL(withHas
5826
5826
  'error',
5827
5827
  { createdAt: { columnName: 'created_at' } },
5828
5828
  { updatedAt: { columnName: 'updated_at' } },
5829
- { errors: { columnName: 'errors', type: HasuraGraphQLColumnType.Jsonb } },
5830
5829
  {
5831
5830
  product: {
5832
5831
  columnName: 'product',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect",
3
- "version": "4.23.0-beta.6",
3
+ "version": "4.23.0-beta.7",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },