@driveflux/upload 1.4.9 → 1.5.0

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.
Files changed (2) hide show
  1. package/dist/uppy.js +4 -8
  2. package/package.json +15 -15
package/dist/uppy.js CHANGED
@@ -80,7 +80,7 @@ function _object_spread_props(target, source) {
80
80
  return target;
81
81
  }
82
82
  function _ts_generator(thisArg, body) {
83
- var f, y, t, g, _ = {
83
+ var f, y, t, _ = {
84
84
  label: 0,
85
85
  sent: function() {
86
86
  if (t[0] & 1) throw t[1];
@@ -88,12 +88,8 @@ function _ts_generator(thisArg, body) {
88
88
  },
89
89
  trys: [],
90
90
  ops: []
91
- };
92
- return g = {
93
- next: verb(0),
94
- "throw": verb(1),
95
- "return": verb(2)
96
- }, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
91
+ }, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
92
+ return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() {
97
93
  return this;
98
94
  }), g;
99
95
  function verb(n) {
@@ -106,7 +102,7 @@ function _ts_generator(thisArg, body) {
106
102
  }
107
103
  function step(op) {
108
104
  if (f) throw new TypeError("Generator is already executing.");
109
- while(_)try {
105
+ while(g && (g = 0, op[0] && (_ = 0)), _)try {
110
106
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
111
107
  if (y = 0, t) op = [
112
108
  op[0] & 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/upload",
3
- "version": "1.4.9",
3
+ "version": "1.5.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -12,26 +12,26 @@
12
12
  "dist"
13
13
  ],
14
14
  "dependencies": {
15
- "@driveflux/config": "1.8.4",
16
- "@driveflux/fetch": "6.4.0",
17
- "@driveflux/ui": "1.4.2",
18
- "@uppy/aws-s3": "4.1.0",
19
- "@uppy/core": "4.2.2",
15
+ "@driveflux/config": "1.9.0",
16
+ "@driveflux/fetch": "6.5.0",
17
+ "@driveflux/ui": "1.5.0",
18
+ "@uppy/aws-s3": "4.2.3",
19
+ "@uppy/core": "4.4.4",
20
20
  "lodash": "^4.17.21"
21
21
  },
22
22
  "devDependencies": {
23
- "@driveflux/fab": "2.4.0",
24
- "@driveflux/tsconfig": "1.3.0",
25
- "@swc/cli": "0.4.1-nightly.20240914",
26
- "@swc/core": "1.7.39",
27
- "@types/lodash": "^4.17.12",
28
- "@types/node": "^22.7.8",
29
- "@types/react": "^18.3.11",
23
+ "@driveflux/fab": "2.5.0",
24
+ "@driveflux/tsconfig": "1.4.0",
25
+ "@swc/cli": "0.7.5",
26
+ "@swc/core": "1.11.24",
27
+ "@types/lodash": "^4.17.16",
28
+ "@types/node": "^22.15.16",
29
+ "@types/react": "^19.1.3",
30
30
  "del-cli": "^6.0.0",
31
- "typescript": "^5.6.3"
31
+ "typescript": "^5.8.3"
32
32
  },
33
33
  "peerDependencies": {
34
- "react": "^19.0.0"
34
+ "react": "19.1.0"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "fab",