@bizdoc/core 2.4.5 → 2.4.6

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.
@@ -113,5 +113,5 @@ export interface SharedConfig {
113
113
  maps?: GoogleMapsSettings | boolean;
114
114
  formats?: FormatsSettings;
115
115
  routes?: PaneRoute[];
116
- routing?: 'ng' | 'pane';
116
+ routingEngine?: 'ng' | 'pane';
117
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "2.4.5",
3
+ "version": "2.4.6",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",