@nexim/localizer 1.1.1 → 1.1.2
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 +4 -0
- package/dist/main.cjs +2 -2
- package/dist/main.mjs +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.1.2](https://github.com/the-nexim/nanolib/compare/@nexim/localizer@1.1.1...@nexim/localizer@1.1.2) (2025-08-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @nexim/localizer
|
|
9
|
+
|
|
6
10
|
## [1.1.1](https://github.com/the-nexim/nanolib/compare/@nexim/localizer@1.1.0...@nexim/localizer@1.1.1) (2025-06-29)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @nexim/localizer v1.1.
|
|
1
|
+
/* @nexim/localizer v1.1.2 */
|
|
2
2
|
"use strict";
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -27,7 +27,7 @@ module.exports = __toCommonJS(main_exports);
|
|
|
27
27
|
var import_logger = require("@alwatr/logger");
|
|
28
28
|
var import_package_tracer = require("@alwatr/package-tracer");
|
|
29
29
|
var import_unicode_digits = require("@alwatr/unicode-digits");
|
|
30
|
-
__dev_mode__: import_package_tracer.packageTracer.add("@nexim/localizer", "1.1.
|
|
30
|
+
__dev_mode__: import_package_tracer.packageTracer.add("@nexim/localizer", "1.1.2");
|
|
31
31
|
var _Localizer = class _Localizer {
|
|
32
32
|
/**
|
|
33
33
|
* Creates a new instance of the Localizer class.
|
package/dist/main.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/* @nexim/localizer v1.1.
|
|
1
|
+
/* @nexim/localizer v1.1.2 */
|
|
2
2
|
|
|
3
3
|
// src/main.ts
|
|
4
4
|
import { createLogger } from "@alwatr/logger";
|
|
5
5
|
import { packageTracer } from "@alwatr/package-tracer";
|
|
6
6
|
import { UnicodeDigits } from "@alwatr/unicode-digits";
|
|
7
|
-
__dev_mode__: packageTracer.add("@nexim/localizer", "1.1.
|
|
7
|
+
__dev_mode__: packageTracer.add("@nexim/localizer", "1.1.2");
|
|
8
8
|
var _Localizer = class _Localizer {
|
|
9
9
|
/**
|
|
10
10
|
* Creates a new instance of the Localizer class.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexim/localizer",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Lightweight i18n utilities to handle translations, number formatting, date/time localization using native browser APIs.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"localization",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"@alwatr/nano-build": "^5.5.3",
|
|
57
57
|
"@alwatr/type-helper": "^5.4.1",
|
|
58
58
|
"@nexim/typescript-config": "^2.0.1",
|
|
59
|
-
"ava": "^6.4.
|
|
60
|
-
"typedoc": "^0.28.
|
|
61
|
-
"typedoc-plugin-markdown": "^4.
|
|
59
|
+
"ava": "^6.4.1",
|
|
60
|
+
"typedoc": "^0.28.10",
|
|
61
|
+
"typedoc-plugin-markdown": "^4.8.1",
|
|
62
62
|
"typedoc-plugin-no-inherit": "^1.6.1",
|
|
63
|
-
"typescript": "^5.
|
|
63
|
+
"typescript": "^5.9.2",
|
|
64
64
|
"wireit": "^0.14.12"
|
|
65
65
|
},
|
|
66
66
|
"publishConfig": {
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"command": "typedoc"
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "e67fe3938015270ff3bb71c5d76334faebc4c142"
|
|
117
117
|
}
|