@wemap/providers 14.2.0-beta.0 → 14.2.0
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/README.md +1 -5
- package/dist/index.js +7 -7
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -22,11 +22,7 @@ GPS and WiFi-based positioning for outdoor navigation. Includes PDR and optional
|
|
|
22
22
|
```typescript
|
|
23
23
|
import { VPSLocationSource } from '@wemap/positioning';
|
|
24
24
|
|
|
25
|
-
const locationSource = new VPSLocationSource(
|
|
26
|
-
vps: {
|
|
27
|
-
endpoint: 'https://vps.example.com'
|
|
28
|
-
}
|
|
29
|
-
});
|
|
25
|
+
const locationSource = new VPSLocationSource();
|
|
30
26
|
|
|
31
27
|
locationSource.onUpdate((pose) => {
|
|
32
28
|
console.log('Position:', pose.position);
|
package/dist/index.js
CHANGED
|
@@ -3052,7 +3052,7 @@ var field = function(e, C, w) {
|
|
|
3052
3052
|
}
|
|
3053
3053
|
}(), package_default = {
|
|
3054
3054
|
name: "@wemap/providers",
|
|
3055
|
-
version: "14.
|
|
3055
|
+
version: "14.2.0-beta.0",
|
|
3056
3056
|
type: "module",
|
|
3057
3057
|
publishConfig: { access: "public" },
|
|
3058
3058
|
main: "./dist/index.js",
|
|
@@ -3063,12 +3063,12 @@ var field = function(e, C, w) {
|
|
|
3063
3063
|
} },
|
|
3064
3064
|
files: ["dist"],
|
|
3065
3065
|
dependencies: {
|
|
3066
|
-
"@wemap/camera": "14.
|
|
3067
|
-
"@wemap/core": "14.
|
|
3068
|
-
"@wemap/geo": "14.
|
|
3069
|
-
"@wemap/osm": "14.
|
|
3070
|
-
"@wemap/routers": "14.
|
|
3071
|
-
"@wemap/utils": "14.
|
|
3066
|
+
"@wemap/camera": "14.2.0-beta.0",
|
|
3067
|
+
"@wemap/core": "14.2.0-beta.0",
|
|
3068
|
+
"@wemap/geo": "14.2.0-beta.0",
|
|
3069
|
+
"@wemap/osm": "14.2.0-beta.0",
|
|
3070
|
+
"@wemap/routers": "14.2.0-beta.0",
|
|
3071
|
+
"@wemap/utils": "14.2.0-beta.0"
|
|
3072
3072
|
},
|
|
3073
3073
|
devDependencies: {
|
|
3074
3074
|
"@wemap/logger-legacy": "^13.3.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wemap/providers",
|
|
3
|
-
"version": "14.2.0
|
|
3
|
+
"version": "14.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"dist"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@wemap/camera": "14.2.0
|
|
21
|
-
"@wemap/core": "14.2.0
|
|
22
|
-
"@wemap/geo": "14.2.0
|
|
23
|
-
"@wemap/osm": "14.2.0
|
|
24
|
-
"@wemap/routers": "14.2.0
|
|
25
|
-
"@wemap/utils": "14.2.0
|
|
20
|
+
"@wemap/camera": "14.2.0",
|
|
21
|
+
"@wemap/core": "14.2.0",
|
|
22
|
+
"@wemap/geo": "14.2.0",
|
|
23
|
+
"@wemap/osm": "14.2.0",
|
|
24
|
+
"@wemap/routers": "14.2.0",
|
|
25
|
+
"@wemap/utils": "14.2.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@wemap/logger-legacy": "^13.3.0",
|