@infrab4a/connect 5.3.0-beta.16 → 5.3.0-beta.18

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
@@ -7489,7 +7489,7 @@ const commonFields$1 = [
7489
7489
  class ProductCatalogHasuraGraphQLRepository extends withFindHasuraGraphQL(withHasuraGraphQL(Base)) {
7490
7490
  constructor({ endpoint, authOptions, interceptors, cache, }) {
7491
7491
  super({
7492
- tableName: 'product_catalog',
7492
+ tableName: 'product',
7493
7493
  model: ProductCatalogHasuraGraphQL,
7494
7494
  endpoint,
7495
7495
  authOptions,
package/index.esm.js CHANGED
@@ -7465,7 +7465,7 @@ const commonFields$1 = [
7465
7465
  class ProductCatalogHasuraGraphQLRepository extends withFindHasuraGraphQL(withHasuraGraphQL(Base)) {
7466
7466
  constructor({ endpoint, authOptions, interceptors, cache, }) {
7467
7467
  super({
7468
- tableName: 'product_catalog',
7468
+ tableName: 'product',
7469
7469
  model: ProductCatalogHasuraGraphQL,
7470
7470
  endpoint,
7471
7471
  authOptions,
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@infrab4a/connect",
3
- "version": "5.3.0-beta.16",
3
+ "version": "5.3.0-beta.18",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/B4AGroup/b4a-firebase-libs"
9
+ "url": "https://github.com/B4AGroup/activation-services"
10
10
  },
11
11
  "dependencies": {
12
12
  "axios": "^0.27.2",