@geoalgeria/culture 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,9 @@ 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
+ Factual public listing (Ministry of Culture); commune linkage from the GeoAlgeria set
28
+
29
+ The data is a factual public listing from the Ministry of Culture's cultural-heritage portal (names, types, coordinates and 360° tours as published). Commune/wilaya linkage is derived from the geoalgeria administrative dataset.
package/README.ar.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  [![npm](https://img.shields.io/npm/v/@geoalgeria/culture)](https://www.npmjs.com/package/@geoalgeria/culture)
10
10
  [![npm downloads](https://img.shields.io/npm/dm/@geoalgeria/culture)](https://www.npmjs.com/package/@geoalgeria/culture)
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/culture)](https://www.npmjs.com/package/@geoalgeria/culture)
10
10
  [![npm downloads](https://img.shields.io/npm/dm/@geoalgeria/culture)](https://www.npmjs.com/package/@geoalgeria/culture)
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/culture)](https://www.npmjs.com/package/@geoalgeria/culture)
10
10
  [![npm downloads](https://img.shields.io/npm/dm/@geoalgeria/culture)](https://www.npmjs.com/package/@geoalgeria/culture)
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/culture",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "type": "module",
5
5
  "description": "Algeria's cultural atlas — protected heritage sites, museums, theatres, libraries and cultural establishments (maisons & palais de culture, cinemas, culture directorates, arts schools) from the Ministry of Culture's Patrimoine Culturel portal, bilingual FR/AR, fully geocoded, with commune/wilaya linkage. JSON, CSV, GeoJSON, TypeScript.",
6
6
  "main": "index.js",
@@ -42,7 +42,7 @@
42
42
  "dz"
43
43
  ],
44
44
  "author": "Yasser's Studio (https://yasser.studio)",
45
- "license": "MIT",
45
+ "license": "SEE LICENSE IN LICENSE",
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },