@infrab4a/connect 5.3.0-beta.4 → 5.3.0-beta.5
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
|
@@ -7420,7 +7420,7 @@ const commonFields = [
|
|
|
7420
7420
|
'weight',
|
|
7421
7421
|
'gender',
|
|
7422
7422
|
{ intGender: { columnName: 'int_gender' } },
|
|
7423
|
-
|
|
7423
|
+
{ tags: { columnName: 'tags', type: HasuraGraphQLColumnType.Jsonb } },
|
|
7424
7424
|
{ filters: { columnName: 'filters', type: HasuraGraphQLColumnType.Jsonb } },
|
|
7425
7425
|
{ isKit: { columnName: 'is_kit' } },
|
|
7426
7426
|
{ createdAt: { columnName: 'created_at' } },
|
package/index.esm.js
CHANGED
|
@@ -7395,7 +7395,7 @@ const commonFields = [
|
|
|
7395
7395
|
'weight',
|
|
7396
7396
|
'gender',
|
|
7397
7397
|
{ intGender: { columnName: 'int_gender' } },
|
|
7398
|
-
|
|
7398
|
+
{ tags: { columnName: 'tags', type: HasuraGraphQLColumnType.Jsonb } },
|
|
7399
7399
|
{ filters: { columnName: 'filters', type: HasuraGraphQLColumnType.Jsonb } },
|
|
7400
7400
|
{ isKit: { columnName: 'is_kit' } },
|
|
7401
7401
|
{ createdAt: { columnName: 'created_at' } },
|
package/package.json
CHANGED