@infrab4a/connect-angular 0.12.3 → 0.12.4-beta.1
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/bundles/infrab4a-connect-angular.umd.js +1191 -1219
- package/bundles/infrab4a-connect-angular.umd.js.map +1 -1
- package/esm2015/infrab4a-connect-angular.js +4 -4
- package/esm2015/lib/angular-connect.module.js +29 -29
- package/esm2015/lib/angular-firebase-auth.module.js +113 -113
- package/esm2015/lib/angular-firestore.module.js +336 -336
- package/esm2015/lib/consts/default-shop.const.js +1 -1
- package/esm2015/lib/consts/index.js +1 -1
- package/esm2015/lib/index.js +4 -4
- package/esm2015/lib/services/auth.service.js +41 -41
- package/esm2015/lib/services/cart.service.js +165 -165
- package/esm2015/lib/services/checkout-subscription.service.js +43 -71
- package/esm2015/lib/services/checkout.service.js +79 -79
- package/esm2015/lib/services/coupon.service.js +50 -51
- package/esm2015/lib/services/errors/index.js +1 -1
- package/esm2015/lib/services/errors/invalid-coupon.error.js +6 -6
- package/esm2015/lib/services/index.js +6 -6
- package/esm2015/lib/services/order.service.js +31 -31
- package/esm2015/lib/services/types/index.js +2 -2
- package/esm2015/lib/services/types/required-checkout-data.type.js +1 -1
- package/esm2015/lib/services/types/required-checkout-subscription-data.type.js +1 -1
- package/esm2015/public-api.js +1 -1
- package/fesm2015/infrab4a-connect-angular.js +816 -843
- package/fesm2015/infrab4a-connect-angular.js.map +1 -1
- package/infrab4a-connect-angular.d.ts +5 -5
- package/lib/angular-connect.module.d.ts +12 -12
- package/lib/angular-firebase-auth.module.d.ts +10 -10
- package/lib/angular-firestore.module.d.ts +10 -10
- package/lib/consts/default-shop.const.d.ts +1 -1
- package/lib/consts/index.d.ts +1 -1
- package/lib/index.d.ts +4 -4
- package/lib/services/auth.service.d.ts +19 -19
- package/lib/services/cart.service.d.ts +41 -41
- package/lib/services/checkout-subscription.service.d.ts +16 -18
- package/lib/services/checkout.service.d.ts +22 -22
- package/lib/services/coupon.service.d.ts +13 -13
- package/lib/services/errors/index.d.ts +1 -1
- package/lib/services/errors/invalid-coupon.error.d.ts +4 -4
- package/lib/services/index.d.ts +6 -6
- package/lib/services/order.service.d.ts +13 -13
- package/lib/services/types/index.d.ts +2 -2
- package/lib/services/types/required-checkout-data.type.d.ts +2 -2
- package/lib/services/types/required-checkout-subscription-data.type.d.ts +2 -2
- package/package.json +1 -1
- package/public-api.d.ts +1 -1
package/esm2015/public-api.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './lib';
|
|
1
|
+
export * from './lib';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2Nvbm5lY3QtYW5ndWxhci9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLE9BQU8sQ0FBQSIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliJ1xuIl19
|