@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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.58.13"
8
+ "packageVersion": "7.59.0"
9
9
  }
10
10
  ]
11
11
  }
@@ -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) {
@@ -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.0",
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.58.13",
55
+ "@microsoft/api-extractor": "7.59.0",
56
56
  "@vue/babel-preset-app": "5.0.9",
57
57
  "esbuild": "^0.28.0"
58
58
  },