@wemap/providers 3.2.8 → 3.2.10
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/index.js +1 -2
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -3,8 +3,7 @@ import PositionSmoother from './src/smoothers/PositionSmoother.js';
|
|
|
3
3
|
import * as Providers from './src/Providers.js';
|
|
4
4
|
import ProvidersInterface from './src/ProvidersInterface.js';
|
|
5
5
|
import ProvidersOptions from './src/ProvidersOptions.js';
|
|
6
|
-
import Utils from './src/utils/index.js';
|
|
7
6
|
|
|
8
7
|
export {
|
|
9
|
-
EventType, PositionSmoother, Providers, ProvidersInterface, ProvidersOptions
|
|
8
|
+
EventType, PositionSmoother, Providers, ProvidersInterface, ProvidersOptions
|
|
10
9
|
};
|
package/package.json
CHANGED