@asterflow/multipart 2.0.0 → 2.0.2
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/cjs/index.cjs +1 -1
- package/dist/mjs/index.js +1 -1
- package/package.json +7 -7
package/dist/cjs/index.cjs
CHANGED
|
@@ -34,7 +34,7 @@ ne(me, {
|
|
|
34
34
|
module.exports = se(me);
|
|
35
35
|
var G = require("@asterflow/plugin"), P = require("@asterflow/router"), J = require("fs/promises"), Q = require("os");
|
|
36
36
|
// plugins/multipart/package.json
|
|
37
|
-
var z = "2.0.
|
|
37
|
+
var z = "2.0.2";
|
|
38
38
|
// plugins/multipart/src/controllers/multipartExtension.ts
|
|
39
39
|
var x = require("@asterflow/router"), $ = !1;
|
|
40
40
|
function B() {
|
package/dist/mjs/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { getRouteExtensions as ne, Method as oe } from "@asterflow/router";
|
|
|
4
4
|
import { unlink as se } from "fs/promises";
|
|
5
5
|
import { tmpdir as ae } from "os";
|
|
6
6
|
// plugins/multipart/package.json
|
|
7
|
-
var _ = "2.0.
|
|
7
|
+
var _ = "2.0.2";
|
|
8
8
|
// plugins/multipart/src/controllers/multipartExtension.ts
|
|
9
9
|
import { Method as H, RouteMethodBuilder as j } from "@asterflow/router";
|
|
10
10
|
var v = !1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asterflow/multipart",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Parses multipart/form-data requests before your handler runs, with optional per-route field rules checked at runtime and enforced in the handler's types.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"asterflow",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"node": ">=20"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@asterflow/plugin": "^2.0.
|
|
39
|
-
"@asterflow/request": "^2.0.
|
|
40
|
-
"@asterflow/response": "^2.0.
|
|
41
|
-
"@asterflow/router": "^2.0.
|
|
38
|
+
"@asterflow/plugin": "^2.0.2",
|
|
39
|
+
"@asterflow/request": "^2.0.2",
|
|
40
|
+
"@asterflow/response": "^2.0.2",
|
|
41
|
+
"@asterflow/router": "^2.0.2",
|
|
42
42
|
"@asterflow/url-parser": "^4.1.1",
|
|
43
43
|
"busboy": "^1.6.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@asterflow/adapter": "^2.0.
|
|
46
|
+
"@asterflow/adapter": "^2.0.2",
|
|
47
47
|
"@types/busboy": "^1.5.4",
|
|
48
|
-
"asterflow": "^2.0.
|
|
48
|
+
"asterflow": "^2.0.2"
|
|
49
49
|
}
|
|
50
50
|
}
|