@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.
Files changed (2) hide show
  1. package/index.js +1 -2
  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, Utils
8
+ EventType, PositionSmoother, Providers, ProvidersInterface, ProvidersOptions
10
9
  };
package/package.json CHANGED
@@ -42,6 +42,6 @@
42
42
  "url": "git+https://github.com/wemap/wemap-modules-js.git"
43
43
  },
44
44
  "type": "module",
45
- "version": "3.2.8",
46
- "gitHead": "fb5e61f42479a69332c2e3e6922bd15e4d3ee3f3"
45
+ "version": "3.2.10",
46
+ "gitHead": "9c50dc4e1c8802c56af11593e835b55f416e4fbf"
47
47
  }