@cocreate/conditional-logic
Advanced tools
Comparing version 1.5.14 to 1.5.15
@@ -0,1 +1,8 @@ | ||
## [1.5.15](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.14...v1.5.15) (2023-06-04) | ||
### Bug Fixes | ||
* Refactor CoCreate.config.js to remove hard-coded credentials ([cf26b27](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/cf26b275f4907b4226ce4c50c3269da222576d24)) | ||
## [1.5.14](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.5.13...v1.5.14) (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/conditional-logic", | ||
"version": "1.5.14", | ||
"version": "1.5.15", | ||
"description": "Simple JS component show & hide elements conditionally with inputs,checkbox,radio,btn etc.Great for creating tabs, accordions, dynamic forms, etc. Easy Configuration using HTML5 data 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
103024