@ehildt/depbadge 1.0.10 → 1.0.11

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -58,7 +58,7 @@ By automating badge generation, Depbadge solves common problems: outdated badges
58
58
  [![eslint-config-prettier](https://img.shields.io/badge/eslint_config_prettier-v10.1.8-hsl(42%2C75%25%2C44%25).svg?labelColor=hsl%280%2C+0%25%2C+20%25%29&cacheSeconds=3600&logo=prettier&logoColor=hsl%2842%2C75%25%2C44%25%29&logoWidth=40&style=flat-square)](https://www.npmjs.com/package/example_package)
59
59
  [![eslint-plugin-prettier](https://img.shields.io/badge/eslint_plugin_prettier-v5.5.5-hsl(41%2C64%25%2C50%25).svg?labelColor=hsl%280%2C+0%25%2C+20%25%29&cacheSeconds=3600&logo=prettier&logoColor=hsl%2841%2C64%25%2C50%25%29&logoWidth=40&style=flat-square)](https://www.npmjs.com/package/example_package)
60
60
  [![eslint-plugin-simple-import-sort](https://img.shields.io/badge/eslint_plugin_simple_import_sort-v12.1.1-hsl(113%2C70%25%2C48%25).svg?labelColor=hsl%280%2C+0%25%2C+20%25%29&cacheSeconds=3600&logo=npm&logoColor=hsl%28113%2C70%25%2C48%25%29&logoWidth=40&style=flat-square)](https://www.npmjs.com/package/example_package)
61
- [![eslint-plugin-sonarjs](https://img.shields.io/badge/eslint_plugin_sonarjs-v4.0.0-hsl(334%2C72%25%2C46%25).svg?labelColor=hsl%280%2C+0%25%2C+20%25%29&cacheSeconds=3600&logo=sonar&logoColor=hsl%28334%2C72%25%2C46%25%29&logoWidth=40&style=flat-square)](https://www.npmjs.com/package/example_package)
61
+ [![eslint-plugin-sonarjs](https://img.shields.io/badge/eslint_plugin_sonarjs-v4.0.1-hsl(334%2C72%25%2C46%25).svg?labelColor=hsl%280%2C+0%25%2C+20%25%29&cacheSeconds=3600&logo=sonar&logoColor=hsl%28334%2C72%25%2C46%25%29&logoWidth=40&style=flat-square)](https://www.npmjs.com/package/example_package)
62
62
  [![globals](https://img.shields.io/badge/globals-v17.4.0-hsl(208%2C65%25%2C42%25).svg?labelColor=hsl%280%2C+0%25%2C+20%25%29&cacheSeconds=3600&logo=npm&logoColor=hsl%28208%2C65%25%2C42%25%29&logoWidth=40&style=flat-square)](https://www.npmjs.com/package/example_package)
63
63
  [![husky](https://img.shields.io/badge/husky-v9.1.7-hsl(204%2C60%25%2C45%25).svg?labelColor=hsl%280%2C+0%25%2C+20%25%29&cacheSeconds=3600&logo=husky&logoColor=hsl%28204%2C60%25%2C45%25%29&logoWidth=40&style=flat-square)](https://www.npmjs.com/package/example_package)
64
64
  [![jest](https://img.shields.io/badge/jest-v30.2.0-hsl(228%2C68%25%2C44%25).svg?labelColor=hsl%280%2C+0%25%2C+20%25%29&cacheSeconds=3600&logo=jest&logoColor=hsl%28228%2C68%25%2C44%25%29&logoWidth=40&style=flat-square)](https://www.npmjs.com/package/example_package)
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.0.10",
4
+ "version": "1.0.11",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "main": "dist/index.mjs",