@cocreate/config
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -0,1 +1,8 @@ | ||
## [1.12.1](https://github.com/CoCreate-app/CoCreate-config/compare/v1.12.0...v1.12.1) (2024-01-11) | ||
### Bug Fixes | ||
* removed test logs ([5956d42](https://github.com/CoCreate-app/CoCreate-config/commit/5956d42fa2b5c1d13a5ab8c45bc5397e50d0e947)) | ||
# [1.12.0](https://github.com/CoCreate-app/CoCreate-config/compare/v1.11.0...v1.12.0) (2024-01-09) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/config", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all config completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -145,5 +145,2 @@ const readline = require('readline'); | ||
} else { | ||
if (key === 'host') | ||
console.log(key) | ||
if (value || value === "") { | ||
@@ -150,0 +147,0 @@ config[key] = value; |
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
94002
356