@texting/phrasing
Advanced tools
Comparing version 0.1.13 to 0.2.0
{ | ||
"name": "@texting/phrasing", | ||
"version": "0.1.13", | ||
"version": "0.2.0", | ||
"description": "Convert among snake/kebab/camel/pascal phrasings", | ||
"main": "./dist/index.cjs", | ||
"exports": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
"files": [ | ||
@@ -16,10 +13,6 @@ "dist" | ||
}, | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/test.index.js" | ||
}, | ||
"dependencies": { | ||
"@texting/enum-chars": "^0.1.13", | ||
"@texting/regex-phrasing": "^0.1.13", | ||
"@vect/vector-mapper": "^0.7.16" | ||
"@vect/vector-mapper": "^0.8.0", | ||
"@texting/enum-chars": "^0.2.0", | ||
"@texting/regex-phrasing": "^0.2.0" | ||
}, | ||
@@ -44,3 +37,6 @@ "repository": { | ||
"homepage": "https://github.com/gadge/spare#readme", | ||
"gitHead": "237b214a27792b5e5b7ba22cc00dc598bf0c33b4" | ||
} | ||
"scripts": { | ||
"pub": "npm publish", | ||
"test": "node -r @babel/register test/test.index.js" | ||
} | ||
} |
@@ -0,0 +0,0 @@ ## @texting/phrasing |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Yes
7657
4
127
1
+ Added@texting/enum-chars@0.2.2(transitive)
+ Added@texting/regex-phrasing@0.2.2(transitive)
+ Added@vect/vector-mapper@0.8.0(transitive)
- Removed@texting/enum-chars@0.1.13(transitive)
- Removed@texting/regex-phrasing@0.1.13(transitive)
- Removed@vect/vector-mapper@0.7.20(transitive)
Updated@texting/enum-chars@^0.2.0
Updated@vect/vector-mapper@^0.8.0