storybook_vitest_addon 1.0.2 → 1.0.4

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 +10 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,13 +2,21 @@
2
2
 
3
3
  ###
4
4
 
5
- [![Release](https://github.com/krzysztofradomski/storybook-addon-vitest/actions/workflows/release.yml/badge.svg)](https://github.com/krzysztofradomski/storybook-addon-vitest/actions/workflows/release.yml)
5
+ [![CI](https://img.shields.io/github/actions/workflow/status/krzysztofradomski/storybook-addon-vitest/ci.yml?branch=main&label=CI)](https://github.com/krzysztofradomski/storybook-addon-vitest/actions/workflows/ci.yml)
6
+ [![Release](https://github.com/krzysztofradomski/storybook-addon-vitest/actions/workflows/release.yml/badge.svg?event=release)](https://github.com/krzysztofradomski/storybook-addon-vitest/actions/workflows/release.yml)
7
+ [![npm downloads](https://img.shields.io/npm/dm/storybook_vitest_addon.svg)](https://www.npmjs.com/package/storybook_vitest_addon)
6
8
 
7
9
  Installation:
8
10
 
9
11
  ```
10
12
  npm install storybook_vitest_addon
11
- # or
13
+ ```
14
+
15
+ ```
16
+ pnpm install storybook_vitest_addon
17
+ ```
18
+
19
+ ```
12
20
  yarn add storybook_vitest_addon
13
21
  ```
14
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storybook_vitest_addon",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Adds a panel to display Vitest unit test results",
5
5
  "keywords": [
6
6
  "storybook-addons",