@geoalgeria/poste 2.1.0 → 2.1.1

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
+ Data © Algérie Poste; redistributed for reference
28
+
29
+ The underlying data is © Algérie Poste, redistributed for reference and to power GeoAlgeria (https://geoalgeria.com).
package/README.ar.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  [![npm](https://img.shields.io/npm/v/@geoalgeria/poste)](https://www.npmjs.com/package/@geoalgeria/poste)
10
10
  [![npm downloads](https://img.shields.io/npm/dm/@geoalgeria/poste)](https://www.npmjs.com/package/@geoalgeria/poste)
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/poste)](https://www.npmjs.com/package/@geoalgeria/poste)
10
10
  [![npm downloads](https://img.shields.io/npm/dm/@geoalgeria/poste)](https://www.npmjs.com/package/@geoalgeria/poste)
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/poste)](https://www.npmjs.com/package/@geoalgeria/poste)
10
10
  [![npm downloads](https://img.shields.io/npm/dm/@geoalgeria/poste)](https://www.npmjs.com/package/@geoalgeria/poste)
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/poste",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "type": "module",
5
5
  "description": "Algeria post offices (3908) and ATMs (2026) — real postal codes, bilingual names, coordinates, commune/wilaya linkage. Sourced from Algérie Poste (baridimap.poste.dz). JSON, CSV, GeoJSON.",
6
6
  "main": "index.js",
@@ -39,7 +39,7 @@
39
39
  "dz"
40
40
  ],
41
41
  "author": "Yasser's Studio (https://yasser.studio)",
42
- "license": "MIT",
42
+ "license": "SEE LICENSE IN LICENSE",
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },