@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.
- package/dist/uppy.js +4 -8
- 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,
|
|
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.
|
|
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.
|
|
16
|
-
"@driveflux/fetch": "6.
|
|
17
|
-
"@driveflux/ui": "1.
|
|
18
|
-
"@uppy/aws-s3": "4.
|
|
19
|
-
"@uppy/core": "4.
|
|
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.
|
|
24
|
-
"@driveflux/tsconfig": "1.
|
|
25
|
-
"@swc/cli": "0.
|
|
26
|
-
"@swc/core": "1.
|
|
27
|
-
"@types/lodash": "^4.17.
|
|
28
|
-
"@types/node": "^22.
|
|
29
|
-
"@types/react": "^
|
|
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.
|
|
31
|
+
"typescript": "^5.8.3"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"react": "
|
|
34
|
+
"react": "19.1.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "fab",
|