@ehildt/depbadge 1.3.1 → 1.3.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 +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,6 +24,7 @@ Depbadge is a CLI tool that automatically generates and maintains dependency and
24
24
  <!-- DEPBADGE:START -->
25
25
  <div align="center">
26
26
 
27
+ [![depbadge](https://img.shields.io/badge/depbadge-NPM-b4cf2a?labelColor=333&cacheSeconds=3600&logo=npm&logoColor=b4cf2a&logoWidth=40&style=for-the-badge)](https://www.npmjs.com/package/@ehildt/depbadge)
27
28
  ![github](https://img.shields.io/github/release/ehildt/depbadge?labelColor=333&style=for-the-badge&cacheSeconds=3600&color=b16425&logo=github&logoColor=b16425&logoWidth=40&branch=main)
28
29
  ![github](https://img.shields.io/github/stars/ehildt/depbadge?labelColor=333&style=for-the-badge&cacheSeconds=3600&color=b16425&logo=github&logoColor=b16425&logoWidth=40&branch=main)
29
30
  ![github](https://img.shields.io/github/license/ehildt/depbadge?labelColor=333&style=for-the-badge&cacheSeconds=3600&color=b16425&logo=github&logoColor=b16425&logoWidth=40&branch=main)
@@ -38,6 +39,7 @@ Depbadge is a CLI tool that automatically generates and maintains dependency and
38
39
 
39
40
  [![colord](https://img.shields.io/badge/colord-v2.9.3-bc1cc4.svg?labelColor=333&cacheSeconds=3600&logo=npm&logoColor=bc1cc4&logoWidth=40&style=for-the-badge)](https://github.com/omgovich/colord)
40
41
  [![@iarna/toml](https://img.shields.io/badge/_iarna_toml-v2.2.5-d53f5d.svg?labelColor=333&cacheSeconds=3600&logo=toml&logoColor=d53f5d&logoWidth=40&style=for-the-badge)](https://github.com/iarna/iarna-toml)
42
+ [![yaml](https://img.shields.io/badge/yaml-v2.8.3-5121e4.svg?labelColor=333&cacheSeconds=3600&logo=npm&logoColor=5121e4&logoWidth=40&style=for-the-badge)](https://github.com/eemeli/yaml)
41
43
 
42
44
  </div>
43
45
 
@@ -52,7 +54,7 @@ Depbadge is a CLI tool that automatically generates and maintains dependency and
52
54
  ![depcheck](https://img.shields.io/badge/depcheck-v1.4.7-28a95e.svg?labelColor=333&cacheSeconds=3600&logo=npm&logoColor=28a95e&logoWidth=40&style=flat-square)
53
55
  ![dependency-cruiser](https://img.shields.io/badge/dependency_cruiser-v17.3.9-c22431.svg?labelColor=333&cacheSeconds=3600&logo=npm&logoColor=c22431&logoWidth=40&style=flat-square)
54
56
  ![dotenv-cli](https://img.shields.io/badge/dotenv_cli-v11.0.0-d53074.svg?labelColor=333&cacheSeconds=3600&logo=npm&logoColor=d53074&logoWidth=40&style=flat-square)
55
- ![eslint](https://img.shields.io/badge/eslint-v10.0.3-3f2ab7.svg?labelColor=333&cacheSeconds=3600&logo=eslint&logoColor=3f2ab7&logoWidth=40&style=flat-square)
57
+ ![eslint](https://img.shields.io/badge/eslint-v10.1.0-3f2ab7.svg?labelColor=333&cacheSeconds=3600&logo=eslint&logoColor=3f2ab7&logoWidth=40&style=flat-square)
56
58
  ![eslint-config-prettier](https://img.shields.io/badge/eslint_config_prettier-v10.1.8-c4921c.svg?labelColor=333&cacheSeconds=3600&logo=prettier&logoColor=c4921c&logoWidth=40&style=flat-square)
57
59
  ![eslint-plugin-prettier](https://img.shields.io/badge/eslint_plugin_prettier-v5.5.5-d19d2e.svg?labelColor=333&cacheSeconds=3600&logo=prettier&logoColor=d19d2e&logoWidth=40&style=flat-square)
58
60
  ![eslint-plugin-simple-import-sort](https://img.shields.io/badge/eslint_plugin_simple_import_sort-v12.1.1-39d025.svg?labelColor=333&cacheSeconds=3600&logo=npm&logoColor=39d025&logoWidth=40&style=flat-square)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ehildt/depbadge",
3
3
  "description": "A tool that creates shieldio badges",
4
- "version": "1.3.1",
4
+ "version": "1.3.2",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "main": "dist/index.mjs",
@@ -66,7 +66,7 @@
66
66
  "depcruise": "npx dependency-cruiser -c .depcruise.mjs --ts-config tsconfig.json src",
67
67
  "format": "prettier --write .",
68
68
  "lint": "eslint ./src",
69
- "lint-staged": "npx lint-staged --allow-empty",
69
+ "lint:staged": "npx lint-staged --allow-empty",
70
70
  "ncu:update": "npx npm-check-updates -u --format group",
71
71
  "ncu:interactive": "npx npm-check-updates -u --interactive --format group",
72
72
  "ncu:validate": "npx npm-check-updates -e 2 --packageFile=./package.json",