@furystack/i18n 1.0.24 → 1.0.25

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
@@ -1,4 +1,11 @@
1
- # Change Log
1
+ # Changelog
2
2
 
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3
+ ## [1.0.25] - 2026-01-22
4
+
5
+ ### ⬆️ Dependencies
6
+
7
+ - Dependency updates
8
+
9
+ ### 🔧 Chores
10
+
11
+ - Migrated to centralized changelog management system
package/README.md CHANGED
@@ -1,7 +1,15 @@
1
- # i18n
1
+ # @furystack/i18n
2
2
 
3
3
  General internationalization and translation management package for FuryStack.
4
4
 
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @furystack/i18n
9
+ # or
10
+ yarn add @furystack/i18n
11
+ ```
12
+
5
13
  ## Usage Example
6
14
 
7
15
  You can initialize the i18n package as follows:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@furystack/i18n",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "Generic package for i18n",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -35,13 +35,13 @@
35
35
  },
36
36
  "homepage": "https://github.com/furystack/furystack",
37
37
  "dependencies": {
38
- "@furystack/inject": "^12.0.25",
39
- "@furystack/utils": "^8.1.7"
38
+ "@furystack/inject": "^12.0.26",
39
+ "@furystack/utils": "^8.1.8"
40
40
  },
41
41
  "devDependencies": {
42
- "@types/node": "^25.0.3",
42
+ "@types/node": "^25.0.10",
43
43
  "typescript": "^5.9.3",
44
- "vitest": "^4.0.16"
44
+ "vitest": "^4.0.17"
45
45
  },
46
46
  "gitHead": "1045d854bfd8c475b7035471d130d401417a2321"
47
47
  }