@digest/scripts 4.14.3 → 4.14.4-beta.1
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@digest/scripts",
|
|
3
3
|
"title": "Digest Scripts",
|
|
4
4
|
"license": "LGPL-3.0-or-later",
|
|
5
|
-
"version": "4.14.
|
|
5
|
+
"version": "4.14.4-beta.1",
|
|
6
6
|
"description": "Helper scripts for various digests",
|
|
7
7
|
"author": "wallzero @wallzeroblog (http://wallzero.com)",
|
|
8
8
|
"contributors": [
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"clean": "rimraf node_modules dist package-lock.json npm-debug.log"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@types/node": "^
|
|
37
|
+
"@types/node": "^24.0.4"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"find-up": "5.0.0"
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"digest",
|
|
44
44
|
"scripts"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "abf7f0a2013f4fd2c59fd2af1e5a60bf1f8314fc"
|
|
47
47
|
}
|