@alwatr/unicode-digits 5.5.7 → 5.5.8

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
@@ -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
+ ## [5.5.8](https://github.com/Alwatr/nanolib/compare/@alwatr/unicode-digits@5.5.7...@alwatr/unicode-digits@5.5.8) (2025-09-05)
7
+
8
+ **Note:** Version bump only for package @alwatr/unicode-digits
9
+
6
10
  ## [5.5.7](https://github.com/Alwatr/nanolib/compare/@alwatr/unicode-digits@5.5.6...@alwatr/unicode-digits@5.5.7) (2025-09-01)
7
11
 
8
12
  **Note:** Version bump only for package @alwatr/unicode-digits
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/unicode-digits v5.5.7 */
1
+ /* @alwatr/unicode-digits v5.5.8 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -25,7 +25,7 @@ __export(main_exports, {
25
25
  });
26
26
  module.exports = __toCommonJS(main_exports);
27
27
  var import_package_tracer = require("@alwatr/package-tracer");
28
- __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/unicode-digits", "5.5.7");
28
+ __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/unicode-digits", "5.5.8");
29
29
  var supportedLanguageList = {
30
30
  en: 48,
31
31
  ar: 1632,
package/dist/main.mjs CHANGED
@@ -1,8 +1,8 @@
1
- /* @alwatr/unicode-digits v5.5.7 */
1
+ /* @alwatr/unicode-digits v5.5.8 */
2
2
 
3
3
  // src/main.ts
4
4
  import { packageTracer } from "@alwatr/package-tracer";
5
- __dev_mode__: packageTracer.add("@alwatr/unicode-digits", "5.5.7");
5
+ __dev_mode__: packageTracer.add("@alwatr/unicode-digits", "5.5.8");
6
6
  var supportedLanguageList = {
7
7
  en: 48,
8
8
  ar: 1632,
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@alwatr/unicode-digits",
3
3
  "description": "Convert the String of number of the source language to the destination language.",
4
- "version": "5.5.7",
4
+ "version": "5.5.8",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "bugs": "https://github.com/Alwatr/nanolib/issues",
7
7
  "dependencies": {
8
- "@alwatr/package-tracer": "5.5.7"
8
+ "@alwatr/package-tracer": "5.5.8"
9
9
  },
10
10
  "devDependencies": {
11
- "@alwatr/nano-build": "6.0.2",
11
+ "@alwatr/nano-build": "6.0.3",
12
12
  "@alwatr/prettier-config": "5.0.2",
13
13
  "@alwatr/tsconfig-base": "5.0.2",
14
14
  "@alwatr/type-helper": "5.4.4",
@@ -74,5 +74,5 @@
74
74
  },
75
75
  "type": "module",
76
76
  "types": "./dist/main.d.ts",
77
- "gitHead": "6f70c2ae343582774a7fa8694684fabb4c5ce63c"
77
+ "gitHead": "7b799c86f93bc18db2436035fcf40b58aaf43319"
78
78
  }