@virmator/core 13.15.5 → 13.16.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/dist/api/execute-command.js +1 -1
- package/package.json +10 -10
|
@@ -137,7 +137,7 @@ export async function executeVirmatorCommand({ log: logParam, entryPointFilePath
|
|
|
137
137
|
monoRepoPackages,
|
|
138
138
|
packageType,
|
|
139
139
|
monoRepoRootPath,
|
|
140
|
-
cwdPackageJson
|
|
140
|
+
cwdPackageJson,
|
|
141
141
|
cwdValidPackageJson: cwdPackageJson.name && cwdPackageJson.version
|
|
142
142
|
? cwdPackageJson
|
|
143
143
|
: undefined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@virmator/core",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.16.0",
|
|
4
4
|
"description": "Shared core functionality for all virmator plugins and the virmator CLI.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"automation",
|
|
@@ -32,21 +32,21 @@
|
|
|
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.
|
|
38
|
-
"chalk": "^5.
|
|
39
|
-
"concurrently": "^9.
|
|
35
|
+
"@augment-vir/assert": "^31.31.0",
|
|
36
|
+
"@augment-vir/common": "^31.31.0",
|
|
37
|
+
"@augment-vir/node": "^31.31.0",
|
|
38
|
+
"chalk": "^5.5.0",
|
|
39
|
+
"concurrently": "^9.2.0",
|
|
40
40
|
"mono-vir": "^2.0.6",
|
|
41
41
|
"semver": "^7.7.2",
|
|
42
42
|
"type-fest": "^4.41.0",
|
|
43
|
-
"typescript": "^5.
|
|
43
|
+
"typescript": "^5.9.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@augment-vir/test": "^31.
|
|
47
|
-
"@types/node": "^
|
|
46
|
+
"@augment-vir/test": "^31.31.0",
|
|
47
|
+
"@types/node": "^24.2.0",
|
|
48
48
|
"@types/semver": "^7.7.0",
|
|
49
|
-
"esbuild": "^0.25.
|
|
49
|
+
"esbuild": "^0.25.8"
|
|
50
50
|
},
|
|
51
51
|
"engines": {
|
|
52
52
|
"node": ">=22"
|