Skip to content

Commit ef285af

Browse files
committed
chore(core): bump version to 0.1.60 and remove unused worker export
- Updated package version to 0.1.60. - Removed export of the unused worker module from the scheduler index.
1 parent 4be15c7 commit ef285af

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export * from './metadata.js';
2-
export * from './worker.js';
32
export * from './decorator.js';
43
export * from './schedule.js';
54
export * from './frequency.js';

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intentjs/core",
3-
"version": "0.1.59",
3+
"version": "0.1.60",
44
"description": "Core module for Intent",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)