@augment-vir/core 30.2.0 → 30.4.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@augment-vir/core",
|
|
3
|
-
"version": "30.
|
|
3
|
+
"version": "30.4.0",
|
|
4
4
|
"description": "Core augment-vir augments. Use @augment-vir/common instead.",
|
|
5
5
|
"homepage": "https://github.com/electrovir/augment-vir",
|
|
6
6
|
"bugs": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"scripts": {
|
|
23
23
|
"compile": "virmator compile",
|
|
24
24
|
"start": "tsx src/index.ts",
|
|
25
|
-
"test": "virmator test node",
|
|
25
|
+
"test": "virmator test --no-deps node",
|
|
26
26
|
"test:coverage": "npm run test coverage",
|
|
27
27
|
"test:update": "npm test"
|
|
28
28
|
},
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"type-fest": "^4.26.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@types/node": "^22.
|
|
36
|
+
"@types/node": "^22.9.0",
|
|
37
37
|
"c8": "^10.1.2",
|
|
38
|
-
"istanbul-smart-text-reporter": "^1.1.
|
|
38
|
+
"istanbul-smart-text-reporter": "^1.1.5"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=22"
|