v2.0.0
In this update we revised the way importing works.
- Locally imported modules (to be used in worker) now copies the file and puts it in a temporary directory alongside your worker.
- Over-the-net imported modules will just work as is
- Re-introduced the Deno = true option within the constructor (this allows you to use Deno in the worker)
- Moved from using an in solution folder to the temporary folder on your OS
Fixes -> #1