@cobalt-ui/utils
Advanced tools
Comparing version 0.3.0 to 0.4.0
# @cobalt-ui/utils | ||
## 0.4.0 | ||
### Minor Changes | ||
- a2a9d62: Add kebabinate() and camelize() utils | ||
### Patch Changes | ||
- ed21d56: Bump deps, add config type to docs | ||
## 0.3.0 | ||
@@ -4,0 +14,0 @@ |
export * from './ansi.js'; | ||
export * from './indent.js'; | ||
export * from './string.js'; |
export * from './ansi.js'; | ||
export * from './indent.js'; | ||
export * from './string.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@cobalt-ui/utils", | ||
"description": "Generic codegen utilities", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"author": { | ||
@@ -13,7 +13,9 @@ "name": "Drew Powers", | ||
"types": "./dist/index.d.ts", | ||
"devDependencies": { | ||
"@types/node": "^17.0.45" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"dev": "tsc -w" | ||
}, | ||
"readme": "# @cobalt-ui/utils\n\nGeneric codegen utilities for use.\n" | ||
} | ||
} |
export * from './ansi.js'; | ||
export * from './indent.js'; | ||
export * from './string.js'; |
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
14443
20
205
1