sigo-package 1.2.11 → 1.2.12

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
@@ -846,7 +846,7 @@ var GemeindeChangeNomenclatura = [
846
846
  NomenClatura: "GAU"
847
847
  },
848
848
  {
849
- Gemeinde: "Bad Sobernheim",
849
+ Gemeinde: "Bad-Sobernheim",
850
850
  NomenClatura: "BAD"
851
851
  }
852
852
  ];
package/dist/index.mjs CHANGED
@@ -741,7 +741,7 @@ var GemeindeChangeNomenclatura = [
741
741
  NomenClatura: "GAU"
742
742
  },
743
743
  {
744
- Gemeinde: "Bad Sobernheim",
744
+ Gemeinde: "Bad-Sobernheim",
745
745
  NomenClatura: "BAD"
746
746
  }
747
747
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-package",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "description": "Funciones compartidas sigo",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",