@cocreate/attributes
Advanced tools
Comparing version 1.7.13 to 1.7.14
@@ -0,1 +1,8 @@ | ||
## [1.7.14](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.7.13...v1.7.14) (2023-06-04) | ||
### Bug Fixes | ||
* Refactor CoCreate.config.js to remove hard-coded credentials ([7d6a9a5](https://github.com/CoCreate-app/CoCreate-attributes/commit/7d6a9a56ca5235a9423e61cefcdd879ef6bf5040)) | ||
## [1.7.13](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.7.12...v1.7.13) (2023-06-04) | ||
@@ -2,0 +9,0 @@ |
module.exports = { | ||
"config": { | ||
"organization_id": "5ff747727005da1c272740ab", | ||
"key": "2061acef-0451-4545-f754-60cf8160", | ||
"host": "general.cocreate.app" | ||
"organization_id": "", | ||
"key": "", | ||
"host": "" | ||
}, | ||
@@ -7,0 +7,0 @@ "sources": [ |
{ | ||
"name": "@cocreate/attributes", | ||
"version": "1.7.13", | ||
"version": "1.7.14", | ||
"description": "Simple HTML5 & JavaScript component add, update & remove values in element's attributes from input, select or js api. 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
132498