@geowiki/core 0.16.9-dev.22 → 0.16.9-dev.24

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
@@ -2204,21 +2204,21 @@ var getHostData = () => {
2204
2204
  cmsUrl: "https://cms.geowiki.iiasa.ac.at/canopyatlas",
2205
2205
  tenantId: "3a1481ec-90a1-47d0-c34d-70610f97a4e5",
2206
2206
  redirectUrl: "/",
2207
- protectedPaths: ["/map"]
2207
+ protectedPaths: ["/canopy-atlas"]
2208
2208
  },
2209
2209
  {
2210
2210
  host: "canopyatlas.nodes.iiasa.ac.at",
2211
2211
  cmsUrl: "https://cms.geowiki.iiasa.ac.at/canopyatlas",
2212
2212
  tenantId: "3a1481ec-90a1-47d0-c34d-70610f97a4e5",
2213
2213
  redirectUrl: "/",
2214
- protectedPaths: ["/map"]
2214
+ protectedPaths: ["/canopy-atlas"]
2215
2215
  },
2216
2216
  {
2217
2217
  host: "basf.nodes.iiasa.ac.at",
2218
2218
  cmsUrl: "https://cms.main.geo-wiki.org/basf",
2219
2219
  tenantId: "3a16570a-6c13-db58-25f7-1866c09412b7",
2220
2220
  redirectUrl: "/",
2221
- protectedPaths: ["/map"]
2221
+ protectedPaths: ["/canopy-atlas"]
2222
2222
  },
2223
2223
  {
2224
2224
  host: "evo.nodes.iiasa.ac.at",
@@ -2258,6 +2258,13 @@ var getHostData = () => {
2258
2258
  host: "geowiki.local:3000",
2259
2259
  cmsUrl: "https://cms.main.geo-wiki.org"
2260
2260
  },
2261
+ {
2262
+ host: "canopyatlas.local:3000",
2263
+ cmsUrl: "https://cms.geowiki.iiasa.ac.at/canopyatlas",
2264
+ tenantId: "3a1481ec-90a1-47d0-c34d-70610f97a4e5",
2265
+ redirectUrl: "/",
2266
+ protectedPaths: ["/canopy-atlas"]
2267
+ },
2261
2268
  {
2262
2269
  host: "recodo.local:3000",
2263
2270
  cmsUrl: "https://framework.cms.geo-wiki.org"
package/dist/index.mjs CHANGED
@@ -1972,21 +1972,21 @@ var getHostData = () => {
1972
1972
  cmsUrl: "https://cms.geowiki.iiasa.ac.at/canopyatlas",
1973
1973
  tenantId: "3a1481ec-90a1-47d0-c34d-70610f97a4e5",
1974
1974
  redirectUrl: "/",
1975
- protectedPaths: ["/map"]
1975
+ protectedPaths: ["/canopy-atlas"]
1976
1976
  },
1977
1977
  {
1978
1978
  host: "canopyatlas.nodes.iiasa.ac.at",
1979
1979
  cmsUrl: "https://cms.geowiki.iiasa.ac.at/canopyatlas",
1980
1980
  tenantId: "3a1481ec-90a1-47d0-c34d-70610f97a4e5",
1981
1981
  redirectUrl: "/",
1982
- protectedPaths: ["/map"]
1982
+ protectedPaths: ["/canopy-atlas"]
1983
1983
  },
1984
1984
  {
1985
1985
  host: "basf.nodes.iiasa.ac.at",
1986
1986
  cmsUrl: "https://cms.main.geo-wiki.org/basf",
1987
1987
  tenantId: "3a16570a-6c13-db58-25f7-1866c09412b7",
1988
1988
  redirectUrl: "/",
1989
- protectedPaths: ["/map"]
1989
+ protectedPaths: ["/canopy-atlas"]
1990
1990
  },
1991
1991
  {
1992
1992
  host: "evo.nodes.iiasa.ac.at",
@@ -2026,6 +2026,13 @@ var getHostData = () => {
2026
2026
  host: "geowiki.local:3000",
2027
2027
  cmsUrl: "https://cms.main.geo-wiki.org"
2028
2028
  },
2029
+ {
2030
+ host: "canopyatlas.local:3000",
2031
+ cmsUrl: "https://cms.geowiki.iiasa.ac.at/canopyatlas",
2032
+ tenantId: "3a1481ec-90a1-47d0-c34d-70610f97a4e5",
2033
+ redirectUrl: "/",
2034
+ protectedPaths: ["/canopy-atlas"]
2035
+ },
2029
2036
  {
2030
2037
  host: "recodo.local:3000",
2031
2038
  cmsUrl: "https://framework.cms.geo-wiki.org"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geowiki/core",
3
- "version": "0.16.9-dev.22",
3
+ "version": "0.16.9-dev.24",
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.9-dev.22",
34
- "@geowiki/cms-proxy": "0.16.9-dev.22",
35
- "@geowiki/evoland-api-proxy": "0.16.9-dev.22"
33
+ "@geowiki/api-proxy": "0.16.9-dev.24",
34
+ "@geowiki/cms-proxy": "0.16.9-dev.24",
35
+ "@geowiki/evoland-api-proxy": "0.16.9-dev.24"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@heroicons/react": "^2.1.1",