@abdess76/i18nkit 1.0.0 → 1.0.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/CHANGELOG.md CHANGED
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to
7
7
  [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
 
9
+ ## [1.0.1] - 05-01-2026
10
+
11
+ ### Changed
12
+
13
+ - Package published as scoped `@abdess76/i18nkit` on npm
14
+ - Updated documentation with correct install command
15
+
9
16
  ## [1.0.0] - 01-12-2025
10
17
 
11
18
  ### Added
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ![i18nkit](assets/logo-with-title.png)
4
4
 
5
- [![npm](https://img.shields.io/npm/v/i18nkit.svg)](https://npmjs.com/package/i18nkit)
5
+ [![npm](https://img.shields.io/npm/v/@abdess76/i18nkit.svg)](https://npmjs.com/package/@abdess76/i18nkit)
6
6
  [![node](https://img.shields.io/badge/node-%3E%3D22-brightgreen.svg)](https://nodejs.org)
7
7
  [![license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
8
8
  [![zero-deps](https://img.shields.io/badge/dependencies-0-blue.svg)](package.json)
@@ -38,7 +38,7 @@ Extensible via plugins for other frameworks and libraries.
38
38
  ### 1. Install
39
39
 
40
40
  ```bash
41
- npm install --save-dev i18nkit
41
+ npm install --save-dev @abdess76/i18nkit
42
42
  ```
43
43
 
44
44
  ### 2. Add scripts to package.json
@@ -305,5 +305,5 @@ MIT
305
305
  ---
306
306
 
307
307
  [GitHub](https://github.com/Abdess/i18nkit) ·
308
- [npm](https://npmjs.com/package/i18nkit) ·
308
+ [npm](https://npmjs.com/package/@abdess76/i18nkit) ·
309
309
  [Issues](https://github.com/Abdess/i18nkit/issues) · [Plugin Guide](PLUGINS.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abdess76/i18nkit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Universal i18n CLI - extract translation keys, sync language files, detect missing translations. Extensible plugin architecture.",
5
5
  "author": {
6
6
  "name": "Abdessamad DERRAZ",