@redus/georedus-ui 0.8.2 → 0.8.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/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @orioro/template-react
2
2
 
3
+ ## 0.8.6
4
+
5
+ ### Patch Changes
6
+
7
+ - update dev metadata api url
8
+
9
+ ## 0.8.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ - @orioro/react-maplibre-util@0.5.2
15
+
16
+ ## 0.8.4
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @orioro/react-maplibre-util@0.5.1
22
+
23
+ ## 0.8.3
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @orioro/react-maplibre-util@0.5.0
29
+
3
30
  ## 0.8.2
4
31
 
5
32
  ### Patch Changes
package/dist/main.js CHANGED
@@ -18,6 +18,7 @@ import { CsvImportDialog } from '@orioro/react-csv';
18
18
  import Highlighter from 'react-highlight-words';
19
19
  import { makeSortableMultiList } from '@orioro/react-sortable';
20
20
  import { fmtLayerAbsoluteId, makeSyncedMaps, LayeredMap, HoverTooltip, ControlContainer, InspectControl, MapWindow, TerrainControl, fitGeometry } from '@orioro/react-maplibre-util';
21
+ import '@maplibre/maplibre-gl-inspect/dist/maplibre-gl-inspect.css';
21
22
  import { Legend } from '@orioro/react-chart-util';
22
23
  import 'maplibre-gl/dist/maplibre-gl.css';
23
24
  import { useQueries, useQuery } from '@tanstack/react-query';
@@ -4332,7 +4333,7 @@ var _a;
4332
4333
  //
4333
4334
  // TODO: set dynamic values
4334
4335
  //
4335
- var HARD_CODED_ALLOW_FETCH_SOURCES = (_a = {}, _a['https://dev-geoapi-metadata.orioro.design'] = ['GET', 'POST'], _a['http://localhost:6001'] = ['GET', 'POST'], _a);
4336
+ var HARD_CODED_ALLOW_FETCH_SOURCES = (_a = {}, _a['https://dev-geoapi-metadata.orioro.design'] = ['GET', 'POST'], _a['http://localhost:8001'] = ['GET', 'POST'], _a);
4336
4337
  console.warn('TODO: remove HARD_CODED_ALLOW_FETCH_SOURCES');
4337
4338
  function isFetchAllowed(resource, options) {
4338
4339
  return __awaiter(this, void 0, void 0, function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redus/georedus-ui",
3
- "version": "0.8.2",
3
+ "version": "0.8.6",
4
4
  "packageManager": "yarn@4.0.2",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
@@ -52,7 +52,7 @@
52
52
  "@orioro/react-csv": "^0.0.2",
53
53
  "@orioro/react-dialogs": "^0.0.2",
54
54
  "@orioro/react-dir-nav": "^0.1.0",
55
- "@orioro/react-maplibre-util": "^0.4.0",
55
+ "@orioro/react-maplibre-util": "^0.5.2",
56
56
  "@orioro/react-sortable": "^0.0.2",
57
57
  "@orioro/react-ui-core": "^0.0.6",
58
58
  "@orioro/resolve": "^0.1.2",