@uppy/instagram
Advanced tools
Comparing version 3.1.3 to 3.2.0
@@ -6,3 +6,3 @@ import { h } from 'preact'; | ||
const packageJson = { | ||
"version": "3.1.3" | ||
"version": "3.2.0" | ||
}; | ||
@@ -49,3 +49,4 @@ import locale from './locale.js'; | ||
provider: 'instagram', | ||
pluginId: this.id | ||
pluginId: this.id, | ||
supportsRefreshToken: false | ||
}); | ||
@@ -52,0 +53,0 @@ this.onFirstRender = this.onFirstRender.bind(this); |
{ | ||
"name": "@uppy/instagram", | ||
"description": "Import photos and videos from Instagram, into Uppy.", | ||
"version": "3.1.3", | ||
"version": "3.2.0", | ||
"license": "MIT", | ||
@@ -27,10 +27,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^3.5.0", | ||
"@uppy/provider-views": "^3.6.0", | ||
"@uppy/utils": "^5.5.2", | ||
"@uppy/companion-client": "^3.7.0", | ||
"@uppy/provider-views": "^3.8.0", | ||
"@uppy/utils": "^5.7.0", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.6.0" | ||
"@uppy/core": "^3.8.0" | ||
} | ||
} |
@@ -43,2 +43,3 @@ import { h } from 'preact' | ||
pluginId: this.id, | ||
supportsRefreshToken: false, | ||
}) | ||
@@ -45,0 +46,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
34285
230
Updated@uppy/provider-views@^3.8.0
Updated@uppy/utils@^5.7.0