@geoalgeria/sante 2.0.1 → 2.0.2

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/LICENSE CHANGED
@@ -1,3 +1,5 @@
1
+ ## Code
2
+
1
3
  MIT License
2
4
 
3
5
  Copyright (c) 2025-2026 Yasser's Studio (https://yasser.studio)
@@ -19,3 +21,12 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
21
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
22
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
23
  SOFTWARE.
24
+
25
+ ## Data
26
+
27
+ Official registry (Ministry of Health); geocoding ODbL/CC0
28
+
29
+ The data is a composite:
30
+
31
+ - The Ministry of Health registry (names, type, wilaya) is a factual public-sector listing.
32
+ - Coordinates are derived from Wikidata (CC0, public domain) and OpenStreetMap (© OpenStreetMap contributors, licensed under the ODbL 1.0, https://www.openstreetmap.org/copyright). If you use or redistribute this dataset, you must attribute OpenStreetMap contributors and keep derived databases under a compatible license.
package/README.ar.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  [![npm](https://img.shields.io/npm/v/@geoalgeria/sante)](https://www.npmjs.com/package/@geoalgeria/sante)
10
10
  [![npm downloads](https://img.shields.io/npm/dm/@geoalgeria/sante)](https://www.npmjs.com/package/@geoalgeria/sante)
11
- [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
11
+ [![Code: MIT](https://img.shields.io/badge/Code-MIT-green.svg)](LICENSE)
12
12
 
13
13
  </div>
14
14
 
package/README.fr.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  [![npm](https://img.shields.io/npm/v/@geoalgeria/sante)](https://www.npmjs.com/package/@geoalgeria/sante)
10
10
  [![npm downloads](https://img.shields.io/npm/dm/@geoalgeria/sante)](https://www.npmjs.com/package/@geoalgeria/sante)
11
- [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
11
+ [![Code: MIT](https://img.shields.io/badge/Code-MIT-green.svg)](LICENSE)
12
12
 
13
13
  </div>
14
14
 
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  [![npm](https://img.shields.io/npm/v/@geoalgeria/sante)](https://www.npmjs.com/package/@geoalgeria/sante)
10
10
  [![npm downloads](https://img.shields.io/npm/dm/@geoalgeria/sante)](https://www.npmjs.com/package/@geoalgeria/sante)
11
- [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
11
+ [![Code: MIT](https://img.shields.io/badge/Code-MIT-green.svg)](LICENSE)
12
12
 
13
13
  </div>
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geoalgeria/sante",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "type": "module",
5
5
  "description": "Public health establishments of Algeria — hospitals (EPH), proximity health (EPSP), specialized hospitals (EHS) and university hospitals (CHU) from the Ministry of Health, bilingual FR/AR, geocoded via OpenStreetMap & Wikidata, with commune/wilaya linkage. JSON, CSV, GeoJSON, TypeScript.",
6
6
  "main": "index.js",
@@ -43,7 +43,7 @@
43
43
  "dz"
44
44
  ],
45
45
  "author": "Yasser's Studio (https://yasser.studio)",
46
- "license": "MIT",
46
+ "license": "SEE LICENSE IN LICENSE",
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },