@alwatr/unicode-digits 1.0.0 → 1.0.1

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,12 @@
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.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/unicode-digits@1.0.0...@alwatr/unicode-digits@1.0.1) (2024-10-11)
7
+
8
+ ### Miscellaneous Chores
9
+
10
+ * include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @AliMD
11
+
6
12
  ## 1.0.0 (2024-10-11)
7
13
 
8
14
  ### Features
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/unicode-digits v1.0.0 */
1
+ /* @alwatr/unicode-digits v1.0.1 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
File without changes
package/dist/main.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/unicode-digits v1.0.0 */
1
+ /* @alwatr/unicode-digits v1.0.1 */
2
2
 
3
3
  // src/main.ts
4
4
  var supportedLanguageList = {
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/unicode-digits",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Convert the String of number of the source language to the destination language.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -33,7 +33,9 @@
33
33
  },
34
34
  "license": "AGPL-3.0-only",
35
35
  "files": [
36
- "**/*.{js,mjs,cjs,map,d.ts,html,md}"
36
+ "**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}",
37
+ "LICENSE",
38
+ "!demo/**/*"
37
39
  ],
38
40
  "publishConfig": {
39
41
  "access": "public"
@@ -65,11 +67,11 @@
65
67
  "clean": "rm -rfv dist *.tsbuildinfo"
66
68
  },
67
69
  "devDependencies": {
68
- "@alwatr/nano-build": "^2.0.0",
69
- "@alwatr/prettier-config": "^1.0.5",
70
- "@alwatr/tsconfig-base": "^1.3.1",
71
- "@alwatr/type-helper": "^2.0.1",
70
+ "@alwatr/nano-build": "^2.0.1",
71
+ "@alwatr/prettier-config": "^1.0.6",
72
+ "@alwatr/tsconfig-base": "^1.3.2",
73
+ "@alwatr/type-helper": "^2.0.2",
72
74
  "typescript": "^5.6.3"
73
75
  },
74
- "gitHead": "e0b3b4a47c02a395046982803b2e431c6ee3b0ab"
76
+ "gitHead": "2a35f99b0347aacdccf3b6f28b30ca902f02a2f1"
75
77
  }