@jerridan/convert-keys
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0
{ | ||
"name": "@jerridan/convert-keys", | ||
"version": "1.0.0-beta.1", | ||
"description": "Convert key casing in nested JS objects and arrays ", | ||
"version": "1.0.0", | ||
"description": "A tool for converting object keys between camel case, snake case and kebab case.", | ||
"main": "dist/index.js", | ||
@@ -36,2 +36,3 @@ "types": "dist/index.d.ts", | ||
"webpack": "5.89", | ||
"webpack-bundle-analyzer": "^4.10.1", | ||
"webpack-cli": "5.1" | ||
@@ -43,4 +44,5 @@ }, | ||
"test": "jest", | ||
"check-types": "tsc --noEmit" | ||
"check-types": "tsc --noEmit", | ||
"analyze": "webpack --profile --json > stats.json && webpack-bundle-analyzer stats.json" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24115
19
1
13