repo-util 2.0.16 → 2.0.18

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 +7 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,17 +8,23 @@
8
8
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
9
9
  [![Known Vulnerabilities](https://snyk.io/test/github/arlac77/repo-util/badge.svg)](https://snyk.io/test/github/arlac77/repo-util)
10
10
  [![Coverage Status](https://coveralls.io/repos/arlac77/repo-util/badge.svg)](https://coveralls.io/github/arlac77/repo-util)
11
+
11
12
  # repo-util
12
- operate on remote repositories
13
13
 
14
+ operate on remote repositories
14
15
 
15
16
  # set description
17
+
16
18
  ```sh
17
19
  repo-util -Ddescription="Configuration only" repository '*/*config'
18
20
  ```
19
21
 
20
22
  # API
21
23
 
24
+ <!-- Generated by documentation.js. Update this documentation by updating the source code. -->
25
+
26
+ ## Table of Contents
27
+
22
28
  # install
23
29
 
24
30
  ```shell
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repo-util",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -30,10 +30,10 @@
30
30
  "commander": "^12.0.0",
31
31
  "etag-cache-leveldb": "^2.0.3",
32
32
  "gitea-repository-provider": "^4.0.10",
33
- "github-repository-provider": "^8.0.36",
33
+ "github-repository-provider": "^8.0.38",
34
34
  "leveldown": "^6.1.1",
35
35
  "levelup": "^5.1.1",
36
- "repository-provider-cli-support": "^2.0.0"
36
+ "repository-provider-cli-support": "^2.1.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "ava": "^6.1.1",