@sunrise-upc/mobile-prod-card 4.1.9-beta.3 → 4.1.9-beta.4

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -167,7 +167,7 @@ interface StaticLinetableSchema {
167
167
  basicConfigUrl?: string;
168
168
  selectedExistingOption?: any;
169
169
  setLoginSuccess?: any;
170
- isDeviceFlow?: any;
170
+ deviceFlow?: any;
171
171
  deviceFlowCallBack?: any;
172
172
  ubRatePlanObj?: any;
173
173
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "4.1.9-beta.3",
3
+ "version": "4.1.9-beta.4",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",