@spare/lange
Advanced tools
Comparing version 0.15.16 to 0.16.0
{ | ||
"name": "@spare/lange", | ||
"version": "0.15.16", | ||
"version": "0.16.0", | ||
"description": "Get string length s.t. correcting astral codes and skipping ansi codes", | ||
"main": "dist/index.cjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"engines": { | ||
"node": ">=22.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/test.index.js" | ||
}, | ||
"dependencies": { | ||
"@spare/regex-charset": "^0.15.16" | ||
"@spare/regex-charset": "^0.16.0" | ||
}, | ||
@@ -39,3 +35,7 @@ "repository": { | ||
"homepage": "https://github.com/gadge/spare#readme", | ||
"gitHead": "e121779453066f16a664f4648547623055ec8bd5" | ||
} | ||
"gitHead": "013714aadebaa9af337026663bf023dd382725c7", | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/test.index.js" | ||
} | ||
} |
@@ -0,0 +0,0 @@ ## @spare/lange |
Sorry, the diff of this file is not supported yet
Yes
4111
4
13
+ Added@spare/regex-charset@0.16.2(transitive)
- Removed@spare/regex-charset@0.15.16(transitive)
Updated@spare/regex-charset@^0.16.0