@cocreate/instagram
Advanced tools
Comparing version 1.2.62 to 1.2.63
@@ -0,1 +1,8 @@ | ||
## [1.2.63](https://github.com/CoCreate-app/CoCreate-instagram/compare/v1.2.62...v1.2.63) (2023-03-15) | ||
### Bug Fixes | ||
* actions object renamed to endPoints ([84759c9](https://github.com/CoCreate-app/CoCreate-instagram/commit/84759c91180741b61c66d7f4aa493031e581fdf1)) | ||
## [1.2.62](https://github.com/CoCreate-app/CoCreate-instagram/compare/v1.2.61...v1.2.62) (2023-02-01) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/instagram", | ||
"version": "1.2.62", | ||
"version": "1.2.63", | ||
"description": "A simple instagram component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,3 +5,3 @@ import api from '@cocreate/api' | ||
name: 'instagram', | ||
actions: { | ||
endPoints: { | ||
getUserProfile: {} | ||
@@ -11,5 +11,2 @@ }, | ||
api.init({ | ||
name: CoCreateInstagram.name, | ||
component: CoCreateInstagram, | ||
}); | ||
api.init(CoCreateInstagram); |
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
66630
206