repo-util 1.14.3 → 1.14.6

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.14.3",
3
+ "version": "1.14.6",
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.0.0",
25
- "bitbucket-repository-provider": "^4.0.1",
24
+ "aggregation-repository-provider": "^5.0.1",
25
+ "bitbucket-repository-provider": "^4.1.2",
26
26
  "commander": "^9.2.0",
27
- "gitea-repository-provider": "^2.1.24",
28
- "github-repository-provider": "^7.26.10",
29
- "local-repository-provider": "^8.0.1"
27
+ "gitea-repository-provider": "^2.1.25",
28
+ "github-repository-provider": "^7.26.14",
29
+ "local-repository-provider": "^8.0.3"
30
30
  },
31
31
  "devDependencies": {
32
32
  "ava": "^4.2.0",
@@ -140,6 +140,7 @@ async function prepareProvider(options) {
140
140
  );
141
141
 
142
142
  provider.messageDestination = {
143
+ trace: () => {},
143
144
  info: () => {},
144
145
  warn: console.warn,
145
146
  error: console.error