We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd820f commit 72c6570Copy full SHA for 72c6570
package.json
@@ -7,7 +7,7 @@
7
"license": "MIT",
8
"repository": "octet-stream/form-data-encoder",
9
"sideEffects": false,
10
- "packageManager": "pnpm@9.2.0",
+ "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
11
"engines": {
12
"node": ">= 18"
13
},
@@ -20,7 +20,9 @@
20
"spec-compatible",
21
"form"
22
],
23
- "files": ["lib"],
+ "files": [
24
+ "lib"
25
+ ],
26
"main": "./lib/index.js",
27
"module": "./lib/index.js",
28
"exports": {
0 commit comments