@nova-design-system/nova-webcomponents 3.0.0-beta.42 → 3.0.0-beta.43
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/dist/docs.json +1 -1
- package/package.json +3 -3
- package/dist/blazor-docs.json +0 -16850
- package/dist/vscode-data.json +0 -4570
package/dist/docs.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nova-design-system/nova-webcomponents",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.43",
|
|
4
4
|
"description": "Nova is a design system created by Elia Group to empower creators to efficiently build solutions that people love to use.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"typecheck": "tsc --emitDeclarationOnly false --noEmit",
|
|
38
38
|
"playwright": "playwright test",
|
|
39
39
|
"playwright.coverage": "cross-env COVERAGE=true playwright test",
|
|
40
|
-
"playwright.coverage:show-report": "npx monocart show-report ../../coverage-playwright/monocart-report.html",
|
|
41
|
-
"playwright.coverage:show-report-coverage": "open-cli ../../coverage-playwright/code-coverage/v8/index.html",
|
|
40
|
+
"playwright.coverage:show-report": "npx monocart show-report ../../coverage/coverage-playwright/monocart-report.html",
|
|
41
|
+
"playwright.coverage:show-report-coverage": "open-cli ../../coverage/coverage-playwright/code-coverage-playwright/v8/index.html",
|
|
42
42
|
"playwright.ci": "playwright test --workers=1",
|
|
43
43
|
"playwright.ci.coverage": "cross-env COVERAGE=true playwright test --workers=1",
|
|
44
44
|
"playwright.ui": "playwright test --ui",
|