@stacksjs/scheduler 0.70.162 → 0.70.164
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
|
@@ -120,7 +120,7 @@ For help, discussion about best practices, or any other conversation that would
|
|
|
120
120
|
|
|
121
121
|
For casual chit-chat with others using this package:
|
|
122
122
|
|
|
123
|
-
[Join the Stacks Discord Server](https://
|
|
123
|
+
[Join the Stacks Discord Server](https://stacksjs.com/discord)
|
|
124
124
|
|
|
125
125
|
## 🙏🏼 Credits
|
|
126
126
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@stacksjs/scheduler",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "0.70.
|
|
5
|
+
"version": "0.70.164",
|
|
6
6
|
"description": "The Stacks scheduler.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"contributors": [
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"prepublishOnly": "bun run build"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@stacksjs/actions": "0.70.
|
|
57
|
-
"@stacksjs/cron": "0.70.
|
|
56
|
+
"@stacksjs/actions": "0.70.164",
|
|
57
|
+
"@stacksjs/cron": "0.70.164",
|
|
58
58
|
"better-dx": "^0.2.17"
|
|
59
59
|
}
|
|
60
60
|
}
|