repo-util 1.24.0 → 1.24.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/package.json +4 -4
- package/src/repo-util-cli.mjs +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "repo-util",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 2m tests/*.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"aggregation-repository-provider": "^5.2.
|
|
24
|
+
"aggregation-repository-provider": "^5.2.37",
|
|
25
25
|
"bitbucket-repository-provider": "^4.2.10",
|
|
26
26
|
"commander": "^9.3.0",
|
|
27
|
-
"etag-cache-leveldb": "^1.2.
|
|
27
|
+
"etag-cache-leveldb": "^1.2.2",
|
|
28
28
|
"gitea-repository-provider": "^2.2.11",
|
|
29
|
-
"github-repository-provider": "^7.30.
|
|
29
|
+
"github-repository-provider": "^7.30.13",
|
|
30
30
|
"leveldown": "^6.1.1",
|
|
31
31
|
"levelup": "^5.1.1",
|
|
32
32
|
"local-repository-provider": "^8.0.12"
|
package/src/repo-util-cli.mjs
CHANGED
|
@@ -82,7 +82,7 @@ for (const o of [
|
|
|
82
82
|
.option("--trace", "log level trace")
|
|
83
83
|
.option("--debug", "log level debug")
|
|
84
84
|
.option("--no-cache", "cache requests")
|
|
85
|
-
.option("--statistics", "cache statistics")
|
|
85
|
+
.option("--statistics", "show cache statistics")
|
|
86
86
|
.option("--json", "output as json")
|
|
87
87
|
.option("--no-identifier", "do not output identifier, show attribute values only")
|
|
88
88
|
.option("--no-undefined", "do not output undefined attribute values")
|