mobility-toolbox-js 1.6.2 → 1.6.3
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable max-classes-per-file */
|
|
4
4
|
import qs from 'query-string';
|
|
5
5
|
import { unByKey } from 'ol/Observable';
|
|
6
|
-
import { getUTCDateString, getUTCTimeString } from '../
|
|
6
|
+
import { getUTCDateString, getUTCTimeString } from '../utils';
|
|
7
7
|
import {
|
|
8
8
|
getRadius,
|
|
9
9
|
getBgColor,
|
package/common/utils/index.js
CHANGED
|
@@ -3,3 +3,4 @@ export { default as getMapboxMapCopyrights } from './getMapboxMapCopyrights';
|
|
|
3
3
|
export { default as removeDuplicate } from './removeDuplicate';
|
|
4
4
|
export { default as delayTrackerStyle } from './delayTrackerStyle';
|
|
5
5
|
export { default as simpleTrackerStyle } from './simpleTrackerStyle';
|
|
6
|
+
export * from './timeUtils';
|
|
File without changes
|
|
File without changes
|