fix(e2b): trim published files to the hardened allowlist

Master's publication hardening enforces the exact package files list;
the three E2B manifests still published src and d.ts maps.
This commit is contained in:
Tianyi Cui
2026-08-08 22:19:13 +08:00
parent d488330ba4
commit 55c0a44bd9
3 changed files with 3 additions and 9 deletions
+1 -3
View File
@@ -21,9 +21,7 @@
"files": [
"lib/index.js",
"lib/invariant.js",
"lib/types/**/*.d.ts",
"lib/types/**/*.d.ts.map",
"src"
"lib/types/**/*.d.ts"
],
"license": "BSD-3-Clause",
"peerDependencies": {