@lunora/scheduler 1.0.0-alpha.40 → 1.0.0-alpha.42
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/README.md +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -104,7 +104,7 @@ crons.daily("send digest", { hourUTC: 9, minuteUTC: 0 }, internal.email.digest,
|
|
|
104
104
|
export default crons;
|
|
105
105
|
```
|
|
106
106
|
|
|
107
|
-
> This README covers the basics. For the full API, options, and guides, see the **[documentation](https://lunora.sh/docs/
|
|
107
|
+
> This README covers the basics. For the full API, options, and guides, see the **[documentation](https://lunora.sh/docs/packages/scheduler)**.
|
|
108
108
|
|
|
109
109
|
## Related
|
|
110
110
|
|
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
|
|
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
|
|
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.
|
|
3
|
+
"version": "1.0.0-alpha.42",
|
|
4
4
|
"description": "Scheduling for Lunora: runAfter / runAt and Cron Triggers via SchedulerDO",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cloudflare",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@lunora/errors": "1.0.0-alpha.24",
|
|
50
|
-
"@lunora/platform": "1.0.0-alpha.
|
|
50
|
+
"@lunora/platform": "1.0.0-alpha.19",
|
|
51
51
|
"cron-parser": "5.8.1"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|