@sunrise-upc/mobile-prod-card 8.2.2-beta.1 → 8.2.2-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/dist/index.d.ts CHANGED
@@ -229,6 +229,7 @@ interface FreshBannerSchema {
229
229
  baseConfig?: string;
230
230
  authData?: AuthserviceSchema | undefined;
231
231
  lineCheckOnClear?: () => void;
232
+ isProdEnv: boolean;
232
233
  }
233
234
 
234
235
  declare const FreshProductBannerHome: FC<FreshBannerSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "8.2.2-beta.1",
3
+ "version": "8.2.2-beta.2",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -43,7 +43,7 @@
43
43
  "@types/react": "^19.0.8",
44
44
  "@types/react-dom": "^19.0.3",
45
45
  "@types/uuid": "^10.0.0",
46
- "axios": "^0.21.4",
46
+ "axios": "^1.12.2",
47
47
  "cookies-next": "^4.3.0",
48
48
  "postcss": "^8.4.49",
49
49
  "rimraf": "^3.0.2",
@@ -58,7 +58,7 @@
58
58
  "typescript": "^4.9.4"
59
59
  },
60
60
  "peerDependencies": {
61
- "@sunrise-upc/ajax-lib": "^2.2.0",
61
+ "@sunrise-upc/ajax-lib": "2.2.1-beta.0",
62
62
  "js-cookie": "^3.0.1",
63
63
  "react": "18.2.0",
64
64
  "react-bootstrap": "^2.0.0-beta.4",