@virmator/core 13.15.0 → 13.15.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {baseTypedocConfig} from '@virmator/docs/configs/typedoc.config.base';
|
|
2
2
|
import {join, resolve} from 'path';
|
|
3
|
-
import type
|
|
3
|
+
import {type TypeDocOptions} from 'typedoc';
|
|
4
4
|
|
|
5
5
|
const repoRoot = resolve(import.meta.dirname, '..');
|
|
6
6
|
const indexTsFile = join(repoRoot, 'src', 'index.ts');
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type AnyObject, type Logger, type LogOutputType, type MaybePromise, type PartialWithUndefined, type TypedFunction } from '@augment-vir/common';
|
|
2
|
+
import { type runShellCommand } from '@augment-vir/node';
|
|
3
3
|
import { type ChalkInstance } from 'chalk';
|
|
4
4
|
import { type EmptyObject, type PackageJson, type SetRequired } from 'type-fest';
|
|
5
5
|
import { type VirmatorPluginResolvedConfigFile } from './plugin-configs.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@virmator/core",
|
|
3
|
-
"version": "13.15.
|
|
3
|
+
"version": "13.15.2",
|
|
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.
|
|
35
|
+
"@augment-vir/assert": "^31.23.0",
|
|
36
|
+
"@augment-vir/common": "^31.23.0",
|
|
37
|
+
"@augment-vir/node": "^31.23.0",
|
|
38
38
|
"chalk": "^5.4.1",
|
|
39
39
|
"concurrently": "^9.1.2",
|
|
40
40
|
"mono-vir": "^2.0.6",
|
|
41
|
-
"semver": "^7.7.
|
|
42
|
-
"type-fest": "^4.
|
|
41
|
+
"semver": "^7.7.2",
|
|
42
|
+
"type-fest": "^4.41.0",
|
|
43
43
|
"typescript": "^5.8.3"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@augment-vir/test": "^31.
|
|
47
|
-
"@types/node": "^22.15.
|
|
46
|
+
"@augment-vir/test": "^31.23.0",
|
|
47
|
+
"@types/node": "^22.15.29",
|
|
48
48
|
"@types/semver": "^7.7.0",
|
|
49
|
-
"esbuild": "^0.25.
|
|
49
|
+
"esbuild": "^0.25.5"
|
|
50
50
|
},
|
|
51
51
|
"engines": {
|
|
52
52
|
"node": ">=22"
|