@cocreate/instagram
Advanced tools
Comparing version 1.4.14 to 1.4.15
@@ -0,1 +1,8 @@ | ||
## [1.4.15](https://github.com/CoCreate-app/CoCreate-instagram/compare/v1.4.14...v1.4.15) (2023-06-04) | ||
### Bug Fixes | ||
* Refactor CoCreate.config.js to remove hard-coded credentials ([7b0ba64](https://github.com/CoCreate-app/CoCreate-instagram/commit/7b0ba64a6eefeb3f8937c97f9378bdf13e5d682f)) | ||
## [1.4.14](https://github.com/CoCreate-app/CoCreate-instagram/compare/v1.4.13...v1.4.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/instagram", | ||
"version": "1.4.14", | ||
"version": "1.4.15", | ||
"description": "A simple instagram component in 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
82452