@depup/uploadthing 7.7.4-depup.0 → 7.7.4-depup.1

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/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @depup/uploadthing
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [uploadthing](https://www.npmjs.com/package/uploadthing) @ 7.7.4 |
17
- | Processed | 2026-03-18 |
17
+ | Processed | 2026-03-20 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 3 |
20
20
 
@@ -22,9 +22,9 @@ npm install @depup/uploadthing
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @effect/platform | 0.90.3 | ^0.95.0 |
25
+ | @effect/platform | 0.90.3 | ^0.96.0 |
26
26
  | @standard-schema/spec | 1.0.0-beta.4 | ^1.1.0 |
27
- | effect | 3.17.7 | ^3.20.0 |
27
+ | effect | 3.17.7 | ^3.21.0 |
28
28
 
29
29
  ---
30
30
 
package/changes.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "bumped": {
3
3
  "@effect/platform": {
4
4
  "from": "0.90.3",
5
- "to": "^0.95.0"
5
+ "to": "^0.96.0"
6
6
  },
7
7
  "@standard-schema/spec": {
8
8
  "from": "1.0.0-beta.4",
@@ -10,9 +10,9 @@
10
10
  },
11
11
  "effect": {
12
12
  "from": "3.17.7",
13
- "to": "^3.20.0"
13
+ "to": "^3.21.0"
14
14
  }
15
15
  },
16
- "timestamp": "2026-03-18T23:28:09.409Z",
16
+ "timestamp": "2026-03-20T00:38:45.927Z",
17
17
  "totalUpdated": 3
18
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/uploadthing",
3
- "version": "7.7.4-depup.0",
3
+ "version": "7.7.4-depup.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engines": {
@@ -149,11 +149,11 @@
149
149
  "README.md"
150
150
  ],
151
151
  "dependencies": {
152
- "@effect/platform": "^0.95.0",
152
+ "@effect/platform": "^0.96.0",
153
153
  "@standard-schema/spec": "^1.1.0",
154
154
  "@uploadthing/mime-types": "0.3.6",
155
155
  "@uploadthing/shared": "7.1.10",
156
- "effect": "^3.20.0"
156
+ "effect": "^3.21.0"
157
157
  },
158
158
  "peerDependencies": {
159
159
  "express": "*",
@@ -190,7 +190,7 @@
190
190
  "changes": {
191
191
  "@effect/platform": {
192
192
  "from": "0.90.3",
193
- "to": "^0.95.0"
193
+ "to": "^0.96.0"
194
194
  },
195
195
  "@standard-schema/spec": {
196
196
  "from": "1.0.0-beta.4",
@@ -198,13 +198,13 @@
198
198
  },
199
199
  "effect": {
200
200
  "from": "3.17.7",
201
- "to": "^3.20.0"
201
+ "to": "^3.21.0"
202
202
  }
203
203
  },
204
204
  "depsUpdated": 3,
205
205
  "originalPackage": "uploadthing",
206
206
  "originalVersion": "7.7.4",
207
- "processedAt": "2026-03-18T23:28:14.164Z",
207
+ "processedAt": "2026-03-20T00:38:49.874Z",
208
208
  "smokeTest": "failed"
209
209
  }
210
210
  }