We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8a960 commit f36635bCopy full SHA for f36635b
worker/deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@effectionx/worker",
3
- "version": "0.3.1",
+ "version": "0.3.2",
4
"license": "MIT",
5
"exports": "./mod.ts",
6
"imports": {
worker/mod.ts
@@ -1,2 +1,3 @@
export * from "./worker.ts";
export * from "./worker-main.ts";
+export * from "./types.ts";
0 commit comments