watskeburt 0.11.4 → 0.11.5
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -1
- package/dist/esm/version.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
@@ -82,7 +82,8 @@ The array of changes this returns looks like this:
|
|
82
82
|
|
83
83
|
### :shell: cli
|
84
84
|
|
85
|
-
For now there's also a simple command line interface
|
85
|
+
For now there's also a simple command line interface (which works from node ^16.19 and
|
86
|
+
node >=18.11).
|
86
87
|
|
87
88
|
```shell
|
88
89
|
# list all JavaScript-ish files changed since main in a regular expression
|
package/dist/esm/version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const VERSION = "0.11.
|
1
|
+
export const VERSION = "0.11.5";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "watskeburt",
|
3
|
-
"version": "0.11.
|
3
|
+
"version": "0.11.5",
|
4
4
|
"description": "List files changed since a git revision",
|
5
5
|
"keywords": [
|
6
6
|
"git",
|
@@ -46,10 +46,10 @@
|
|
46
46
|
"devDependencies": {
|
47
47
|
"@types/mocha": "10.0.1",
|
48
48
|
"@types/node": "20.3.1",
|
49
|
-
"@typescript-eslint/eslint-plugin": "5.
|
49
|
+
"@typescript-eslint/eslint-plugin": "5.60.0",
|
50
50
|
"c8": "8.0.0",
|
51
51
|
"dependency-cruiser": "13.0.3",
|
52
|
-
"esbuild": "0.18.
|
52
|
+
"esbuild": "0.18.5",
|
53
53
|
"eslint": "8.43.0",
|
54
54
|
"eslint-config-moving-meadow": "4.0.2",
|
55
55
|
"eslint-config-prettier": "8.8.0",
|
@@ -68,7 +68,7 @@
|
|
68
68
|
"upem": "8.0.0"
|
69
69
|
},
|
70
70
|
"engines": {
|
71
|
-
"node": "^16.
|
71
|
+
"node": "^16.14||>=18"
|
72
72
|
},
|
73
73
|
"scripts": {
|
74
74
|
"build": "npm-run-all --sequential build:clean build:version build:dist",
|