@geowiki/core 0.16.0-dev.5 → 0.16.0-dev.7

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 CHANGED
@@ -2216,16 +2216,16 @@ var getHostData = () => {
2216
2216
  cmsUrl: "https://cms.main.geo-wiki.org/urbanreleaf",
2217
2217
  redirectUrl: "/"
2218
2218
  },
2219
- {
2220
- host: "geoquest.iiasa.ac.at",
2221
- cmsUrl: "https://cms.geowiki.iiasa.ac.at/geoquest",
2222
- redirectUrl: "/"
2223
- },
2224
- {
2225
- host: "geo-quest.org",
2226
- cmsUrl: "https://cms.geowiki.iiasa.ac.at/geoquest",
2227
- redirectUrl: "/"
2228
- },
2219
+ // {
2220
+ // host: "geoquest.iiasa.ac.at",
2221
+ // cmsUrl: "https://cms.geowiki.iiasa.ac.at/geoquest",
2222
+ // redirectUrl: "/",
2223
+ // },
2224
+ // {
2225
+ // host: "geo-quest.org",
2226
+ // cmsUrl: "https://cms.geowiki.iiasa.ac.at/geoquest",
2227
+ // redirectUrl: "/",
2228
+ // },
2229
2229
  {
2230
2230
  host: "data.geo-trees.org",
2231
2231
  cmsUrl: "https://cms.main.geo-wiki.org/geotrees",
package/dist/index.mjs CHANGED
@@ -2008,16 +2008,16 @@ var getHostData = () => {
2008
2008
  cmsUrl: "https://cms.main.geo-wiki.org/urbanreleaf",
2009
2009
  redirectUrl: "/"
2010
2010
  },
2011
- {
2012
- host: "geoquest.iiasa.ac.at",
2013
- cmsUrl: "https://cms.geowiki.iiasa.ac.at/geoquest",
2014
- redirectUrl: "/"
2015
- },
2016
- {
2017
- host: "geo-quest.org",
2018
- cmsUrl: "https://cms.geowiki.iiasa.ac.at/geoquest",
2019
- redirectUrl: "/"
2020
- },
2011
+ // {
2012
+ // host: "geoquest.iiasa.ac.at",
2013
+ // cmsUrl: "https://cms.geowiki.iiasa.ac.at/geoquest",
2014
+ // redirectUrl: "/",
2015
+ // },
2016
+ // {
2017
+ // host: "geo-quest.org",
2018
+ // cmsUrl: "https://cms.geowiki.iiasa.ac.at/geoquest",
2019
+ // redirectUrl: "/",
2020
+ // },
2021
2021
  {
2022
2022
  host: "data.geo-trees.org",
2023
2023
  cmsUrl: "https://cms.main.geo-wiki.org/geotrees",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geowiki/core",
3
- "version": "0.16.0-dev.5",
3
+ "version": "0.16.0-dev.7",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -20,8 +20,8 @@
20
20
  "eslint": "^8.56.0",
21
21
  "tsup": "^8.0.2",
22
22
  "typescript": "5.4.2",
23
- "eslint-config-custom": "0.0.0",
24
- "tsconfig": "0.0.0"
23
+ "tsconfig": "0.0.0",
24
+ "eslint-config-custom": "0.0.0"
25
25
  },
26
26
  "dependencies": {
27
27
  "cookies-next": "^4.1.1",
@@ -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.5",
34
- "@geowiki/cms-proxy": "0.16.0-dev.5",
35
- "@geowiki/evoland-api-proxy": "0.16.0-dev.5"
33
+ "@geowiki/api-proxy": "0.16.0-dev.7",
34
+ "@geowiki/cms-proxy": "0.16.0-dev.7",
35
+ "@geowiki/evoland-api-proxy": "0.16.0-dev.7"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@react-leaflet/core": "^2.1.0",