@alexaegis/autotool-plugin-vitest 0.10.1 → 0.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/index.cjs +5 -5
- package/index.js +5 -5
- package/package.json +5 -5
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.10.
|
|
8
|
+
const version = "0.10.2";
|
|
9
9
|
const license = "MIT";
|
|
10
10
|
const archetype = {
|
|
11
11
|
platform: "node",
|
|
@@ -63,10 +63,10 @@ const dependencies = {
|
|
|
63
63
|
"autotool-plugin": "^0.4.1"
|
|
64
64
|
};
|
|
65
65
|
const devDependencies = {
|
|
66
|
-
"@alexaegis/eslint-config-vitest": "^0.10.
|
|
67
|
-
"@alexaegis/ts": "^0.10.
|
|
68
|
-
"@alexaegis/vite": "^0.10.
|
|
69
|
-
"@alexaegis/vitest": "^0.10.
|
|
66
|
+
"@alexaegis/eslint-config-vitest": "^0.10.2",
|
|
67
|
+
"@alexaegis/ts": "^0.10.2",
|
|
68
|
+
"@alexaegis/vite": "^0.10.2",
|
|
69
|
+
"@alexaegis/vitest": "^0.10.2",
|
|
70
70
|
"@lcov-viewer/cli": "^1.3.0",
|
|
71
71
|
"@types/node": "^20.11.30",
|
|
72
72
|
"@vitest/coverage-v8": "^1.4.0",
|
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.10.
|
|
6
|
+
const version = "0.10.2";
|
|
7
7
|
const license = "MIT";
|
|
8
8
|
const archetype = {
|
|
9
9
|
platform: "node",
|
|
@@ -61,10 +61,10 @@ const dependencies = {
|
|
|
61
61
|
"autotool-plugin": "^0.4.1"
|
|
62
62
|
};
|
|
63
63
|
const devDependencies = {
|
|
64
|
-
"@alexaegis/eslint-config-vitest": "^0.10.
|
|
65
|
-
"@alexaegis/ts": "^0.10.
|
|
66
|
-
"@alexaegis/vite": "^0.10.
|
|
67
|
-
"@alexaegis/vitest": "^0.10.
|
|
64
|
+
"@alexaegis/eslint-config-vitest": "^0.10.2",
|
|
65
|
+
"@alexaegis/ts": "^0.10.2",
|
|
66
|
+
"@alexaegis/vite": "^0.10.2",
|
|
67
|
+
"@alexaegis/vitest": "^0.10.2",
|
|
68
68
|
"@lcov-viewer/cli": "^1.3.0",
|
|
69
69
|
"@types/node": "^20.11.30",
|
|
70
70
|
"@vitest/coverage-v8": "^1.4.0",
|
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.10.
|
|
4
|
+
"version": "0.10.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"archetype": {
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"autotool-plugin": "^0.4.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@alexaegis/eslint-config-vitest": "^0.10.
|
|
64
|
-
"@alexaegis/ts": "^0.10.
|
|
65
|
-
"@alexaegis/vite": "^0.10.
|
|
66
|
-
"@alexaegis/vitest": "^0.10.
|
|
63
|
+
"@alexaegis/eslint-config-vitest": "^0.10.2",
|
|
64
|
+
"@alexaegis/ts": "^0.10.2",
|
|
65
|
+
"@alexaegis/vite": "^0.10.2",
|
|
66
|
+
"@alexaegis/vitest": "^0.10.2",
|
|
67
67
|
"@lcov-viewer/cli": "^1.3.0",
|
|
68
68
|
"@types/node": "^20.11.30",
|
|
69
69
|
"@vitest/coverage-v8": "^1.4.0",
|