@alma-harness/schedule 0.3.0 → 0.4.0
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/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ The clock of [Alma](https://github.com/FabioFernandesCarneiro/alma), as a
|
|
|
4
4
|
tick: what is due, and the call an external scheduler makes to run it. No
|
|
5
5
|
process is kept alive (spec: clock-tick).
|
|
6
6
|
|
|
7
|
-
> **Status: 0.
|
|
7
|
+
> **Status: 0.3.0 on npm, pre-1.0.** The API is still moving; see the
|
|
8
8
|
> [roadmap](../../docs/architecture.md#12-adoption-roadmap) for where it stands.
|
|
9
9
|
|
|
10
10
|
## What it owns
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alma-harness/schedule",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Alma's clock: what is due, and the tick an external scheduler calls to run it — no process kept alive.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"croner": "^10.0.1"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@alma-harness/core": "^0.
|
|
26
|
-
"@alma-harness/loop": "^0.
|
|
25
|
+
"@alma-harness/core": "^0.4.0",
|
|
26
|
+
"@alma-harness/loop": "^0.4.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/node": "^24.1.0",
|