RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@sunrise-upc/mobile-prod-card
Versions diffs
4.1.9-beta.3 → 4.1.9-beta.4
Page 5
@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.
Files changed (6)
hide
show
package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts
+5
-4
package/dist/cjs/index.js
+2
-2
package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts
+5
-4
package/dist/esm/index.js
+1
-1
package/dist/index.d.ts
+1
-1
package/package.json
+1
-1
package/dist/index.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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",
« First
‹ Prev
1
2
3
4
5