@vaadin/upload 24.5.0-alpha6 → 24.5.0-alpha7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/upload",
3
- "version": "24.5.0-alpha6",
3
+ "version": "24.5.0-alpha7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -42,13 +42,13 @@
42
42
  "dependencies": {
43
43
  "@open-wc/dedupe-mixin": "^1.3.0",
44
44
  "@polymer/polymer": "^3.0.0",
45
- "@vaadin/a11y-base": "24.5.0-alpha6",
46
- "@vaadin/button": "24.5.0-alpha6",
47
- "@vaadin/component-base": "24.5.0-alpha6",
48
- "@vaadin/progress-bar": "24.5.0-alpha6",
49
- "@vaadin/vaadin-lumo-styles": "24.5.0-alpha6",
50
- "@vaadin/vaadin-material-styles": "24.5.0-alpha6",
51
- "@vaadin/vaadin-themable-mixin": "24.5.0-alpha6",
45
+ "@vaadin/a11y-base": "24.5.0-alpha7",
46
+ "@vaadin/button": "24.5.0-alpha7",
47
+ "@vaadin/component-base": "24.5.0-alpha7",
48
+ "@vaadin/progress-bar": "24.5.0-alpha7",
49
+ "@vaadin/vaadin-lumo-styles": "24.5.0-alpha7",
50
+ "@vaadin/vaadin-material-styles": "24.5.0-alpha7",
51
+ "@vaadin/vaadin-themable-mixin": "24.5.0-alpha7",
52
52
  "lit": "^3.0.0"
53
53
  },
54
54
  "devDependencies": {
@@ -60,5 +60,5 @@
60
60
  "web-types.json",
61
61
  "web-types.lit.json"
62
62
  ],
63
- "gitHead": "c5f541dbe961a994730d4c60472ae957bf6b4c12"
63
+ "gitHead": "89f77a69ae0eba6247f2b3084941f9395d7134e1"
64
64
  }
@@ -576,7 +576,7 @@ export const UploadMixin = (superClass) =>
576
576
  if (typeof this.headers === 'string') {
577
577
  try {
578
578
  this.headers = JSON.parse(this.headers);
579
- } catch (e) {
579
+ } catch (_) {
580
580
  this.headers = undefined;
581
581
  }
582
582
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/upload",
4
- "version": "24.5.0-alpha6",
4
+ "version": "24.5.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/upload",
4
- "version": "24.5.0-alpha6",
4
+ "version": "24.5.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {