@uppy/instagram
Advanced tools
Comparing version 1.4.9 to 1.4.10
@@ -92,2 +92,2 @@ var _class, _temp; | ||
return Instagram; | ||
}(Plugin), _class.VERSION = "1.4.9", _temp); | ||
}(Plugin), _class.VERSION = "1.4.10", _temp); |
{ | ||
"name": "@uppy/instagram", | ||
"description": "Import photos and videos from Instagram, into Uppy.", | ||
"version": "1.4.9", | ||
"version": "1.4.10", | ||
"license": "MIT", | ||
@@ -26,5 +26,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^1.5.1", | ||
"@uppy/provider-views": "^1.7.0", | ||
"@uppy/utils": "^3.2.0", | ||
"@uppy/companion-client": "^1.5.2", | ||
"@uppy/provider-views": "^1.7.1", | ||
"@uppy/utils": "^3.2.1", | ||
"preact": "8.2.9" | ||
@@ -35,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "16686fc0cae55dd40f449f63005273145aba7df3" | ||
"gitHead": "2d91641ddd1efbb7b21ba850156d865491999106" | ||
} |
@@ -20,3 +20,3 @@ # @uppy/instagram | ||
const uppy = Uppy() | ||
const uppy = new Uppy() | ||
uppy.use(Instagram, { | ||
@@ -23,0 +23,0 @@ }) |
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
16615
Updated@uppy/provider-views@^1.7.1
Updated@uppy/utils@^3.2.1