starship-butler-utils 0.3.5 → 0.3.7

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 +13 -10
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,9 +4,10 @@
4
4
  [![npm downloads][npm-downloads-src]][npm-downloads-href]
5
5
  [![bundle][bundle-src]][bundle-href]
6
6
  [![JSDocs][jsdocs-src]][jsdocs-href]
7
+ [![Codecov][codecov-src]][codecov-href]
7
8
  [![License][license-src]][license-href]
8
9
 
9
- Utils of starship butler.
10
+ Utils used by [starship butler](https://github.com/lumirelle/starship-butler).
10
11
 
11
12
  ## Sponsors
12
13
 
@@ -22,13 +23,15 @@ Utils of starship butler.
22
23
 
23
24
  <!-- Badges -->
24
25
 
25
- [npm-version-src]: https://img.shields.io/npm/v/starship-butler?style=flat&colorA=080f12&colorB=1fa669
26
- [npm-version-href]: https://npmjs.com/package/starship-butler
27
- [npm-downloads-src]: https://img.shields.io/npm/dm/starship-butler?style=flat&colorA=080f12&colorB=1fa669
28
- [npm-downloads-href]: https://npmjs.com/package/starship-butler
29
- [bundle-src]: https://img.shields.io/bundlephobia/minzip/starship-butler?style=flat&colorA=080f12&colorB=1fa669&label=minzip
30
- [bundle-href]: https://bundlephobia.com/result?p=starship-butler
31
- [license-src]: https://img.shields.io/github/license/lumirelle/starship-butler.svg?style=flat&colorA=080f12&colorB=1fa669
26
+ [npm-version-src]: https://img.shields.io/npm/v/starship-butler-utils?style=flat&colorA=18181B&colorB=F0DB4F
27
+ [npm-version-href]: https://npmjs.com/package/starship-butler-utils
28
+ [npm-downloads-src]: https://img.shields.io/npm/dm/starship-butler-utils?style=flat&colorA=18181B&colorB=F0DB4F
29
+ [npm-downloads-href]: https://npmjs.com/package/starship-butler-utils
30
+ [bundle-src]: https://img.shields.io/bundlephobia/minzip/starship-butler-utils?style=flat&colorA=18181B&colorB=F0DB4F&label=minzip
31
+ [bundle-href]: https://bundlephobia.com/result?p=starship-butler-utils
32
+ [jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=18181B&colorB=F0DB4F
33
+ [jsdocs-href]: https://www.jsdocs.io/package/starship-butler-utils
34
+ [codecov-src]: https://img.shields.io/codecov/c/gh/lumirelle/starship-butler/main?style=flat&colorA=18181B&colorB=F0DB4F
35
+ [codecov-href]: https://codecov.io/gh/lumirelle/starship-butler
36
+ [license-src]: https://img.shields.io/github/license/lumirelle/starship-butler.svg?style=flat&colorA=18181B&colorB=F0DB4F
32
37
  [license-href]: https://github.com/lumirelle/starship-butler/blob/main/LICENSE
33
- [jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
34
- [jsdocs-href]: https://www.jsdocs.io/package/starship-butler
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "starship-butler-utils",
3
3
  "type": "module",
4
- "version": "0.3.5",
5
- "description": "Your best starship butler.",
4
+ "version": "0.3.7",
5
+ "description": "Utils used by starship butler.",
6
6
  "author": "Lumirelle <shabbyacc@outlook.com>",
7
7
  "license": "MIT",
8
8
  "funding": "https://github.com/sponsors/lumirelle",