@magic/cases
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@magic/cases", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"homepage": "https://magic.github.io/cases", | ||
"description": "convert between camelCase, PascalCase, snake_case, and kebab-case.", | ||
"type": "module", | ||
"scripts": { | ||
@@ -45,7 +46,7 @@ "start": "t -p", | ||
"@magic-modules/no-spy": "0.0.6", | ||
"@magic-modules/pre": "0.0.10", | ||
"@magic-themes/docs": "0.0.12", | ||
"@magic/core": "0.0.101", | ||
"@magic/format": "0.0.20", | ||
"@magic/test": "0.1.59" | ||
"@magic-modules/pre": "0.0.11", | ||
"@magic-themes/docs": "0.0.13", | ||
"@magic/core": "0.0.128", | ||
"@magic/format": "0.0.28", | ||
"@magic/test": "0.1.73" | ||
}, | ||
@@ -52,0 +53,0 @@ "author": "Wizards & Witches", |
@@ -68,3 +68,7 @@ ## @magic/cases | ||
##### 0.0.5 - unreleased | ||
##### 0.0.5 | ||
FIX: kebabcase handles camelCase strings that end with an uppercase character correctly | ||
(this fixes overflowX in @magic/css) | ||
##### 0.0.6 - unreleased | ||
... |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39096
74
Yes