@sonic-equipment/ui 0.0.65 → 0.0.66

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -66,8 +66,8 @@ const configPerEnvironment = {
66
66
  production: {
67
67
  ALGOLIA_API_KEY: 'e31a3a53449eceb4d0f9273b9bcd9759',
68
68
  ALGOLIA_APP_ID: '14CUFCVMAD',
69
- ALGOLIA_HOST: 'shop.sonic-equipment.com',
70
- BFF_API_URL: 'https://shop.sonic-equipment.com/api/v1/bff',
69
+ ALGOLIA_HOST: 'bff.shop.sonic-equipment.com',
70
+ BFF_API_URL: 'https://bff.shop.sonic-equipment.com',
71
71
  // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
72
72
  SHOP_API_URL: 'https://shop.sonic-equipment.com',
73
73
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonic-equipment/ui",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "engines": {