repo-util 1.24.1 → 1.24.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repo-util",
3
- "version": "1.24.1",
3
+ "version": "1.24.4",
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.36",
25
- "bitbucket-repository-provider": "^4.2.10",
24
+ "aggregation-repository-provider": "^5.2.37",
25
+ "bitbucket-repository-provider": "^4.2.11",
26
26
  "commander": "^9.3.0",
27
- "etag-cache-leveldb": "^1.2.2",
27
+ "etag-cache-leveldb": "^1.2.3",
28
28
  "gitea-repository-provider": "^2.2.11",
29
- "github-repository-provider": "^7.30.12",
29
+ "github-repository-provider": "^7.30.14",
30
30
  "leveldown": "^6.1.1",
31
31
  "levelup": "^5.1.1",
32
32
  "local-repository-provider": "^8.0.12"
@@ -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")