@uppy/instagram
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -52,3 +52,3 @@ var _class, _temp; | ||
companionUrl: _this.opts.companionUrl, | ||
serverHeaders: _this.opts.serverHeaders, | ||
companionHeaders: _this.opts.companionHeaders || _this.opts.serverHeaders, | ||
storage: _this.opts.storage, | ||
@@ -105,2 +105,2 @@ provider: 'instagram', | ||
return Instagram; | ||
}(Plugin), _class.VERSION = "1.3.0", _temp); | ||
}(Plugin), _class.VERSION = "1.3.1", _temp); |
{ | ||
"name": "@uppy/instagram", | ||
"description": "Import photos and videos from Instagram, into Uppy.", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"license": "MIT", | ||
@@ -26,5 +26,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^1.3.0", | ||
"@uppy/provider-views": "^1.3.0", | ||
"@uppy/utils": "^1.3.0", | ||
"@uppy/companion-client": "^1.4.0", | ||
"@uppy/provider-views": "^1.4.0", | ||
"@uppy/utils": "^2.0.0", | ||
"preact": "8.2.9" | ||
@@ -35,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "056a7114a15fc7480a4014342d7f2c19305dc96c" | ||
"gitHead": "4e32e61d7c7821ca5d8641a3df741487ea27f0bb" | ||
} |
@@ -24,3 +24,3 @@ const { Plugin } = require('@uppy/core') | ||
companionUrl: this.opts.companionUrl, | ||
serverHeaders: this.opts.serverHeaders, | ||
companionHeaders: this.opts.companionHeaders || this.opts.serverHeaders, | ||
storage: this.opts.storage, | ||
@@ -27,0 +27,0 @@ provider: 'instagram', |
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
12484
+ Added@uppy/utils@2.4.4(transitive)
- Removed@uppy/utils@1.3.0(transitive)
Updated@uppy/provider-views@^1.4.0
Updated@uppy/utils@^2.0.0