feat(smartdeno): Run small scripts in-memory via stdin, fall back to temp files for large scripts; remove internal HTTP script server and simplify plugin dependencies; update API and docs.
This commit is contained in:
@@ -20,8 +20,6 @@
|
||||
"@types/node": "^24.10.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@api.global/typedserver": "^4.0.0",
|
||||
"@push.rocks/lik": "^6.2.2",
|
||||
"@push.rocks/smartarchive": "^5.0.1",
|
||||
"@push.rocks/smartfs": "^1.2.0",
|
||||
"@push.rocks/smartpath": "^6.0.0",
|
||||
@@ -59,9 +57,9 @@
|
||||
"Development Tools",
|
||||
"Deno Download",
|
||||
"Code Execution",
|
||||
"Scripting Server",
|
||||
"Ephemeral Execution",
|
||||
"Cross-platform"
|
||||
"Cross-platform",
|
||||
"In-memory"
|
||||
],
|
||||
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user