@kwantis-id3/frontend-library 1.5.0 → 1.5.1-alpha.1-tableHeaderRerenders

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwantis-id3/frontend-library",
3
- "version": "1.5.0",
3
+ "version": "1.5.1-alpha.1-tableHeaderRerenders",
4
4
  "description": "Kwantis frontend components collection",
5
5
  "scriptsComments": {
6
6
  "storybook": "Starts storybook in development mode",
@@ -8,7 +8,7 @@
8
8
  "rollup": "Bundles the library",
9
9
  "test": "Runs tests",
10
10
  "test:watch": "Runs tests in watch mode",
11
- "test:coverage": "Runs tests in watch mode and generates coverage report",
11
+ "test:coverage": "Runs tests once and generates coverage report",
12
12
  "chromatic": "Runs chromatic tests and deploys to chromatic",
13
13
  "build-cleanup": "Removes dist folder (if present)",
14
14
  "build": "Removes dist folder and bundles the library",
@@ -26,7 +26,7 @@
26
26
  "rollup": "rollup -c",
27
27
  "test": "vitest run",
28
28
  "test:watch": "vitest",
29
- "test:coverage": "vitest --coverage",
29
+ "test:coverage": "vitest run --coverage",
30
30
  "build": "pnpm rollup",
31
31
  "bump:patch": "pnpm version patch",
32
32
  "bump:minor": "pnpm version minor",