diff --git a/libs/index.md b/libs/index.md index 2aaf47c..33a835c 100644 --- a/libs/index.md +++ b/libs/index.md @@ -39,14 +39,15 @@ Available query params: Available icons: - - - - - - - - + + + + + + + + + ## Examples @@ -54,12 +55,12 @@ Available icons: | Preview | URL | | ------- | --- | -| | [/badge/chat/gitter/purple](/badge/chat/gitter/purple) | | [/badge/style/standard/f2a](/badge/style/standard/f2a) -| | [/badge/stars/★★★★☆](/badge/stars/★★★★☆) +| | [/badge/stars/★★★★☆](/badge/stars/★★★★☆/green) | | [/badge/license/Apache-2.0/blue](/badge/license/Apache-2.0/blue) | | [/badge/Language/Swift%203.0.1/orange](/badge/Language/Swift%203.0.1/orange) | | [/badge/platform/ios,macos,tvos?list=1](/badge/platform/ios,macos,tvos?list=1) +| | [/badge/shell/$%20now%20amio%2Fbadgen-service/222](/badge/shell/$%20now%20amio%2Fbadgen-service/222)
diff --git a/package-lock.json b/package-lock.json index 72500e2..55cb5e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -225,9 +225,9 @@ } }, "badgen": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/badgen/-/badgen-2.1.4.tgz", - "integrity": "sha512-zrz/2ULcdjzxy7BWwEmvcaSRVCigcjWvs25twLpATgmMpmtqft5wZeVTIMBK9yWIU2s/VTJiGicX0TDQZXknXg==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/badgen/-/badgen-2.2.1.tgz", + "integrity": "sha512-OtXn/GJJdP52Q4StNG1QfHTgvPZZsccIFpTkASBAWRZYdtjubH2nSxkyLSQKRIHv7Y13W7G6prER2KK2C3xMvg==", "requires": { "unicode-astral-regex": "^1.0.1" } diff --git a/package.json b/package.json index dcab4ba..0304c21 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "axios": "^0.18.0", - "badgen": "^2.1.4", + "badgen": "^2.2.1", "chrome-webstore": "^1.0.0", "micro": "^9.3.2", "micro-fork": "^0.1.0",