@towles/tool 0.0.7 → 0.0.8
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/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -12,7 +12,7 @@ import { homedir } from 'node:os';
|
|
|
12
12
|
import { setupDotenv, loadConfig } from 'c12';
|
|
13
13
|
import { updateConfig } from 'c12/update';
|
|
14
14
|
|
|
15
|
-
const version = "0.0.
|
|
15
|
+
const version = "0.0.8";
|
|
16
16
|
|
|
17
17
|
function getMondayOfWeek(date) {
|
|
18
18
|
const newDate = new Date(date);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@towles/tool",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.8",
|
|
5
5
|
"description": "One off quality of life scripts that I use on a daily basis.",
|
|
6
6
|
"author": "Chris Towles <Chris.Towles.Dev@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"c12": "^3.0.4",
|
|
37
37
|
"commander": "^14.0.0",
|
|
38
|
-
"consola": "^3.4.2"
|
|
38
|
+
"consola": "^3.4.2",
|
|
39
|
+
"magicast": "^0.3.5"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
42
|
"@antfu/eslint-config": "^4.10.1",
|
|
@@ -45,7 +46,6 @@
|
|
|
45
46
|
"bumpp": "^10.1.0",
|
|
46
47
|
"eslint": "^9.22.0",
|
|
47
48
|
"lint-staged": "^15.5.0",
|
|
48
|
-
"magicast": "^0.3.5",
|
|
49
49
|
"simple-git-hooks": "^2.11.1",
|
|
50
50
|
"tinyexec": "^0.3.2",
|
|
51
51
|
"tsx": "^4.19.3",
|