pompelmi 0.8.0 → 0.8.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.
Files changed (1) hide show
  1. package/package.json +11 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pompelmi",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "RFI-safe file uploads for Node.js — Express/Koa/Next.js middleware with deep ZIP inspection, MIME/size checks, and optional YARA scanning.",
5
5
  "main": "dist/pompelmi.cjs.js",
6
6
  "module": "dist/pompelmi.esm.js",
@@ -10,6 +10,15 @@
10
10
  "yara": false,
11
11
  "util": false
12
12
  },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/pompelmi/pompelmi"
16
+ },
17
+ "pnpm": {
18
+ "overrides": {
19
+ "regjsgen": "0.8.2"
20
+ }
21
+ },
13
22
  "scripts": {
14
23
  "build": "rollup -c",
15
24
  "prepublishOnly": "npm run build",
@@ -109,9 +118,5 @@
109
118
  "workspaces": [
110
119
  "packages/*"
111
120
  ],
112
- "packageManager": "pnpm@9.12.0",
113
- "repository": {
114
- "type": "git",
115
- "url": "https://github.com/pompelmi/pompelmi"
116
- }
121
+ "packageManager": "pnpm@9.12.0"
117
122
  }