Comparing version 2.5.0 to 2.6.0
@@ -0,1 +1,8 @@ | ||
# [2.6.0](https://github.com/xobotyi/cnbuilder/compare/v2.5.0...v2.6.0) (2020-06-11) | ||
### Features | ||
* export ClassValue type from index file. ([4778493](https://github.com/xobotyi/cnbuilder/commit/4778493f85e28e716ecf797fe64abaf7496f5470)) | ||
# [2.5.0](https://github.com/xobotyi/cnbuilder/compare/v2.4.0...v2.5.0) (2020-05-21) | ||
@@ -2,0 +9,0 @@ |
export { cnb } from './cnb'; | ||
export { dcnb } from './dcnb'; | ||
export { ClassValue } from './types'; |
{ | ||
"name": "cnbuilder", | ||
"description": "Yet another classname string builder (the fastest one)", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"main": "dist/index.js", | ||
@@ -41,3 +41,3 @@ "module": "dist/index.esm.js", | ||
"@semantic-release/npm": "^7.0.5", | ||
"@types/jest": "^25.2.3", | ||
"@types/jest": "^26.0.0", | ||
"@xobotyi/eslint-config": "^1.9.0", | ||
@@ -52,3 +52,3 @@ "@xobotyi/preset-typescript": "^1.0.0", | ||
"rollup": "^2.10.5", | ||
"rollup-plugin-terser": "^5.3.0", | ||
"rollup-plugin-terser": "^6.1.0", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
@@ -55,0 +55,0 @@ "semantic-release": "^17.0.7", |
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
18323
24