@osovitny/anatoly 3.17.107 → 3.17.110

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.
@@ -5,6 +5,7 @@ export * from './services/billing/currencies-api.service';
5
5
  export * from './services/billing/currencies-storage.service';
6
6
  export * from './services/billing/discountcodes-api.service';
7
7
  export * from './services/billing/payments-api.service';
8
+ export * from './services/billing/subscriptions-api.service';
8
9
  export * from './services/billing/transactions-api.service';
9
10
  export * from './services/core-api.service';
10
11
  export * from './services/emails-api.service';
@@ -1,2 +1,2 @@
1
1
  import { AddressComponent, CompanyComponent, ContactUsForm } from './exports';
2
- export declare const FORMS: (typeof ContactUsForm | typeof AddressComponent | typeof CompanyComponent)[];
2
+ export declare const FORMS: (typeof AddressComponent | typeof ContactUsForm | typeof CompanyComponent)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.107",
3
+ "version": "3.17.110",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",