@virmator/core 14.0.2 → 14.0.3
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@virmator/core",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.3",
|
|
4
4
|
"description": "Shared core functionality for all virmator plugins and the virmator CLI.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"automation",
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
"test:update": "npm test update"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@augment-vir/assert": "^31.
|
|
36
|
-
"@augment-vir/common": "^31.
|
|
37
|
-
"@augment-vir/node": "^31.
|
|
35
|
+
"@augment-vir/assert": "^31.34.1",
|
|
36
|
+
"@augment-vir/common": "^31.34.1",
|
|
37
|
+
"@augment-vir/node": "^31.34.1",
|
|
38
38
|
"mono-vir": "^2.2.2",
|
|
39
|
-
"runstorm": "^0.6.
|
|
39
|
+
"runstorm": "^0.6.2",
|
|
40
40
|
"semver": "^7.7.2",
|
|
41
41
|
"type-fest": "^4.41.0",
|
|
42
42
|
"typescript": "^5.9.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@augment-vir/test": "^31.
|
|
46
|
-
"@types/node": "^24.3.
|
|
47
|
-
"@types/semver": "^7.7.
|
|
45
|
+
"@augment-vir/test": "^31.34.1",
|
|
46
|
+
"@types/node": "^24.3.1",
|
|
47
|
+
"@types/semver": "^7.7.1",
|
|
48
48
|
"esbuild": "^0.25.9"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|