@texting/charset-fullwidth
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@texting/charset-fullwidth", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Convert between half-width and full-width", | ||
@@ -10,2 +10,5 @@ "type": "module", | ||
], | ||
"engines": { | ||
"node": ">=22.0.0" | ||
}, | ||
"publishConfig": { | ||
@@ -15,8 +18,8 @@ "access": "public" | ||
"dependencies": { | ||
"@texting/regex-charset": "^0.2.1", | ||
"@typen/num-strict": "^0.1.19", | ||
"@texting/lange": "^0.2.1", | ||
"@texting/charset-ansi": "^0.2.1", | ||
"@texting/enum-chars": "^0.2.1", | ||
"@texting/enum-chars-fullwidth": "^0.2.1" | ||
"@texting/regex-charset": "^0.2.2", | ||
"@typen/num-strict": "^0.2.0", | ||
"@texting/charset-ansi": "^0.2.2", | ||
"@texting/enum-chars-fullwidth": "^0.2.2", | ||
"@texting/lange": "^0.2.2", | ||
"@texting/enum-chars": "^0.2.2" | ||
}, | ||
@@ -23,0 +26,0 @@ "repository": { |
6774
+ Added@typen/enum-data-types@0.2.0(transitive)
+ Added@typen/num-strict@0.2.0(transitive)
+ Added@typen/typ@0.2.0(transitive)
- Removed@typen/enum-data-types@0.1.19(transitive)
- Removed@typen/num-strict@0.1.19(transitive)
- Removed@typen/typ@0.1.19(transitive)
Updated@texting/charset-ansi@^0.2.2
Updated@texting/enum-chars@^0.2.2
Updated@texting/lange@^0.2.2
Updated@typen/num-strict@^0.2.0