Comparing version 1.0.4 to 1.0.5
@@ -21,2 +21,4 @@ "use strict"; | ||
const locale = require('./locale'); | ||
module.exports = (_temp = _class = class Box extends UIPlugin { | ||
@@ -61,7 +63,3 @@ constructor(uppy, opts) { | ||
}); | ||
this.defaultLocale = { | ||
strings: { | ||
pluginNameBox: 'Box' | ||
} | ||
}; | ||
this.defaultLocale = locale; | ||
this.i18nInit(); | ||
@@ -99,2 +97,2 @@ this.title = this.i18n('pluginNameBox'); | ||
}, _class.VERSION = "1.0.4", _temp); | ||
}, _class.VERSION = "1.0.5", _temp); |
{ | ||
"name": "@uppy/box", | ||
"description": "Import files from Box, into Uppy.", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"license": "MIT", | ||
@@ -23,14 +23,13 @@ "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" | ||
"@uppy/core": "^2.1.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "b8b4127bd55b8e7395889048407c074fce944295" | ||
} | ||
} | ||
} |
@@ -6,2 +6,4 @@ const { UIPlugin } = require('@uppy/core') | ||
const locale = require('./locale') | ||
module.exports = class Box extends UIPlugin { | ||
@@ -36,7 +38,4 @@ static VERSION = require('../package.json').version | ||
this.defaultLocale = { | ||
strings: { | ||
pluginNameBox: 'Box', | ||
}, | ||
} | ||
this.defaultLocale = locale | ||
this.i18nInit() | ||
@@ -43,0 +42,0 @@ this.title = this.i18n('pluginNameBox') |
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
15295
13
173
Updated@uppy/provider-views@^2.0.6
Updated@uppy/utils@^4.0.4