@storm-software/k8s-tools 0.24.19 → 0.24.21
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/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/dist/{chunk-PWKJRDCH.js → chunk-2C43HDIG.js} +25 -25
- package/dist/{chunk-7TA6J7QQ.js → chunk-3LDSSIYN.js} +41 -24
- package/dist/{chunk-RVFKH45R.mjs → chunk-3VDK74JH.mjs} +1 -1
- package/dist/{chunk-T4EJFEH2.mjs → chunk-5LYYZ7FB.mjs} +3 -3
- package/dist/{chunk-OEJGOWJQ.js → chunk-5RAMGCAN.js} +6 -6
- package/dist/{chunk-4OFIALUE.js → chunk-AT2U3AEC.js} +4 -4
- package/dist/{chunk-YTPPS4F6.mjs → chunk-BLABFT2F.mjs} +3 -3
- package/dist/{chunk-6BGIVOOB.js → chunk-CHM4YATC.js} +2 -2
- package/dist/{chunk-AAGAUBO2.mjs → chunk-CJPP55N2.mjs} +42 -25
- package/dist/{chunk-OA63SGD6.mjs → chunk-E5OWRA7W.mjs} +1 -1
- package/dist/{chunk-BJY7KKSA.js → chunk-IK63SZPH.js} +3 -3
- package/dist/{chunk-M26TA6KY.mjs → chunk-ILGOYDZF.mjs} +4 -4
- package/dist/{chunk-LVPECYEE.mjs → chunk-KA4WMVCS.mjs} +3 -3
- package/dist/{chunk-BDOS45JX.mjs → chunk-NKS62DYY.mjs} +2 -2
- package/dist/{chunk-LPWEVVQ3.mjs → chunk-NSMBXK5D.mjs} +4 -4
- package/dist/{chunk-44HYG5MT.mjs → chunk-Q32B4ZPM.mjs} +3 -3
- package/dist/{chunk-7IJP4RLN.mjs → chunk-QHSZICP7.mjs} +1 -1
- package/dist/{chunk-M5GQ34NS.js → chunk-QPLVLMOV.js} +19 -19
- package/dist/{chunk-XUV4U54K.mjs → chunk-R7DU2APC.mjs} +1 -1
- package/dist/{chunk-6V45YKVB.mjs → chunk-VQJIVO7A.mjs} +3 -3
- package/dist/{chunk-RMEVS7VZ.js → chunk-WYOYGK3F.js} +4 -4
- package/dist/{chunk-UDLI3L7V.mjs → chunk-YRS7MBGV.mjs} +1 -1
- package/dist/{executor-Bdz-Mv0J.d.mts → executor-CTUr2DgM.d.mts} +1 -1
- package/dist/{executor-C8P1WXgN.d.ts → executor-DLseHK-r.d.ts} +1 -1
- package/dist/executors.d.mts +2 -2
- package/dist/executors.d.ts +2 -2
- package/dist/executors.js +5 -5
- package/dist/executors.mjs +9 -9
- package/dist/{generator-8uXPNFWN.d.mts → generator-9X_TkrLo.d.mts} +1 -1
- package/dist/{generator-cmhbMmbg.d.mts → generator-DXlS5Rqg.d.mts} +1 -1
- package/dist/{generator-CYcHfQas.d.ts → generator-DeLkEJCT.d.ts} +1 -1
- package/dist/{generator-BmLTcTjN.d.ts → generator-wcSR1cxi.d.ts} +1 -1
- package/dist/generators.d.mts +3 -3
- package/dist/generators.d.ts +3 -3
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +6 -6
- package/dist/index.d.mts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +9 -9
- package/dist/index.mjs +14 -14
- package/dist/src/executors/container-publish/executor.d.mts +1 -1
- package/dist/src/executors/container-publish/executor.d.ts +1 -1
- package/dist/src/executors/container-publish/executor.js +4 -4
- package/dist/src/executors/container-publish/executor.mjs +5 -5
- package/dist/src/executors/helm-package/executor.d.mts +2 -2
- package/dist/src/executors/helm-package/executor.d.ts +2 -2
- package/dist/src/executors/helm-package/executor.js +4 -4
- package/dist/src/executors/helm-package/executor.mjs +7 -7
- package/dist/src/generators/helm-chart/generator.d.mts +2 -2
- package/dist/src/generators/helm-chart/generator.d.ts +2 -2
- package/dist/src/generators/helm-chart/generator.js +5 -5
- package/dist/src/generators/helm-chart/generator.mjs +5 -5
- package/dist/src/generators/helm-dependency/generator.d.mts +2 -2
- package/dist/src/generators/helm-dependency/generator.d.ts +2 -2
- package/dist/src/generators/helm-dependency/generator.js +5 -5
- package/dist/src/generators/helm-dependency/generator.mjs +5 -5
- package/dist/src/plugins/docker/index.js +3 -3
- package/dist/src/plugins/docker/index.mjs +4 -4
- package/dist/src/types.mjs +2 -2
- package/dist/src/utils/client.mjs +4 -4
- package/dist/src/utils/ensure-init.mjs +2 -2
- package/dist/src/utils/index.mjs +5 -5
- package/dist/src/utils/prettier.mjs +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/dist/{types-CMF_wowV.d.mts → types-HiZpltUX.d.mts} +3 -0
- package/dist/{types-CMF_wowV.d.ts → types-HiZpltUX.d.ts} +3 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExecutorContext } from '@nx/devkit';
|
|
2
|
-
import { S as StormConfig } from '../../../types-
|
|
2
|
+
import { S as StormConfig } from '../../../types-HiZpltUX.mjs';
|
|
3
3
|
import { C as ContainerPublishExecutorSchema } from '../../../schema.d-Cx_3iG9A.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExecutorContext } from '@nx/devkit';
|
|
2
|
-
import { S as StormConfig } from '../../../types-
|
|
2
|
+
import { S as StormConfig } from '../../../types-HiZpltUX.js';
|
|
3
3
|
import { C as ContainerPublishExecutorSchema } from '../../../schema.d-Cx_3iG9A.js';
|
|
4
4
|
import 'zod';
|
|
5
5
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk5RAMGCANjs = require('../../../chunk-5RAMGCAN.js');
|
|
5
5
|
require('../../../chunk-IOT45LXV.js');
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-CHM4YATC.js');
|
|
7
|
+
require('../../../chunk-3LDSSIYN.js');
|
|
8
8
|
require('../../../chunk-3GQAWCBQ.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
exports.default =
|
|
12
|
+
exports.default = _chunk5RAMGCANjs.publishExecutor; exports.getRegistryVersion = _chunk5RAMGCANjs.getRegistryVersion;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getRegistryVersion,
|
|
3
3
|
publishExecutor
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-ILGOYDZF.mjs";
|
|
5
|
+
import "../../../chunk-3VDK74JH.mjs";
|
|
6
|
+
import "../../../chunk-NKS62DYY.mjs";
|
|
7
|
+
import "../../../chunk-CJPP55N2.mjs";
|
|
8
|
+
import "../../../chunk-R7DU2APC.mjs";
|
|
9
9
|
export {
|
|
10
10
|
publishExecutor as default,
|
|
11
11
|
getRegistryVersion
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '@nx/devkit';
|
|
2
|
-
import '../../../types-
|
|
3
|
-
export { _ as default, s as serveExecutor } from '../../../executor-
|
|
2
|
+
import '../../../types-HiZpltUX.mjs';
|
|
3
|
+
export { _ as default, s as serveExecutor } from '../../../executor-CTUr2DgM.mjs';
|
|
4
4
|
import 'zod';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '@nx/devkit';
|
|
2
|
-
import '../../../types-
|
|
3
|
-
export { _ as default, s as serveExecutor } from '../../../executor-
|
|
2
|
+
import '../../../types-HiZpltUX.js';
|
|
3
|
+
export { _ as default, s as serveExecutor } from '../../../executor-DLseHK-r.js';
|
|
4
4
|
import 'zod';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
4
|
+
var _chunk2C43HDIGjs = require('../../../chunk-2C43HDIG.js');
|
|
5
|
+
require('../../../chunk-CHM4YATC.js');
|
|
6
|
+
require('../../../chunk-3LDSSIYN.js');
|
|
7
7
|
require('../../../chunk-2GAU2GHG.js');
|
|
8
8
|
require('../../../chunk-LFNGKV6F.js');
|
|
9
9
|
require('../../../chunk-EAQFLLRB.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = _chunk2C43HDIGjs.executor_default; exports.serveExecutor = _chunk2C43HDIGjs.serveExecutor;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default,
|
|
3
3
|
serveExecutor
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
9
|
-
import "../../../chunk-
|
|
10
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-NSMBXK5D.mjs";
|
|
5
|
+
import "../../../chunk-NKS62DYY.mjs";
|
|
6
|
+
import "../../../chunk-CJPP55N2.mjs";
|
|
7
|
+
import "../../../chunk-VQJIVO7A.mjs";
|
|
8
|
+
import "../../../chunk-YRS7MBGV.mjs";
|
|
9
|
+
import "../../../chunk-E5OWRA7W.mjs";
|
|
10
|
+
import "../../../chunk-R7DU2APC.mjs";
|
|
11
11
|
export {
|
|
12
12
|
executor_default as default,
|
|
13
13
|
serveExecutor
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../../../types-BCBFBwnJ.mjs';
|
|
2
2
|
import '@nx/devkit';
|
|
3
|
-
import '../../../types-
|
|
4
|
-
export { _ as default, h as helmChartGeneratorFn } from '../../../generator-
|
|
3
|
+
import '../../../types-HiZpltUX.mjs';
|
|
4
|
+
export { _ as default, h as helmChartGeneratorFn } from '../../../generator-DXlS5Rqg.mjs';
|
|
5
5
|
import 'zod';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../../../types-BCBFBwnJ.js';
|
|
2
2
|
import '@nx/devkit';
|
|
3
|
-
import '../../../types-
|
|
4
|
-
export { _ as default, h as helmChartGeneratorFn } from '../../../generator-
|
|
3
|
+
import '../../../types-HiZpltUX.js';
|
|
4
|
+
export { _ as default, h as helmChartGeneratorFn } from '../../../generator-DeLkEJCT.js';
|
|
5
5
|
import 'zod';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkAT2U3AECjs = require('../../../chunk-AT2U3AEC.js');
|
|
5
|
+
require('../../../chunk-QPLVLMOV.js');
|
|
6
|
+
require('../../../chunk-CHM4YATC.js');
|
|
7
|
+
require('../../../chunk-3LDSSIYN.js');
|
|
8
8
|
require('../../../chunk-3GQAWCBQ.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
exports.default =
|
|
12
|
+
exports.default = _chunkAT2U3AECjs.generator_default; exports.helmChartGeneratorFn = _chunkAT2U3AECjs.helmChartGeneratorFn;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
helmChartGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-Q32B4ZPM.mjs";
|
|
5
|
+
import "../../../chunk-KA4WMVCS.mjs";
|
|
6
|
+
import "../../../chunk-NKS62DYY.mjs";
|
|
7
|
+
import "../../../chunk-CJPP55N2.mjs";
|
|
8
|
+
import "../../../chunk-R7DU2APC.mjs";
|
|
9
9
|
export {
|
|
10
10
|
generator_default as default,
|
|
11
11
|
helmChartGeneratorFn
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../../../types-BCBFBwnJ.mjs';
|
|
2
2
|
import '@nx/devkit';
|
|
3
|
-
import '../../../types-
|
|
4
|
-
export { _ as default, h as helmDependencyGeneratorFn } from '../../../generator-
|
|
3
|
+
import '../../../types-HiZpltUX.mjs';
|
|
4
|
+
export { _ as default, h as helmDependencyGeneratorFn } from '../../../generator-9X_TkrLo.mjs';
|
|
5
5
|
import 'zod';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../../../types-BCBFBwnJ.js';
|
|
2
2
|
import '@nx/devkit';
|
|
3
|
-
import '../../../types-
|
|
4
|
-
export { _ as default, h as helmDependencyGeneratorFn } from '../../../generator-
|
|
3
|
+
import '../../../types-HiZpltUX.js';
|
|
4
|
+
export { _ as default, h as helmDependencyGeneratorFn } from '../../../generator-wcSR1cxi.js';
|
|
5
5
|
import 'zod';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkWYOYGK3Fjs = require('../../../chunk-WYOYGK3F.js');
|
|
5
|
+
require('../../../chunk-QPLVLMOV.js');
|
|
6
|
+
require('../../../chunk-CHM4YATC.js');
|
|
7
|
+
require('../../../chunk-3LDSSIYN.js');
|
|
8
8
|
require('../../../chunk-3GQAWCBQ.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
exports.default =
|
|
12
|
+
exports.default = _chunkWYOYGK3Fjs.generator_default; exports.helmDependencyGeneratorFn = _chunkWYOYGK3Fjs.helmDependencyGeneratorFn;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
helmDependencyGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-5LYYZ7FB.mjs";
|
|
5
|
+
import "../../../chunk-KA4WMVCS.mjs";
|
|
6
|
+
import "../../../chunk-NKS62DYY.mjs";
|
|
7
|
+
import "../../../chunk-CJPP55N2.mjs";
|
|
8
|
+
import "../../../chunk-R7DU2APC.mjs";
|
|
9
9
|
export {
|
|
10
10
|
generator_default as default,
|
|
11
11
|
helmDependencyGeneratorFn
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkIK63SZPHjs = require('../../../chunk-IK63SZPH.js');
|
|
7
7
|
require('../../../chunk-IOT45LXV.js');
|
|
8
|
-
require('../../../chunk-
|
|
8
|
+
require('../../../chunk-3LDSSIYN.js');
|
|
9
9
|
require('../../../chunk-3GQAWCBQ.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.createDependencies =
|
|
15
|
+
exports.createDependencies = _chunkIK63SZPHjs.createDependencies; exports.createNodes = _chunkIK63SZPHjs.createNodes; exports.description = _chunkIK63SZPHjs.description; exports.name = _chunkIK63SZPHjs.name;
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
createNodes,
|
|
4
4
|
description,
|
|
5
5
|
name
|
|
6
|
-
} from "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-
|
|
9
|
-
import "../../../chunk-
|
|
6
|
+
} from "../../../chunk-BLABFT2F.mjs";
|
|
7
|
+
import "../../../chunk-3VDK74JH.mjs";
|
|
8
|
+
import "../../../chunk-CJPP55N2.mjs";
|
|
9
|
+
import "../../../chunk-R7DU2APC.mjs";
|
|
10
10
|
export {
|
|
11
11
|
createDependencies,
|
|
12
12
|
createNodes,
|
package/dist/src/types.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HelmClient,
|
|
3
3
|
createHelmClient
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-VQJIVO7A.mjs";
|
|
5
|
+
import "../../chunk-YRS7MBGV.mjs";
|
|
6
|
+
import "../../chunk-E5OWRA7W.mjs";
|
|
7
|
+
import "../../chunk-R7DU2APC.mjs";
|
|
8
8
|
export {
|
|
9
9
|
HelmClient,
|
|
10
10
|
createHelmClient
|
package/dist/src/utils/index.mjs
CHANGED
|
@@ -2,16 +2,16 @@ import "../../chunk-WWU25UQ4.mjs";
|
|
|
2
2
|
import {
|
|
3
3
|
addToPrettierIgnore,
|
|
4
4
|
resolveUserExistingPrettierConfig
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-QHSZICP7.mjs";
|
|
6
6
|
import {
|
|
7
7
|
HelmClient,
|
|
8
8
|
createHelmClient
|
|
9
|
-
} from "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
9
|
+
} from "../../chunk-VQJIVO7A.mjs";
|
|
10
|
+
import "../../chunk-YRS7MBGV.mjs";
|
|
11
11
|
import {
|
|
12
12
|
ensureInitialized
|
|
13
|
-
} from "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
13
|
+
} from "../../chunk-E5OWRA7W.mjs";
|
|
14
|
+
import "../../chunk-R7DU2APC.mjs";
|
|
15
15
|
export {
|
|
16
16
|
HelmClient,
|
|
17
17
|
addToPrettierIgnore,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
addToPrettierIgnore,
|
|
3
3
|
resolveUserExistingPrettierConfig
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-QHSZICP7.mjs";
|
|
5
|
+
import "../../chunk-R7DU2APC.mjs";
|
|
6
6
|
export {
|
|
7
7
|
addToPrettierIgnore,
|
|
8
8
|
resolveUserExistingPrettierConfig
|
package/dist/tsup.config.mjs
CHANGED
|
@@ -57,6 +57,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
57
57
|
timezone: z.ZodDefault<z.ZodString>;
|
|
58
58
|
locale: z.ZodDefault<z.ZodString>;
|
|
59
59
|
logLevel: z.ZodDefault<z.ZodEnum<["silent", "fatal", "error", "warn", "success", "info", "debug", "trace", "all"]>>;
|
|
60
|
+
skipConfigLogging: z.ZodOptional<z.ZodBoolean>;
|
|
60
61
|
registry: z.ZodDefault<z.ZodObject<{
|
|
61
62
|
github: z.ZodOptional<z.ZodString>;
|
|
62
63
|
npm: z.ZodOptional<z.ZodString>;
|
|
@@ -983,6 +984,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
983
984
|
namespace?: string | undefined;
|
|
984
985
|
repository?: string | undefined;
|
|
985
986
|
preid?: string | undefined;
|
|
987
|
+
skipConfigLogging?: boolean | undefined;
|
|
986
988
|
}, {
|
|
987
989
|
bot: {
|
|
988
990
|
name?: string | undefined;
|
|
@@ -1164,6 +1166,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1164
1166
|
timezone?: string | undefined;
|
|
1165
1167
|
locale?: string | undefined;
|
|
1166
1168
|
logLevel?: "success" | "info" | "fatal" | "silent" | "error" | "warn" | "debug" | "trace" | "all" | undefined;
|
|
1169
|
+
skipConfigLogging?: boolean | undefined;
|
|
1167
1170
|
registry?: {
|
|
1168
1171
|
github?: string | undefined;
|
|
1169
1172
|
npm?: string | undefined;
|
|
@@ -57,6 +57,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
57
57
|
timezone: z.ZodDefault<z.ZodString>;
|
|
58
58
|
locale: z.ZodDefault<z.ZodString>;
|
|
59
59
|
logLevel: z.ZodDefault<z.ZodEnum<["silent", "fatal", "error", "warn", "success", "info", "debug", "trace", "all"]>>;
|
|
60
|
+
skipConfigLogging: z.ZodOptional<z.ZodBoolean>;
|
|
60
61
|
registry: z.ZodDefault<z.ZodObject<{
|
|
61
62
|
github: z.ZodOptional<z.ZodString>;
|
|
62
63
|
npm: z.ZodOptional<z.ZodString>;
|
|
@@ -983,6 +984,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
983
984
|
namespace?: string | undefined;
|
|
984
985
|
repository?: string | undefined;
|
|
985
986
|
preid?: string | undefined;
|
|
987
|
+
skipConfigLogging?: boolean | undefined;
|
|
986
988
|
}, {
|
|
987
989
|
bot: {
|
|
988
990
|
name?: string | undefined;
|
|
@@ -1164,6 +1166,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1164
1166
|
timezone?: string | undefined;
|
|
1165
1167
|
locale?: string | undefined;
|
|
1166
1168
|
logLevel?: "success" | "info" | "fatal" | "silent" | "error" | "warn" | "debug" | "trace" | "all" | undefined;
|
|
1169
|
+
skipConfigLogging?: boolean | undefined;
|
|
1167
1170
|
registry?: {
|
|
1168
1171
|
github?: string | undefined;
|
|
1169
1172
|
npm?: string | undefined;
|