@alwatr/i18n
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.6.1](https://github.com/AliMD/alwatr/compare/v0.6.0...v0.6.1) (2022-03-12) | ||
### Bug Fixes | ||
* **i18n:** package name in readme! ([5325e7f](https://github.com/AliMD/alwatr/commit/5325e7ff5f2b83862221544a4bcd931ed8b9f12f)) | ||
# [0.6.0](https://github.com/AliMD/alwatr/compare/v0.5.0...v0.6.0) (2022-03-11) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@alwatr/i18n", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "8ed13adce22d7bb0cc24eb17c9f8ecfb6bbe8553" | ||
"gitHead": "7daae1ddbd462e8573a30848589c17db4dac2a8e" | ||
} |
@@ -1,2 +0,2 @@ | ||
# @alwatr/fetch | ||
# @alwatr/i18n | ||
@@ -3,0 +3,0 @@ Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module. |
@@ -34,2 +34,3 @@ declare global { | ||
* Localization resource storage path (json files directory). | ||
* | ||
* @default '/l10n' | ||
@@ -36,0 +37,0 @@ */ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14619
176