@cyber-harbour/ui 2.2.38 → 2.2.40
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/index.js +34 -34
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +33 -33
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyber-harbour/ui",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.40",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"build": "cross-env NODE_ENV=production tsup",
|
|
28
28
|
"build:dev": "tsup",
|
|
29
29
|
"type:check": "tsc --noEmit",
|
|
30
|
-
"test": "
|
|
30
|
+
"test": "vitest run --project unit",
|
|
31
31
|
"storybook": "storybook dev -p 6006",
|
|
32
32
|
"build-storybook": "storybook build",
|
|
33
33
|
"publish": "npm publish --access public",
|
|
@@ -107,6 +107,8 @@
|
|
|
107
107
|
"@vitest/coverage-v8": "^3.1.3",
|
|
108
108
|
"babel-loader": "^10.0.0",
|
|
109
109
|
"cross-env": "^7.0.3",
|
|
110
|
+
"jsdom": "^29.1.1",
|
|
111
|
+
"jszip": "^3.10.1",
|
|
110
112
|
"playwright": "^1.52.0",
|
|
111
113
|
"react-pdf": "10.1.0",
|
|
112
114
|
"storybook": "^9.1.3",
|