Skip to content

Commit f36635b

Browse files
committed
Add missing types export to worker package
1 parent bd8a960 commit f36635b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

worker/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@effectionx/worker",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"license": "MIT",
55
"exports": "./mod.ts",
66
"imports": {

worker/mod.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from "./worker.ts";
22
export * from "./worker-main.ts";
3+
export * from "./types.ts";

0 commit comments

Comments
 (0)