repo-util 1.15.7 → 1.15.8

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
  [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
3
3
  [![minified size](https://badgen.net/bundlephobia/min/repo-util)](https://bundlephobia.com/result?p=repo-util)
4
4
  [![downloads](http://img.shields.io/npm/dm/repo-util.svg?style=flat-square)](https://npmjs.org/package/repo-util)
5
- [![GitHub Issues](https://img.shields.io/github/issues/repo-util/repo-util.svg?style=flat-square)](https://github.com/repo-util/repo-util/issues)
6
- [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Frepo-util%2Frepo-util%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/repo-util/repo-util/goto)
7
- [![Coverage Status](https://coveralls.io/repos/repo-util/repo-util/badge.svg)](https://coveralls.io/github/repo-util/repo-util)
5
+ [![GitHub Issues](https://img.shields.io/github/issues/arlac77/repo-util.svg?style=flat-square)](https://github.com/arlac77/repo-util/issues)
6
+ [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Frepo-util%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/arlac77/repo-util/goto)
7
+ [![Coverage Status](https://coveralls.io/repos/arlac77/repo-util/badge.svg)](https://coveralls.io/github/arlac77/repo-util)
8
8
  # repo-util
9
9
  operate on remote repositories
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repo-util",
3
- "version": "1.15.7",
3
+ "version": "1.15.8",
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.7",
25
- "bitbucket-repository-provider": "^4.1.17",
24
+ "aggregation-repository-provider": "^5.2.11",
25
+ "bitbucket-repository-provider": "^4.1.19",
26
26
  "commander": "^9.2.0",
27
- "gitea-repository-provider": "^2.1.38",
28
- "github-repository-provider": "^7.26.26",
29
- "local-repository-provider": "^8.0.5"
27
+ "gitea-repository-provider": "^2.1.40",
28
+ "github-repository-provider": "^7.26.28",
29
+ "local-repository-provider": "^8.0.6"
30
30
  },
31
31
  "devDependencies": {
32
32
  "ava": "^4.2.0",