@objectstack/service-i18n 6.8.0 → 6.9.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -366,7 +366,7 @@ interface II18nService {
366
366
 
367
367
  ## License
368
368
 
369
- Apache-2.0
369
+ Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
370
370
 
371
371
  ## See Also
372
372
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@objectstack/service-i18n",
3
- "version": "6.8.0",
4
- "license": "BUSL-1.1",
3
+ "version": "6.9.0",
4
+ "license": "Apache-2.0",
5
5
  "description": "I18n Service for ObjectStack — implements II18nService with file-based locale loading",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
@@ -14,8 +14,8 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@objectstack/core": "6.8.0",
18
- "@objectstack/spec": "6.8.0"
17
+ "@objectstack/core": "6.9.0",
18
+ "@objectstack/spec": "6.9.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^25.9.1",