watskeburt 4.2.3 → 5.0.0-beta-3
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/version.js +1 -1
- package/package.json +2 -2
package/dist/version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const VERSION = "
|
1
|
+
export const VERSION = "5.0.0-beta-3";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "watskeburt",
|
3
|
-
"version": "
|
3
|
+
"version": "5.0.0-beta-3",
|
4
4
|
"description": "List files changed since a git revision",
|
5
5
|
"keywords": [
|
6
6
|
"git",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"README.md"
|
46
46
|
],
|
47
47
|
"engines": {
|
48
|
-
"node": "^
|
48
|
+
"node": "^20.12||^22.13||>=24.0"
|
49
49
|
},
|
50
50
|
"scripts": {
|
51
51
|
"test": "echo see github for test, build and analysis scripts"
|