@lunora/scheduler 1.0.0-alpha.41 → 1.0.0-alpha.43

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
@@ -985,7 +985,7 @@ declare const isValidCronExpression: (schedule: string) => boolean;
985
985
  * Exported (not module-private) because it is the ONE place this advisory is
986
986
  * written: the runtime `cronJobs()` builder reaches it via
987
987
  * {@link assertValidCronExpression}, and `@lunora/codegen`'s static
988
- * `discover-crons.ts` calls it directly after its own `isValidCronExpression`
988
+ * `discover/crons.ts` calls it directly after its own `isValidCronExpression`
989
989
  * check — so a hand-authored 6-field `.cron()` warns whether it's discovered
990
990
  * from source at build time or registered at runtime, with one shared message.
991
991
  */
package/dist/index.d.ts CHANGED
@@ -985,7 +985,7 @@ declare const isValidCronExpression: (schedule: string) => boolean;
985
985
  * Exported (not module-private) because it is the ONE place this advisory is
986
986
  * written: the runtime `cronJobs()` builder reaches it via
987
987
  * {@link assertValidCronExpression}, and `@lunora/codegen`'s static
988
- * `discover-crons.ts` calls it directly after its own `isValidCronExpression`
988
+ * `discover/crons.ts` calls it directly after its own `isValidCronExpression`
989
989
  * check — so a hand-authored 6-field `.cron()` warns whether it's discovered
990
990
  * from source at build time or registered at runtime, with one shared message.
991
991
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lunora/scheduler",
3
- "version": "1.0.0-alpha.41",
3
+ "version": "1.0.0-alpha.43",
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.24",
50
- "@lunora/platform": "1.0.0-alpha.19",
49
+ "@lunora/errors": "1.0.0-alpha.25",
50
+ "@lunora/platform": "1.0.0-alpha.20",
51
51
  "cron-parser": "5.8.1"
52
52
  },
53
53
  "engines": {