watskeburt 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- package/bin/version.mjs +1 -1
- package/package.json +17 -17
package/bin/version.mjs
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const VERSION = "0.9.
|
1
|
+
export const VERSION = "0.9.1";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "watskeburt",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.1",
|
4
4
|
"description": "List files changed since a git revision",
|
5
5
|
"keywords": [
|
6
6
|
"git",
|
@@ -44,30 +44,30 @@
|
|
44
44
|
"README.md"
|
45
45
|
],
|
46
46
|
"dependencies": {
|
47
|
-
"commander": "
|
47
|
+
"commander": "10.0.0"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
|
-
"@types/mocha": "10.0.
|
51
|
-
"@types/node": "18.11.
|
52
|
-
"@typescript-eslint/eslint-plugin": "5.
|
50
|
+
"@types/mocha": "10.0.1",
|
51
|
+
"@types/node": "18.11.18",
|
52
|
+
"@typescript-eslint/eslint-plugin": "5.48.2",
|
53
53
|
"c8": "7.12.0",
|
54
|
-
"dependency-cruiser": "12.
|
55
|
-
"esbuild": "0.
|
56
|
-
"eslint": "8.
|
54
|
+
"dependency-cruiser": "12.6.0",
|
55
|
+
"esbuild": "0.17.4",
|
56
|
+
"eslint": "8.32.0",
|
57
57
|
"eslint-config-moving-meadow": "4.0.2",
|
58
|
-
"eslint-config-prettier": "8.
|
58
|
+
"eslint-config-prettier": "8.6.0",
|
59
59
|
"eslint-plugin-budapestian": "5.0.1",
|
60
60
|
"eslint-plugin-eslint-comments": "3.2.0",
|
61
|
-
"eslint-plugin-import": "2.
|
61
|
+
"eslint-plugin-import": "2.27.5",
|
62
62
|
"eslint-plugin-mocha": "10.1.0",
|
63
63
|
"eslint-plugin-node": "11.1.0",
|
64
|
-
"eslint-plugin-security": "1.
|
65
|
-
"eslint-plugin-unicorn": "
|
66
|
-
"mocha": "10.
|
64
|
+
"eslint-plugin-security": "1.6.0",
|
65
|
+
"eslint-plugin-unicorn": "45.0.2",
|
66
|
+
"mocha": "10.2.0",
|
67
67
|
"npm-run-all": "4.1.5",
|
68
|
-
"prettier": "2.
|
68
|
+
"prettier": "2.8.3",
|
69
69
|
"ts-node": "10.9.1",
|
70
|
-
"typescript": "4.9.
|
70
|
+
"typescript": "4.9.4",
|
71
71
|
"upem": "7.3.1"
|
72
72
|
},
|
73
73
|
"engines": {
|
@@ -93,8 +93,8 @@
|
|
93
93
|
"depcruise:text": "depcruise bin src types --progress --cache --config --output-type text",
|
94
94
|
"depcruise:focus": "depcruise bin src types --progress --cache --config --output-type text --focus",
|
95
95
|
"depcruise:reaches": "depcruise bin src types --progress --cache --config --output-type text --reaches",
|
96
|
-
"format": "prettier --
|
97
|
-
"format:check": "prettier --loglevel warn --
|
96
|
+
"format": "prettier --write \"{bin,src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"",
|
97
|
+
"format:check": "prettier --loglevel warn --check \"{bin,src,tools}/**/*.mjs\" \"types/**/*.ts\" \"*.{json,yml,md,js}\"",
|
98
98
|
"lint": "npm-run-all --parallel --aggregate-output format:check lint:eslint lint:types",
|
99
99
|
"lint:fix": "npm-run-all --parallel --aggregate-output format lint:eslint:fix",
|
100
100
|
"lint:eslint": "eslint bin src types tools --cache --cache-location node_modules/.cache/eslint/",
|