@2en/clawly-plugins 1.24.5 → 1.24.6

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.
@@ -37,7 +37,7 @@ const JOB_NAME = 'Clawly Plugins Auto-Update'
37
37
 
38
38
  const JOB_CONFIG: JobConfig = {
39
39
  description: 'Auto-update clawly-plugins when user is offline',
40
- cron: '0 3 * * *',
40
+ cron: '7 3,17 * * *',
41
41
  session: 'isolated',
42
42
  wake: 'now',
43
43
  deliver: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2en/clawly-plugins",
3
- "version": "1.24.5",
3
+ "version": "1.24.6",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "repository": {