@cocreate/config
Advanced tools
Comparing version 1.6.7 to 1.6.8
@@ -0,1 +1,9 @@ | ||
## [1.6.8](https://github.com/CoCreate-app/CoCreate-config/compare/v1.6.7...v1.6.8) (2023-11-09) | ||
### Bug Fixes | ||
* meta name typo ([34e8181](https://github.com/CoCreate-app/CoCreate-config/commit/34e81814d323e7309531d65c16effff95fc61ece)) | ||
* update host ([bc3dbe4](https://github.com/CoCreate-app/CoCreate-config/commit/bc3dbe4f1b535783f6f71cc33d1a82566c0c8a91)) | ||
## [1.6.7](https://github.com/CoCreate-app/CoCreate-config/compare/v1.6.6...v1.6.7) (2023-11-03) | ||
@@ -2,0 +10,0 @@ |
@@ -15,4 +15,3 @@ module.exports = { | ||
"host": [ | ||
"*", | ||
"general.cocreate.app" | ||
"*" | ||
], | ||
@@ -19,0 +18,0 @@ "directory": "config", |
{ | ||
"name": "@cocreate/config", | ||
"version": "1.6.7", | ||
"version": "1.6.8", | ||
"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": [ |
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
88697
300