@kingsworld/plugin-cron 4.0.1-pr-276.5ed6e26 → 4.0.1-pr-276.75fe492
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/cjs/index.cjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/package.json +6 -6
package/dist/cjs/index.cjs
CHANGED
|
@@ -12,7 +12,7 @@ const require_lib_structures_CronTaskStore = require('./lib/structures/CronTaskS
|
|
|
12
12
|
*
|
|
13
13
|
* Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by esbuild
|
|
14
14
|
*/
|
|
15
|
-
const version = "4.0.1-pr-276.
|
|
15
|
+
const version = "4.0.1-pr-276.75fe492";
|
|
16
16
|
|
|
17
17
|
//#endregion
|
|
18
18
|
exports.CronTask = require_lib_structures_CronTask.CronTask;
|
package/dist/esm/index.mjs
CHANGED
|
@@ -9,7 +9,7 @@ import { CronTaskStore } from "./lib/structures/CronTaskStore.mjs";
|
|
|
9
9
|
*
|
|
10
10
|
* Note to Sapphire developers: This needs to explicitly be `string` so it is not typed as the string that gets replaced by esbuild
|
|
11
11
|
*/
|
|
12
|
-
const version = "4.0.1-pr-276.
|
|
12
|
+
const version = "4.0.1-pr-276.75fe492";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
export { CronTask, CronTaskHandler, CronTaskStore, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kingsworld/plugin-cron",
|
|
3
3
|
"description": "A simple @sapphire/framework plugin that aims to make use of the croner package and allow users to make cron jobs within their Sapphire discord bot.",
|
|
4
|
-
"version": "4.0.1-pr-276.
|
|
4
|
+
"version": "4.0.1-pr-276.75fe492",
|
|
5
5
|
"author": "Seren_Modz 21 <seren@kings-world.net>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/cjs/index.cjs",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"croner": "^10.0.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@favware/cliff-jumper": "
|
|
48
|
-
"@sentry/node": "
|
|
49
|
-
"@types/node": "
|
|
50
|
-
"tsdown": "
|
|
51
|
-
"typescript": "
|
|
47
|
+
"@favware/cliff-jumper": "6.1.0",
|
|
48
|
+
"@sentry/node": "10.51.0",
|
|
49
|
+
"@types/node": "24.12.2",
|
|
50
|
+
"tsdown": "0.21.10",
|
|
51
|
+
"typescript": "6.0.3"
|
|
52
52
|
},
|
|
53
53
|
"homepage": "https://github.com/Kings-World/sapphire-plugins",
|
|
54
54
|
"repository": {
|