@geogirafe/lib-geoportal 1.1.0-dev.2463680603 → 1.1.0-dev.2463717290

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "name": "GeoGirafe PSC",
6
6
  "url": "https://doc.geomapfish.dev"
7
7
  },
8
- "version": "1.1.0-dev.2463680603",
8
+ "version": "1.1.0-dev.2463717290",
9
9
  "type": "module",
10
10
  "engines": {
11
11
  "node": ">=20.19.0"
@@ -1 +1 @@
1
- {"version":"1.1.0-dev.2463680603", "build":"2463680603", "date":"19/04/2026"}
1
+ {"version":"1.1.0-dev.2463717290", "build":"2463717290", "date":"19/04/2026"}
@@ -248,7 +248,7 @@ class GirafeConfig {
248
248
  extension: '.csv',
249
249
  includeHeader: true,
250
250
  quote: "'",
251
- separator: ','
251
+ separator: ';' /* Switched to ';' as ',' wasn't working with MS Excel out of the Box (double-click on the file) while for example LibreOffice works with both*/
252
252
  };
253
253
  return {
254
254
  ...defaultConfig,