@uppy/instagram
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -21,2 +21,4 @@ "use strict"; | ||
const locale = require('./locale.js'); | ||
module.exports = (_temp = _class = class Instagram extends UIPlugin { | ||
@@ -48,7 +50,3 @@ constructor(uppy, opts) { | ||
this.defaultLocale = { | ||
strings: { | ||
pluginNameInstagram: 'Instagram' | ||
} | ||
}; | ||
this.defaultLocale = locale; | ||
this.i18nInit(); | ||
@@ -98,2 +96,2 @@ this.title = this.i18n('pluginNameInstagram'); | ||
}, _class.VERSION = "2.0.4", _temp); | ||
}, _class.VERSION = "2.0.5", _temp); |
{ | ||
"name": "@uppy/instagram", | ||
"description": "Import photos and videos from Instagram, into Uppy.", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"license": "MIT", | ||
@@ -26,11 +26,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^2.0.3", | ||
"@uppy/provider-views": "^2.0.4", | ||
"@uppy/utils": "^4.0.3", | ||
"@uppy/companion-client": "^2.0.4", | ||
"@uppy/provider-views": "^2.0.6", | ||
"@uppy/utils": "^4.0.4", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^2.0.0" | ||
}, | ||
"gitHead": "b8b4127bd55b8e7395889048407c074fce944295" | ||
} | ||
"@uppy/core": "^2.1.3" | ||
} | ||
} |
@@ -6,2 +6,4 @@ const { UIPlugin } = require('@uppy/core') | ||
const locale = require('./locale.js') | ||
module.exports = class Instagram extends UIPlugin { | ||
@@ -23,7 +25,4 @@ static VERSION = require('../package.json').version | ||
this.defaultLocale = { | ||
strings: { | ||
pluginNameInstagram: 'Instagram', | ||
}, | ||
} | ||
this.defaultLocale = locale | ||
this.i18nInit() | ||
@@ -30,0 +29,0 @@ this.title = this.i18n('pluginNameInstagram') |
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
18381
13
183
Updated@uppy/provider-views@^2.0.6
Updated@uppy/utils@^4.0.4