@lunora/scheduler 1.0.0-alpha.70 → 1.0.0-alpha.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -865,7 +865,7 @@ declare class SchedulerDO {
865
865
  private reindexed;
866
866
  constructor(state: SchedulerDOState, env: SchedulerEnv);
867
867
  fetch(request: Request): Promise<Response>;
868
- /** Called by the Workers runtime when the alarm previously set by `_rescheduleAlarm()` fires. */
868
+ /** Called by the Workers runtime when the alarm previously set by `rescheduleAlarm()` fires. */
869
869
  alarm(): Promise<void>;
870
870
  /**
871
871
  * Internal dispatch hook; overridden in unit tests to capture the outgoing
package/dist/index.d.ts CHANGED
@@ -865,7 +865,7 @@ declare class SchedulerDO {
865
865
  private reindexed;
866
866
  constructor(state: SchedulerDOState, env: SchedulerEnv);
867
867
  fetch(request: Request): Promise<Response>;
868
- /** Called by the Workers runtime when the alarm previously set by `_rescheduleAlarm()` fires. */
868
+ /** Called by the Workers runtime when the alarm previously set by `rescheduleAlarm()` fires. */
869
869
  alarm(): Promise<void>;
870
870
  /**
871
871
  * Internal dispatch hook; overridden in unit tests to capture the outgoing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunora/scheduler",
3
- "version": "1.0.0-alpha.70",
3
+ "version": "1.0.0-alpha.72",
4
4
  "description": "Scheduling for Lunora: runAfter / runAt and Cron Triggers via SchedulerDO",
5
5
  "keywords": [
6
6
  "cloudflare",
@@ -46,8 +46,8 @@
46
46
  "access": "public"
47
47
  },
48
48
  "dependencies": {
49
- "@lunora/errors": "1.0.0-alpha.35",
50
- "@lunora/platform": "1.0.0-alpha.29",
49
+ "@lunora/errors": "1.0.0-alpha.36",
50
+ "@lunora/platform": "1.0.0-alpha.31",
51
51
  "cron-parser": "5.10.0"
52
52
  },
53
53
  "engines": {