@wemap/providers 14.1.0-beta.2 → 14.1.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/dist/index.js +4 -4
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -13560,7 +13560,7 @@ var field = function(e, t, r) {
|
|
|
13560
13560
|
}
|
|
13561
13561
|
}(), package_default = {
|
|
13562
13562
|
name: "@wemap/providers",
|
|
13563
|
-
version: "14.1.0-beta.
|
|
13563
|
+
version: "14.1.0-beta.2",
|
|
13564
13564
|
type: "module",
|
|
13565
13565
|
publishConfig: { access: "public" },
|
|
13566
13566
|
main: "./dist/index.js",
|
|
@@ -13571,9 +13571,9 @@ var field = function(e, t, r) {
|
|
|
13571
13571
|
} },
|
|
13572
13572
|
files: ["dist"],
|
|
13573
13573
|
dependencies: {
|
|
13574
|
-
"@wemap/camera": "14.1.0-beta.
|
|
13575
|
-
"@wemap/core": "14.1.0-beta.
|
|
13576
|
-
"@wemap/utils": "14.1.0-beta.
|
|
13574
|
+
"@wemap/camera": "14.1.0-beta.2",
|
|
13575
|
+
"@wemap/core": "14.1.0-beta.2",
|
|
13576
|
+
"@wemap/utils": "14.1.0-beta.2"
|
|
13577
13577
|
},
|
|
13578
13578
|
devDependencies: {
|
|
13579
13579
|
"@wemap/geo-legacy": "^13.3.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wemap/providers",
|
|
3
|
-
"version": "14.1.0
|
|
3
|
+
"version": "14.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"dist"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@wemap/camera": "14.1.0
|
|
21
|
-
"@wemap/core": "14.1.0
|
|
22
|
-
"@wemap/utils": "14.1.0
|
|
20
|
+
"@wemap/camera": "14.1.0",
|
|
21
|
+
"@wemap/core": "14.1.0",
|
|
22
|
+
"@wemap/utils": "14.1.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@wemap/geo-legacy": "^13.3.0",
|