@geowiki/core 0.16.0-dev.4 → 0.16.0-dev.6
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 +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2216,11 +2216,11 @@ var getHostData = () => {
|
|
|
2216
2216
|
cmsUrl: "https://cms.main.geo-wiki.org/urbanreleaf",
|
|
2217
2217
|
redirectUrl: "/"
|
|
2218
2218
|
},
|
|
2219
|
-
{
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
},
|
|
2219
|
+
// {
|
|
2220
|
+
// host: "geoquest.iiasa.ac.at",
|
|
2221
|
+
// cmsUrl: "https://cms.geowiki.iiasa.ac.at/geoquest",
|
|
2222
|
+
// redirectUrl: "/",
|
|
2223
|
+
// },
|
|
2224
2224
|
{
|
|
2225
2225
|
host: "geo-quest.org",
|
|
2226
2226
|
cmsUrl: "https://cms.geowiki.iiasa.ac.at/geoquest",
|
package/dist/index.mjs
CHANGED
|
@@ -2008,11 +2008,11 @@ var getHostData = () => {
|
|
|
2008
2008
|
cmsUrl: "https://cms.main.geo-wiki.org/urbanreleaf",
|
|
2009
2009
|
redirectUrl: "/"
|
|
2010
2010
|
},
|
|
2011
|
-
{
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
},
|
|
2011
|
+
// {
|
|
2012
|
+
// host: "geoquest.iiasa.ac.at",
|
|
2013
|
+
// cmsUrl: "https://cms.geowiki.iiasa.ac.at/geoquest",
|
|
2014
|
+
// redirectUrl: "/",
|
|
2015
|
+
// },
|
|
2016
2016
|
{
|
|
2017
2017
|
host: "geo-quest.org",
|
|
2018
2018
|
cmsUrl: "https://cms.geowiki.iiasa.ac.at/geoquest",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geowiki/core",
|
|
3
|
-
"version": "0.16.0-dev.
|
|
3
|
+
"version": "0.16.0-dev.6",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"geotiff": "^2.1.3",
|
|
31
31
|
"xlsx": "^0.18.5",
|
|
32
32
|
"zustand": "4.5.1",
|
|
33
|
-
"@geowiki/api-proxy": "0.16.0-dev.
|
|
34
|
-
"@geowiki/cms-proxy": "0.16.0-dev.
|
|
35
|
-
"@geowiki/evoland-api-proxy": "0.16.0-dev.
|
|
33
|
+
"@geowiki/api-proxy": "0.16.0-dev.6",
|
|
34
|
+
"@geowiki/cms-proxy": "0.16.0-dev.6",
|
|
35
|
+
"@geowiki/evoland-api-proxy": "0.16.0-dev.6"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@react-leaflet/core": "^2.1.0",
|