@texting/charset-fullwidth
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -81,3 +81,3 @@ 'use strict'; | ||
if (l < (text === null || text === void 0 ? void 0 : text.length)) body += text.slice(l); | ||
if (l < (text == null ? void 0 : text.length)) body += text.slice(l); | ||
return body; | ||
@@ -84,0 +84,0 @@ } |
@@ -77,3 +77,3 @@ import { parseNum as parseNum$1 } from '@typen/num-strict'; | ||
if (l < (text === null || text === void 0 ? void 0 : text.length)) body += text.slice(l); | ||
if (l < (text == null ? void 0 : text.length)) body += text.slice(l); | ||
return body; | ||
@@ -80,0 +80,0 @@ } |
{ | ||
"name": "@texting/charset-fullwidth", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Convert between half-width and full-width", | ||
@@ -18,6 +18,6 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@texting/charset-ansi": "^0.0.10", | ||
"@texting/enum-chars": "^0.0.10", | ||
"@texting/enum-chars-fullwidth": "^0.0.10", | ||
"@texting/lange": "^0.0.10", | ||
"@texting/charset-ansi": "^0.0.11", | ||
"@texting/enum-chars": "^0.0.11", | ||
"@texting/enum-chars-fullwidth": "^0.0.11", | ||
"@texting/lange": "^0.0.11", | ||
"@typen/num-strict": "^0.1.16" | ||
@@ -41,3 +41,3 @@ }, | ||
"homepage": "https://github.com/gadge/spare#readme", | ||
"gitHead": "dc57cfa4c97ec9130bc54a0ca0644d47152bd242" | ||
"gitHead": "51e4340828860e5ae4cff91fd23764b6555cbfe4" | ||
} |
10261
+ Added@texting/charset-ansi@0.0.11(transitive)
+ Added@texting/enum-chars@0.0.11(transitive)
+ Added@texting/enum-chars-fullwidth@0.0.11(transitive)
+ Added@texting/lange@0.0.11(transitive)
+ Added@texting/regex-charset@0.0.11(transitive)
- Removed@texting/charset-ansi@0.0.10(transitive)
- Removed@texting/enum-chars@0.0.10(transitive)
- Removed@texting/enum-chars-fullwidth@0.0.10(transitive)
- Removed@texting/lange@0.0.10(transitive)
- Removed@texting/regex-charset@0.0.10(transitive)
Updated@texting/enum-chars@^0.0.11
Updated@texting/lange@^0.0.11