@alexaegis/autotool-plugin-vitest 0.10.4 → 0.11.1
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/index.cjs +15 -15
- package/index.d.ts +2 -1
- package/index.js +15 -15
- package/package.json +17 -17
package/index.cjs
CHANGED
|
@@ -5,7 +5,7 @@ require("autotool-plugin");
|
|
|
5
5
|
const node_path = require("node:path");
|
|
6
6
|
const name = "@alexaegis/autotool-plugin-vitest";
|
|
7
7
|
const description = "Setup vitest";
|
|
8
|
-
const version = "0.
|
|
8
|
+
const version = "0.11.1";
|
|
9
9
|
const license = "MIT";
|
|
10
10
|
const archetype = {
|
|
11
11
|
platform: "node",
|
|
@@ -57,23 +57,23 @@ const exports$1 = {
|
|
|
57
57
|
"./readme": "./readme.md"
|
|
58
58
|
};
|
|
59
59
|
const dependencies = {
|
|
60
|
-
"@alexaegis/coverage-tools": "^0.9.
|
|
61
|
-
"@alexaegis/logging": "^0.9.
|
|
62
|
-
"@alexaegis/predicate": "^0.9.
|
|
63
|
-
"autotool-plugin": "^0.
|
|
60
|
+
"@alexaegis/coverage-tools": "^0.9.1",
|
|
61
|
+
"@alexaegis/logging": "^0.9.1",
|
|
62
|
+
"@alexaegis/predicate": "^0.9.1",
|
|
63
|
+
"autotool-plugin": "^0.6.0"
|
|
64
64
|
};
|
|
65
65
|
const devDependencies = {
|
|
66
|
-
"@alexaegis/eslint-config-vitest": "
|
|
67
|
-
"@alexaegis/ts": "
|
|
68
|
-
"@alexaegis/vite": "
|
|
69
|
-
"@alexaegis/vitest": "
|
|
66
|
+
"@alexaegis/eslint-config-vitest": "workspace:^",
|
|
67
|
+
"@alexaegis/ts": "workspace:^",
|
|
68
|
+
"@alexaegis/vite": "workspace:^",
|
|
69
|
+
"@alexaegis/vitest": "workspace:^",
|
|
70
70
|
"@lcov-viewer/cli": "^1.3.0",
|
|
71
|
-
"@types/node": "^20.
|
|
72
|
-
"@vitest/coverage-v8": "^1.
|
|
73
|
-
publint: "^0.2.
|
|
74
|
-
typescript: "^5.4.
|
|
75
|
-
vite: "^5.2.
|
|
76
|
-
vitest: "^1.
|
|
71
|
+
"@types/node": "^20.12.12",
|
|
72
|
+
"@vitest/coverage-v8": "^1.6.0",
|
|
73
|
+
publint: "^0.2.8",
|
|
74
|
+
typescript: "^5.4.5",
|
|
75
|
+
vite: "^5.2.11",
|
|
76
|
+
vitest: "^1.6.0"
|
|
77
77
|
};
|
|
78
78
|
const packageJson = {
|
|
79
79
|
name,
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import "autotool-plugin";
|
|
|
3
3
|
import { join } from "node:path";
|
|
4
4
|
const name = "@alexaegis/autotool-plugin-vitest";
|
|
5
5
|
const description = "Setup vitest";
|
|
6
|
-
const version = "0.
|
|
6
|
+
const version = "0.11.1";
|
|
7
7
|
const license = "MIT";
|
|
8
8
|
const archetype = {
|
|
9
9
|
platform: "node",
|
|
@@ -55,23 +55,23 @@ const exports = {
|
|
|
55
55
|
"./readme": "./readme.md"
|
|
56
56
|
};
|
|
57
57
|
const dependencies = {
|
|
58
|
-
"@alexaegis/coverage-tools": "^0.9.
|
|
59
|
-
"@alexaegis/logging": "^0.9.
|
|
60
|
-
"@alexaegis/predicate": "^0.9.
|
|
61
|
-
"autotool-plugin": "^0.
|
|
58
|
+
"@alexaegis/coverage-tools": "^0.9.1",
|
|
59
|
+
"@alexaegis/logging": "^0.9.1",
|
|
60
|
+
"@alexaegis/predicate": "^0.9.1",
|
|
61
|
+
"autotool-plugin": "^0.6.0"
|
|
62
62
|
};
|
|
63
63
|
const devDependencies = {
|
|
64
|
-
"@alexaegis/eslint-config-vitest": "
|
|
65
|
-
"@alexaegis/ts": "
|
|
66
|
-
"@alexaegis/vite": "
|
|
67
|
-
"@alexaegis/vitest": "
|
|
64
|
+
"@alexaegis/eslint-config-vitest": "workspace:^",
|
|
65
|
+
"@alexaegis/ts": "workspace:^",
|
|
66
|
+
"@alexaegis/vite": "workspace:^",
|
|
67
|
+
"@alexaegis/vitest": "workspace:^",
|
|
68
68
|
"@lcov-viewer/cli": "^1.3.0",
|
|
69
|
-
"@types/node": "^20.
|
|
70
|
-
"@vitest/coverage-v8": "^1.
|
|
71
|
-
publint: "^0.2.
|
|
72
|
-
typescript: "^5.4.
|
|
73
|
-
vite: "^5.2.
|
|
74
|
-
vitest: "^1.
|
|
69
|
+
"@types/node": "^20.12.12",
|
|
70
|
+
"@vitest/coverage-v8": "^1.6.0",
|
|
71
|
+
publint: "^0.2.8",
|
|
72
|
+
typescript: "^5.4.5",
|
|
73
|
+
vite: "^5.2.11",
|
|
74
|
+
vitest: "^1.6.0"
|
|
75
75
|
};
|
|
76
76
|
const packageJson = {
|
|
77
77
|
name,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexaegis/autotool-plugin-vitest",
|
|
3
3
|
"description": "Setup vitest",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.11.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"archetype": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
|
-
"node": ">=
|
|
42
|
-
"pnpm": ">=
|
|
41
|
+
"node": ">=20.12.0",
|
|
42
|
+
"pnpm": ">=9.1.1"
|
|
43
43
|
},
|
|
44
44
|
"exports": {
|
|
45
45
|
".": {
|
|
@@ -54,23 +54,23 @@
|
|
|
54
54
|
"./readme": "./readme.md"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@alexaegis/coverage-tools": "^0.9.
|
|
58
|
-
"@alexaegis/logging": "^0.9.
|
|
59
|
-
"@alexaegis/predicate": "^0.9.
|
|
60
|
-
"autotool-plugin": "^0.
|
|
57
|
+
"@alexaegis/coverage-tools": "^0.9.1",
|
|
58
|
+
"@alexaegis/logging": "^0.9.1",
|
|
59
|
+
"@alexaegis/predicate": "^0.9.1",
|
|
60
|
+
"autotool-plugin": "^0.6.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@alexaegis/eslint-config-vitest": "^0.
|
|
64
|
-
"@alexaegis/ts": "^0.
|
|
65
|
-
"@alexaegis/vite": "^0.
|
|
66
|
-
"@alexaegis/vitest": "^0.
|
|
63
|
+
"@alexaegis/eslint-config-vitest": "^0.11.1",
|
|
64
|
+
"@alexaegis/ts": "^0.11.1",
|
|
65
|
+
"@alexaegis/vite": "^0.11.1",
|
|
66
|
+
"@alexaegis/vitest": "^0.11.1",
|
|
67
67
|
"@lcov-viewer/cli": "^1.3.0",
|
|
68
|
-
"@types/node": "^20.
|
|
69
|
-
"@vitest/coverage-v8": "^1.
|
|
70
|
-
"publint": "^0.2.
|
|
71
|
-
"typescript": "^5.4.
|
|
72
|
-
"vite": "^5.2.
|
|
73
|
-
"vitest": "^1.
|
|
68
|
+
"@types/node": "^20.12.12",
|
|
69
|
+
"@vitest/coverage-v8": "^1.6.0",
|
|
70
|
+
"publint": "^0.2.8",
|
|
71
|
+
"typescript": "^5.4.5",
|
|
72
|
+
"vite": "^5.2.11",
|
|
73
|
+
"vitest": "^1.6.0"
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|
|
76
76
|
"lint:depcheck": "turbo run lint:depcheck_ --concurrency 16 --cache-dir .cache/turbo --filter @alexaegis/autotool-plugin-vitest",
|