apdev-js 0.2.2 → 0.2.4
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/package.json +5 -5
- package/src/charsets/base.json +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apdev-js",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "General-purpose development tools for TypeScript/JavaScript projects - character validation, circular import detection, and more",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
"typescript",
|
|
43
43
|
"javascript"
|
|
44
44
|
],
|
|
45
|
-
"author": "
|
|
45
|
+
"author": "aiperceivable <tercel.yi@gmail.com>",
|
|
46
46
|
"license": "Apache-2.0",
|
|
47
47
|
"repository": {
|
|
48
48
|
"type": "git",
|
|
49
|
-
"url": "https://github.com/
|
|
49
|
+
"url": "https://github.com/aiperceivable/apdev",
|
|
50
50
|
"directory": "typescript"
|
|
51
51
|
},
|
|
52
|
-
"homepage": "https://
|
|
52
|
+
"homepage": "https://aiperceivable.com",
|
|
53
53
|
"bugs": {
|
|
54
|
-
"url": "https://github.com/
|
|
54
|
+
"url": "https://github.com/aiperceivable/apdev/issues"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"commander": "^13.0.0"
|
package/src/charsets/base.json
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
{ "start": "0x2300", "end": "0x23FF", "name": "Miscellaneous Technical" },
|
|
20
20
|
{ "start": "0x2500", "end": "0x257F", "name": "Box Drawing" },
|
|
21
21
|
{ "start": "0x2580", "end": "0x259F", "name": "Block Elements" },
|
|
22
|
+
{ "start": "0x2460", "end": "0x24FF", "name": "Enclosed Alphanumerics" },
|
|
22
23
|
{ "start": "0x25A0", "end": "0x25FF", "name": "Geometric Shapes" },
|
|
23
24
|
{ "start": "0x2800", "end": "0x28FF", "name": "Braille Patterns" },
|
|
24
25
|
{ "start": "0x2B00", "end": "0x2BFF", "name": "Miscellaneous Symbols and Arrows" },
|