@uppy/instagram
Advanced tools
Comparing version 0.30.4 to 0.30.5
@@ -40,3 +40,3 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } | ||
_this.provider = new Provider(uppy, { | ||
serverUrl: _this.opts.serverUrl, | ||
companionUrl: _this.opts.companionUrl, | ||
serverHeaders: _this.opts.serverHeaders, | ||
@@ -43,0 +43,0 @@ storage: _this.opts.storage, |
{ | ||
"name": "@uppy/instagram", | ||
"description": "Import photos and videos from Instagram, into Uppy.", | ||
"version": "0.30.4", | ||
"version": "0.30.5", | ||
"license": "MIT", | ||
@@ -26,9 +26,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "0.28.4", | ||
"@uppy/provider-views": "0.30.4", | ||
"@uppy/utils": "0.30.4", | ||
"@uppy/companion-client": "0.28.5", | ||
"@uppy/provider-views": "0.30.5", | ||
"@uppy/utils": "0.30.5", | ||
"preact": "^8.2.9" | ||
}, | ||
"devDependencies": { | ||
"@uppy/core": "0.30.4" | ||
"@uppy/core": "0.30.5" | ||
}, | ||
@@ -38,3 +38,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "7ae8af44abdd42eef71c46b831b2e3dadb00237f" | ||
"gitHead": "0f95529cc56175c017e149dd3a122a3bcf9325b7" | ||
} |
@@ -21,3 +21,3 @@ const { Plugin } = require('@uppy/core') | ||
this.provider = new Provider(uppy, { | ||
serverUrl: this.opts.serverUrl, | ||
companionUrl: this.opts.companionUrl, | ||
serverHeaders: this.opts.serverHeaders, | ||
@@ -24,0 +24,0 @@ storage: this.opts.storage, |
@@ -6,4 +6,4 @@ import Uppy = require('@uppy/core'); | ||
interface InstagramOptions extends Uppy.PluginOptions, CompanionClient.ProviderOptions { | ||
serverUrl: string; | ||
serverPattern: string | RegExp | Array<string | RegExp>; | ||
companionUrl: string; | ||
companionAllowedHosts: string | RegExp | Array<string | RegExp>; | ||
} | ||
@@ -10,0 +10,0 @@ } |
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
12767
+ Added@uppy/companion-client@0.28.5(transitive)
+ Added@uppy/provider-views@0.30.5(transitive)
- Removed@uppy/companion-client@0.28.4(transitive)
- Removed@uppy/provider-views@0.30.4(transitive)
- Removed@uppy/utils@0.30.4(transitive)
Updated@uppy/provider-views@0.30.5
Updated@uppy/utils@0.30.5