@forsakringskassan/vite-lib-config 5.10.0 → 5.10.2
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/tsdoc-metadata.json +1 -1
- package/dist/vite.config.cjs +1 -1
- package/dist/vite.config.mjs +1 -1
- package/package.json +2 -2
package/dist/tsdoc-metadata.json
CHANGED
package/dist/vite.config.cjs
CHANGED
|
@@ -11368,7 +11368,7 @@ function shouldUseCustomEntrypoint(options) {
|
|
|
11368
11368
|
if (mode !== "development") {
|
|
11369
11369
|
return false;
|
|
11370
11370
|
}
|
|
11371
|
-
if (process.env.CYPRESS) {
|
|
11371
|
+
if (process.env.VITEST || process.env.CYPRESS) {
|
|
11372
11372
|
return false;
|
|
11373
11373
|
}
|
|
11374
11374
|
if (positional.length === 0) {
|
package/dist/vite.config.mjs
CHANGED
|
@@ -11362,7 +11362,7 @@ function shouldUseCustomEntrypoint(options) {
|
|
|
11362
11362
|
if (mode !== "development") {
|
|
11363
11363
|
return false;
|
|
11364
11364
|
}
|
|
11365
|
-
if (process.env.CYPRESS) {
|
|
11365
|
+
if (process.env.VITEST || process.env.CYPRESS) {
|
|
11366
11366
|
return false;
|
|
11367
11367
|
}
|
|
11368
11368
|
if (positional.length === 0) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forsakringskassan/vite-lib-config",
|
|
3
|
-
"version": "5.10.
|
|
3
|
+
"version": "5.10.2",
|
|
4
4
|
"description": "Försäkringskassan toolchain to build libraries with Vite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vite"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"tsconfig"
|
|
53
53
|
],
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@microsoft/api-extractor": "7.
|
|
55
|
+
"@microsoft/api-extractor": "7.59.0",
|
|
56
56
|
"@vue/babel-preset-app": "5.0.9",
|
|
57
57
|
"esbuild": "^0.28.0"
|
|
58
58
|
},
|