@wizishop/angular-components 14.4.52 → 14.4.54

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "14.4.52",
3
+ "version": "14.4.54",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~14.0.6",
6
6
  "@angular/cdk": "^14.0.5",
package/public-api.d.ts CHANGED
@@ -135,3 +135,4 @@ export * from './lib/animations/list/animate-list-from-left.animation';
135
135
  export * from './lib/animations/switch/switch-in-out.animation';
136
136
  export * from './lib/animations/in-out/in-out-x.animation';
137
137
  export * from './lib/animations/in-out/in-out-y.animation';
138
+ export * from './lib/services/history.service';