repository-provider-cli-support 3.0.1 → 3.0.2

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 +0 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -8,7 +8,6 @@
8
8
  [![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
9
9
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
10
10
  [![Known Vulnerabilities](https://snyk.io/test/github/arlac77/repository-provider-cli-support/badge.svg)](https://snyk.io/test/github/arlac77/repository-provider-cli-support)
11
- [![Coverage Status](https://coveralls.io/repos/arlac77/repository-provider-cli-support/badge.svg)](https://coveralls.io/github/arlac77/repository-provider-cli-support)
12
11
 
13
12
  # repository-provider-cli-support
14
13
  helper functions for repository-provider cli apps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repository-provider-cli-support",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -41,13 +41,13 @@
41
41
  "levelup": "^5.1.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@types/node": "^24.10.1",
44
+ "@types/node": "^25.0.2",
45
45
  "ava": "^6.4.1",
46
46
  "c8": "^10.1.3",
47
47
  "commander": "^14.0.2",
48
48
  "documentation": "^14.0.3",
49
- "gitea-repository-provider": "^5.0.2",
50
- "github-repository-provider": "^10.0.4",
49
+ "gitea-repository-provider": "^5.0.4",
50
+ "github-repository-provider": "^10.0.6",
51
51
  "semantic-release": "^25.0.2",
52
52
  "typescript": "^5.9.3"
53
53
  },