@cocreate/conditional-logic
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -0,1 +1,8 @@ | ||
## [1.1.12](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.1.11...v1.1.12) (2021-09-09) | ||
### Bug Fixes | ||
* CoCreate.config directory, path, name and public ([0379b56](https://github.com/CoCreate-app/CoCreate-conditional-logic/commit/0379b56e19f0eee5118c79ff70e27993f6af3706)) | ||
## [1.1.11](https://github.com/CoCreate-app/CoCreate-conditional-logic/compare/v1.1.10...v1.1.11) (2021-09-08) | ||
@@ -2,0 +9,0 @@ |
module.exports = { | ||
"config": { | ||
"apiKey": "c2b08663-06e3-440c-ef6f-13978b42883a", | ||
"securityKey": "f26baf68-e3a9-45fc-effe-502e47116265", | ||
"organization_Id": "5de0387b12e200ea63204d6c", | ||
"host": "server.cocreate.app:8088" | ||
}, | ||
"config": { | ||
"apiKey": "2061acef-0451-4545-f754-60cf8160", | ||
"organization_Id": "5ff747727005da1c272740ab", | ||
"host": "general.cocreate.app" | ||
}, | ||
"sources": [{ | ||
@@ -15,5 +14,11 @@ "entry": "./docs/index.html", | ||
"data":{ | ||
"name": "conditional-logic Doc", | ||
"domains": ["cocreate.app", "server.cocreate.app", "ws.cocreate.app"], | ||
"path": "/docs/conditional-logic" | ||
"name": "index.html", | ||
"path": "/docs/conditional-logic/index.html", | ||
"domains": [ | ||
"general.cocreate.app" | ||
], | ||
"directory": "/docs/conditional-logic", | ||
"content-type": "text/html", | ||
"public": "true", | ||
"website_id": "61381ed8829b690010a4f2b2" | ||
} | ||
@@ -20,0 +25,0 @@ } |
{ | ||
"name": "@cocreate/conditional-logic", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"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
54521
381