@alwatr/unicode-digits 5.5.4 → 5.5.6

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/README.md CHANGED
@@ -86,6 +86,4 @@ The following companies, organizations, and individuals support Nanolib ongoing
86
86
 
87
87
  Contributions are welcome! Please read our [contribution guidelines](https://github.com/Alwatr/.github/blob/next/CONTRIBUTING.md) before submitting a pull request.
88
88
 
89
- ### License
90
89
 
91
- This project is licensed under the [AGPL-3.0 License](LICENSE).
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/unicode-digits v5.5.4 */
1
+ /* @alwatr/unicode-digits v5.5.6 */
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.4");
28
+ __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/unicode-digits", "5.5.6");
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.4 */
1
+ /* @alwatr/unicode-digits v5.5.6 */
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.4");
5
+ __dev_mode__: packageTracer.add("@alwatr/unicode-digits", "5.5.6");
6
6
  var supportedLanguageList = {
7
7
  en: 48,
8
8
  ar: 1632,
package/package.json CHANGED
@@ -1,29 +1,19 @@
1
1
  {
2
2
  "name": "@alwatr/unicode-digits",
3
- "version": "5.5.4",
4
3
  "description": "Convert the String of number of the source language to the destination language.",
4
+ "version": "5.5.6",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
- "keywords": [
7
- "unicode-digits",
8
- "unicode",
9
- "digits",
10
- "cross-platform",
11
- "ECMAScript",
12
- "typescript",
13
- "javascript",
14
- "browser",
15
- "esm",
16
- "module",
17
- "utility",
18
- "util",
19
- "utils",
20
- "nanolib",
21
- "alwatr"
22
- ],
23
- "type": "module",
24
- "main": "./dist/main.cjs",
25
- "module": "./dist/main.mjs",
26
- "types": "./dist/main.d.ts",
6
+ "bugs": "https://github.com/Alwatr/nanolib/issues",
7
+ "dependencies": {
8
+ "@alwatr/package-tracer": "5.5.6"
9
+ },
10
+ "devDependencies": {
11
+ "@alwatr/nano-build": "6.0.1",
12
+ "@alwatr/prettier-config": "5.0.2",
13
+ "@alwatr/tsconfig-base": "5.0.2",
14
+ "@alwatr/type-helper": "5.4.4",
15
+ "typescript": "^5.9.2"
16
+ },
27
17
  "exports": {
28
18
  ".": {
29
19
  "types": "./dist/main.d.ts",
@@ -31,12 +21,33 @@
31
21
  "require": "./dist/main.cjs"
32
22
  }
33
23
  },
34
- "license": "AGPL-3.0-only",
35
24
  "files": [
36
25
  "**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}",
37
26
  "LICENSE",
38
27
  "!demo/**/*"
39
28
  ],
29
+ "homepage": "https://github.com/Alwatr/nanolib/tree/next/packages/unicode-digits#readme",
30
+ "keywords": [
31
+ "alwatr",
32
+ "browser",
33
+ "cross-platform",
34
+ "digits",
35
+ "ECMAScript",
36
+ "esm",
37
+ "javascript",
38
+ "module",
39
+ "nanolib",
40
+ "typescript",
41
+ "unicode",
42
+ "unicode-digits",
43
+ "util",
44
+ "utility",
45
+ "utils"
46
+ ],
47
+ "license": "MPL-2.0",
48
+ "main": "./dist/main.cjs",
49
+ "module": "./dist/main.mjs",
50
+ "prettier": "@alwatr/prettier-config",
40
51
  "publishConfig": {
41
52
  "access": "public"
42
53
  },
@@ -45,36 +56,23 @@
45
56
  "url": "https://github.com/Alwatr/nanolib",
46
57
  "directory": "packages/unicode-digits"
47
58
  },
48
- "homepage": "https://github.com/Alwatr/nanolib/tree/next/packages/unicode-digits#readme",
49
- "bugs": {
50
- "url": "https://github.com/Alwatr/nanolib/issues"
51
- },
52
- "prettier": "@alwatr/prettier-config",
53
59
  "scripts": {
54
60
  "b": "yarn run build",
55
- "t": "yarn run test",
56
- "w": "yarn run watch",
57
- "c": "yarn run clean",
58
- "cb": "yarn run clean && yarn run build",
59
- "d": "yarn run build:es && yarn node --enable-source-maps --trace-warnings",
60
61
  "build": "yarn run build:ts && yarn run build:es",
61
62
  "build:es": "nano-build --preset=module",
62
63
  "build:ts": "tsc --build",
64
+ "c": "yarn run clean",
65
+ "cb": "yarn run clean && yarn run build",
66
+ "clean": "rm -rfv dist *.tsbuildinfo",
67
+ "d": "yarn run build:es && yarn node --enable-source-maps --trace-warnings",
68
+ "t": "yarn run test",
63
69
  "test": "NODE_OPTIONS=\"$NODE_OPTIONS --enable-source-maps --experimental-vm-modules\" jest",
70
+ "w": "yarn run watch",
64
71
  "watch": "yarn run watch:ts & yarn run watch:es",
65
72
  "watch:es": "yarn run build:es --watch",
66
- "watch:ts": "yarn run build:ts --watch --preserveWatchOutput",
67
- "clean": "rm -rfv dist *.tsbuildinfo"
68
- },
69
- "dependencies": {
70
- "@alwatr/package-tracer": "5.5.4"
73
+ "watch:ts": "yarn run build:ts --watch --preserveWatchOutput"
71
74
  },
72
- "devDependencies": {
73
- "@alwatr/nano-build": "5.5.4",
74
- "@alwatr/prettier-config": "5.0.0",
75
- "@alwatr/tsconfig-base": "5.0.0",
76
- "@alwatr/type-helper": "5.4.2",
77
- "typescript": "^5.8.3"
78
- },
79
- "gitHead": "dd749e0b9adecdefa8e906669858c014b53bdab0"
75
+ "type": "module",
76
+ "types": "./dist/main.d.ts",
77
+ "gitHead": "be87ff1a4a783c0707e0b06efe728a54b5348b38"
80
78
  }