@apitree.cz/vitest-config 0.2.2 → 0.3.0

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/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
  ## Installation
14
14
 
15
15
  ```bash
16
- pnpm add --save-dev @apitree.cz/vitest-config @vitest/coverage-istanbul vitest
16
+ pnpm add --save-dev @apitree.cz/vitest-config @vitest/coverage-v8 vitest
17
17
  ```
18
18
 
19
19
  ## Usage
@@ -1,5 +1,5 @@
1
1
  export declare const coverage: {
2
2
  all: true;
3
- provider: "istanbul";
3
+ provider: "v8";
4
4
  reporter: ("cobertura" | "html" | "lcovonly" | "text")[];
5
5
  };
package/dist/constants.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export const coverage = {
2
2
  all: true,
3
- provider: 'istanbul',
3
+ provider: 'v8',
4
4
  reporter: ['cobertura', 'html', 'lcovonly', 'text'],
5
5
  };
6
6
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,GAAG,EAAE,IAAI;IACT,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC;CAC1B,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,GAAG,EAAE,IAAI;IACT,QAAQ,EAAE,IAAI;IACd,QAAQ,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC;CAC1B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apitree.cz/vitest-config",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "Vitest configuration for ApiTree projects.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,18 +36,18 @@
36
36
  "dist"
37
37
  ],
38
38
  "dependencies": {
39
- "@swc/core": "^1.4.13",
39
+ "@swc/core": "^1.4.14",
40
40
  "@vitejs/plugin-react": "^4.2.1",
41
41
  "unplugin-swc": "^1.4.5",
42
42
  "vite": "^5.2.8"
43
43
  },
44
44
  "devDependencies": {
45
- "@vitest/coverage-istanbul": "^1.4.0",
46
- "vitest": "^1.4.0"
45
+ "@vitest/coverage-v8": "^1.5.0",
46
+ "vitest": "^1.5.0"
47
47
  },
48
48
  "peerDependencies": {
49
- "@vitest/coverage-istanbul": "^1.4.0",
50
- "vitest": "^1.4.0"
49
+ "@vitest/coverage-v8": "^1.5.0",
50
+ "vitest": "^1.5.0"
51
51
  },
52
52
  "scripts": {
53
53
  "prebuild": "rimraf dist tsconfig.build.tsbuildinfo",