File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @valtown/deno-http-worker
22
3+ ## 2.0.0
4+
5+ ### Major Changes
6+
7+ - 7fef5bf: Remove configurable spawn function option
8+
9+ Previously, we supported a ` spawnFunc ` option which let you use spawn methods
10+ other than child_process.spawn. Given the lack of useful alternatives to child_process.spawn
11+ and our efforts to really optimize this module, we're removing this option.
12+
313## 1.1.4
414
515### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @valtown/deno-http-worker" ,
3- "version" : " 1.1.4 " ,
3+ "version" : " 2.0.0 " ,
44 "description" : " Securely spawn Deno workers from Node.js" ,
55 "main" : " dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments