@digital-alchemy/core 25.2.1 → 25.2.2

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.
@@ -31,7 +31,7 @@ export declare const SECOND = 1000;
31
31
  export declare const PERCENT = 100;
32
32
  export declare const YEAR: number;
33
33
  export declare const ACTIVE_SLEEPS: Set<SleepReturn>;
34
- type SleepReturn = Promise<void> & {
34
+ export type SleepReturn = Promise<void> & {
35
35
  kill: (execute?: "stop" | "continue") => void;
36
36
  };
37
37
  /**
@@ -63,4 +63,3 @@ export declare const asyncNoop: () => Promise<void>;
63
63
  export declare const noop: () => void;
64
64
  export type TBlackHole = unknown | void | Promise<void>;
65
65
  export type TAnyFunction = (...data: unknown[]) => TBlackHole;
66
- export {};
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "repository": {
6
6
  "url": "git+https://github.com/Digital-Alchemy-TS/core"
7
7
  },
8
- "version": "25.2.1",
8
+ "version": "25.2.2",
9
9
  "author": {
10
10
  "url": "https://github.com/zoe-codez",
11
11
  "name": "Zoe Codez"
@@ -55,27 +55,27 @@
55
55
  "js-yaml": "^4.1.0",
56
56
  "minimist": "^1.2.8",
57
57
  "node-cron": "^3.0.3",
58
- "uuid": "^11.0.5"
58
+ "uuid": "^11.1.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@cspell/eslint-plugin": "^8.17.3",
62
- "@eslint/compat": "^1.2.5",
63
- "@eslint/eslintrc": "^3.2.0",
64
- "@eslint/js": "^9.19.0",
65
- "@faker-js/faker": "^9.4.0",
61
+ "@cspell/eslint-plugin": "^8.17.5",
62
+ "@eslint/compat": "^1.2.7",
63
+ "@eslint/eslintrc": "^3.3.0",
64
+ "@eslint/js": "^9.21.0",
65
+ "@faker-js/faker": "^9.5.0",
66
66
  "@types/dotenv": "^8.2.3",
67
67
  "@types/ini": "^4.1.1",
68
68
  "@types/js-yaml": "^4.0.9",
69
69
  "@types/minimist": "^1.2.5",
70
- "@types/node": "^22.12.0",
70
+ "@types/node": "^22.13.5",
71
71
  "@types/node-cron": "^3.0.11",
72
72
  "@types/sinonjs__fake-timers": "^8.1.5",
73
- "@typescript-eslint/eslint-plugin": "8.22.0",
74
- "@typescript-eslint/parser": "8.22.0",
73
+ "@typescript-eslint/eslint-plugin": "8.24.1",
74
+ "@typescript-eslint/parser": "8.24.1",
75
75
  "chalk": "^5.4.1",
76
76
  "dayjs": "^1.11.13",
77
77
  "dotenv": "^16.4.7",
78
- "eslint": "9.19.0",
78
+ "eslint": "9.21.0",
79
79
  "eslint-config-prettier": "10.0.1",
80
80
  "eslint-plugin-import": "^2.31.0",
81
81
  "eslint-plugin-jsonc": "^2.19.1",
@@ -83,20 +83,20 @@
83
83
  "eslint-plugin-prettier": "^5.2.3",
84
84
  "eslint-plugin-security": "^3.0.1",
85
85
  "eslint-plugin-simple-import-sort": "^12.1.1",
86
- "eslint-plugin-sonarjs": "^3.0.1",
86
+ "eslint-plugin-sonarjs": "^3.0.2",
87
87
  "eslint-plugin-sort-keys-fix": "^1.1.2",
88
88
  "eslint-plugin-unicorn": "^56.0.1",
89
89
  "ini": "^5.0.0",
90
90
  "js-yaml": "^4.1.0",
91
91
  "minimist": "^1.2.8",
92
92
  "node-cron": "^3.0.3",
93
- "prettier": "^3.4.2",
93
+ "prettier": "^3.5.2",
94
94
  "tslib": "^2.8.1",
95
- "tsx": "^4.19.2",
96
- "type-fest": "^4.33.0",
95
+ "tsx": "^4.19.3",
96
+ "type-fest": "^4.35.0",
97
97
  "typescript": "^5.7.3",
98
- "uuid": "^11.0.5",
99
- "vitest": "^3.0.4"
98
+ "uuid": "^11.1.0",
99
+ "vitest": "^3.0.6"
100
100
  },
101
101
  "packageManager": "yarn@4.5.1"
102
102
  }