@storm-software/k8s-tools 0.42.131 → 0.42.132
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-W2CGAYNT.mjs → chunk-3I3ODZKV.mjs} +2 -2
- package/dist/{chunk-NPM24JFA.js → chunk-6VH66K6T.js} +25 -25
- package/dist/{chunk-FAEFEYUH.mjs → chunk-DQ6YPI3I.mjs} +1 -1
- package/dist/{chunk-EJ2VFW42.js → chunk-EA47D42R.js} +45 -7
- package/dist/{chunk-YWP6IK6M.js → chunk-EL6QE5FA.js} +4 -4
- package/dist/{chunk-CS2FYVHB.mjs → chunk-EYPBUFPL.mjs} +2 -2
- package/dist/{chunk-UKVTK6UH.mjs → chunk-IOKYYZWX.mjs} +2 -2
- package/dist/{chunk-3ZWOHOBS.js → chunk-MNSGJMJV.js} +20 -20
- package/dist/{chunk-HTXMSBIV.mjs → chunk-MSZUOD43.mjs} +2 -2
- package/dist/{chunk-QLGHGOA2.mjs → chunk-OPAEZJF6.mjs} +45 -7
- package/dist/{chunk-CTPVRYI5.js → chunk-QJR6N4PL.js} +2 -2
- package/dist/{chunk-6FJ4PA3F.mjs → chunk-RECN4I7A.mjs} +2 -2
- package/dist/{chunk-NTWUZGWA.mjs → chunk-ULPF44XA.mjs} +1 -1
- package/dist/{chunk-IE6AMCMZ.js → chunk-YOHT3QWT.js} +4 -4
- package/dist/{chunk-RODY5ARQ.js → chunk-ZJRDUBGT.js} +6 -6
- package/dist/{chunk-CNNG2OFU.js → chunk-ZXM4G35O.js} +3 -3
- package/dist/executors.js +5 -5
- package/dist/executors.mjs +4 -4
- package/dist/generators.js +6 -6
- package/dist/generators.mjs +5 -5
- package/dist/index.js +9 -9
- package/dist/index.mjs +8 -8
- package/dist/src/executors/container-publish/executor.js +4 -4
- package/dist/src/executors/container-publish/executor.mjs +3 -3
- package/dist/src/executors/helm-package/executor.js +4 -4
- package/dist/src/executors/helm-package/executor.mjs +3 -3
- package/dist/src/generators/helm-chart/generator.js +5 -5
- package/dist/src/generators/helm-chart/generator.mjs +4 -4
- package/dist/src/generators/helm-dependency/generator.js +5 -5
- package/dist/src/generators/helm-dependency/generator.mjs +4 -4
- package/dist/src/plugins/docker/index.js +3 -3
- package/dist/src/plugins/docker/index.mjs +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - K8s Tools
|
|
4
4
|
|
|
5
|
+
## [0.42.131](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.131) (03/18/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **devenv-modules:** Update tasks for devenv modules ([7e9677f2e](https://github.com/storm-software/storm-ops/commit/7e9677f2e))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **workspace-tools** to **v1.295.16**
|
|
14
|
+
- Updated **config-tools** to **v1.189.40**
|
|
15
|
+
- Updated **config** to **v1.135.41**
|
|
16
|
+
|
|
5
17
|
## [0.42.130](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.130) (03/16/2026)
|
|
6
18
|
|
|
7
19
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
applyWorkspaceProjectTokens,
|
|
3
3
|
applyWorkspaceTokens
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-DQ6YPI3I.mjs";
|
|
5
5
|
import {
|
|
6
6
|
brandIcon,
|
|
7
7
|
findWorkspaceRoot,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
writeSuccess,
|
|
16
16
|
writeTrace,
|
|
17
17
|
writeWarning
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-OPAEZJF6.mjs";
|
|
19
19
|
import {
|
|
20
20
|
createHelmClient
|
|
21
21
|
} from "./chunk-F244EGT5.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkQJR6N4PLjs = require('./chunk-QJR6N4PL.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -15,7 +15,7 @@ var _chunkCTPVRYI5js = require('./chunk-CTPVRYI5.js');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkEA47D42Rjs = require('./chunk-EA47D42R.js');
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
var _chunk4AADQIGWjs = require('./chunk-4AADQIGW.js');
|
|
@@ -23,7 +23,7 @@ var _chunk4AADQIGWjs = require('./chunk-4AADQIGW.js');
|
|
|
23
23
|
// ../workspace-tools/src/base/base-executor.ts
|
|
24
24
|
var _defu = require('defu');
|
|
25
25
|
var withRunExecutor = (name, executorFn, executorOptions = {}) => async (_options, context) => {
|
|
26
|
-
const stopwatch =
|
|
26
|
+
const stopwatch = _chunkEA47D42Rjs.getStopwatch.call(void 0, name);
|
|
27
27
|
let options = _options;
|
|
28
28
|
let config = {};
|
|
29
29
|
try {
|
|
@@ -32,17 +32,17 @@ var withRunExecutor = (name, executorFn, executorOptions = {}) => async (_option
|
|
|
32
32
|
"The Build process failed because the context is not valid. Please run this command from a workspace."
|
|
33
33
|
);
|
|
34
34
|
}
|
|
35
|
-
const workspaceRoot =
|
|
35
|
+
const workspaceRoot = _chunkEA47D42Rjs.findWorkspaceRoot.call(void 0, );
|
|
36
36
|
const projectRoot = context.projectsConfigurations.projects[context.projectName].root || workspaceRoot;
|
|
37
37
|
const sourceRoot = context.projectsConfigurations.projects[context.projectName].sourceRoot || projectRoot || workspaceRoot;
|
|
38
38
|
const projectName = context.projectName;
|
|
39
39
|
config.workspaceRoot = workspaceRoot;
|
|
40
|
-
|
|
41
|
-
`${
|
|
40
|
+
_chunkEA47D42Rjs.writeInfo.call(void 0,
|
|
41
|
+
`${_chunkEA47D42Rjs.brandIcon.call(void 0, config)} Running the ${name} executor for ${projectName} `,
|
|
42
42
|
config
|
|
43
43
|
);
|
|
44
44
|
if (!executorOptions.skipReadingConfig) {
|
|
45
|
-
|
|
45
|
+
_chunkEA47D42Rjs.writeTrace.call(void 0,
|
|
46
46
|
`Loading the Storm Config from environment variables and storm.config.js file...
|
|
47
47
|
- workspaceRoot: ${workspaceRoot}
|
|
48
48
|
- projectRoot: ${projectRoot}
|
|
@@ -51,42 +51,42 @@ var withRunExecutor = (name, executorFn, executorOptions = {}) => async (_option
|
|
|
51
51
|
`,
|
|
52
52
|
config
|
|
53
53
|
);
|
|
54
|
-
config = await
|
|
54
|
+
config = await _chunkEA47D42Rjs.getConfig.call(void 0, workspaceRoot);
|
|
55
55
|
}
|
|
56
56
|
if (_optionalChain([executorOptions, 'optionalAccess', _3 => _3.hooks, 'optionalAccess', _4 => _4.applyDefaultOptions])) {
|
|
57
|
-
|
|
57
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
|
|
58
58
|
options = await Promise.resolve(
|
|
59
59
|
executorOptions.hooks.applyDefaultOptions(options, config)
|
|
60
60
|
);
|
|
61
|
-
|
|
61
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
|
|
62
62
|
}
|
|
63
|
-
|
|
63
|
+
_chunkEA47D42Rjs.writeTrace.call(void 0,
|
|
64
64
|
`Executor schema options \u2699\uFE0F
|
|
65
|
-
${
|
|
65
|
+
${_chunkEA47D42Rjs.formatLogMessage.call(void 0, options)}
|
|
66
66
|
`,
|
|
67
67
|
config
|
|
68
68
|
);
|
|
69
|
-
const tokenized = await
|
|
69
|
+
const tokenized = await _chunkQJR6N4PLjs.applyWorkspaceTokens.call(void 0,
|
|
70
70
|
options,
|
|
71
71
|
_defu.defu.call(void 0,
|
|
72
72
|
{ workspaceRoot, projectRoot, sourceRoot, projectName, config },
|
|
73
73
|
config,
|
|
74
74
|
context.projectsConfigurations.projects[context.projectName]
|
|
75
75
|
),
|
|
76
|
-
|
|
76
|
+
_chunkQJR6N4PLjs.applyWorkspaceProjectTokens
|
|
77
77
|
);
|
|
78
|
-
|
|
78
|
+
_chunkEA47D42Rjs.writeTrace.call(void 0,
|
|
79
79
|
`Executor schema tokenized options \u2699\uFE0F
|
|
80
|
-
${
|
|
80
|
+
${_chunkEA47D42Rjs.formatLogMessage.call(void 0, tokenized)}
|
|
81
81
|
`,
|
|
82
82
|
config
|
|
83
83
|
);
|
|
84
84
|
if (_optionalChain([executorOptions, 'optionalAccess', _5 => _5.hooks, 'optionalAccess', _6 => _6.preProcess])) {
|
|
85
|
-
|
|
85
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
|
|
86
86
|
await Promise.resolve(
|
|
87
87
|
executorOptions.hooks.preProcess(tokenized, config)
|
|
88
88
|
);
|
|
89
|
-
|
|
89
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
|
|
90
90
|
}
|
|
91
91
|
const ret = executorFn(tokenized, context, config);
|
|
92
92
|
if (_isFunction(_optionalChain([ret, 'optionalAccess', _7 => _7.next]))) {
|
|
@@ -101,7 +101,7 @@ ${_chunkEJ2VFW42js.formatLogMessage.call(void 0, tokenized)}
|
|
|
101
101
|
if (result && (!result.success || result.error && _optionalChain([result, 'optionalAccess', _8 => _8.error, 'optionalAccess', _9 => _9.message]) && typeof _optionalChain([result, 'optionalAccess', _10 => _10.error, 'optionalAccess', _11 => _11.message]) === "string" && _optionalChain([result, 'optionalAccess', _12 => _12.error, 'optionalAccess', _13 => _13.name]) && typeof _optionalChain([result, 'optionalAccess', _14 => _14.error, 'optionalAccess', _15 => _15.name]) === "string")) {
|
|
102
102
|
throw new Error(
|
|
103
103
|
`Failure determined while running the ${name} executor
|
|
104
|
-
${
|
|
104
|
+
${_chunkEA47D42Rjs.formatLogMessage.call(void 0,
|
|
105
105
|
result
|
|
106
106
|
)}`,
|
|
107
107
|
{
|
|
@@ -110,21 +110,21 @@ ${_chunkEJ2VFW42js.formatLogMessage.call(void 0,
|
|
|
110
110
|
);
|
|
111
111
|
}
|
|
112
112
|
if (_optionalChain([executorOptions, 'optionalAccess', _17 => _17.hooks, 'optionalAccess', _18 => _18.postProcess])) {
|
|
113
|
-
|
|
113
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
|
|
114
114
|
await Promise.resolve(executorOptions.hooks.postProcess(config));
|
|
115
|
-
|
|
115
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
|
|
116
116
|
}
|
|
117
|
-
|
|
117
|
+
_chunkEA47D42Rjs.writeSuccess.call(void 0, `Completed running the ${name} task executor!
|
|
118
118
|
`, config);
|
|
119
119
|
return {
|
|
120
120
|
success: true
|
|
121
121
|
};
|
|
122
122
|
} catch (error) {
|
|
123
|
-
|
|
123
|
+
_chunkEA47D42Rjs.writeFatal.call(void 0,
|
|
124
124
|
"A fatal error occurred while running the executor - the process was forced to terminate",
|
|
125
125
|
config
|
|
126
126
|
);
|
|
127
|
-
|
|
127
|
+
_chunkEA47D42Rjs.writeError.call(void 0,
|
|
128
128
|
`An exception was thrown in the executor's process
|
|
129
129
|
- Details: ${error.message}
|
|
130
130
|
- Stacktrace: ${error.stack}`,
|
|
@@ -176,7 +176,7 @@ async function serveExecutor(options, context, config) {
|
|
|
176
176
|
remote: options.remote
|
|
177
177
|
});
|
|
178
178
|
} else {
|
|
179
|
-
|
|
179
|
+
_chunkEA47D42Rjs.writeWarning.call(void 0, `Chart packaged at: ${chartPath}`, config);
|
|
180
180
|
}
|
|
181
181
|
return {
|
|
182
182
|
success: true
|
|
@@ -9,6 +9,7 @@ var LogLevel = {
|
|
|
9
9
|
WARN: 30,
|
|
10
10
|
SUCCESS: 35,
|
|
11
11
|
INFO: 40,
|
|
12
|
+
PERFORMANCE: 50,
|
|
12
13
|
DEBUG: 60,
|
|
13
14
|
TRACE: 70,
|
|
14
15
|
ALL: 100
|
|
@@ -20,6 +21,7 @@ var LogLevelLabel = {
|
|
|
20
21
|
WARN: "warn",
|
|
21
22
|
SUCCESS: "success",
|
|
22
23
|
INFO: "info",
|
|
24
|
+
PERFORMANCE: "performance",
|
|
23
25
|
DEBUG: "debug",
|
|
24
26
|
TRACE: "trace",
|
|
25
27
|
ALL: "all"
|
|
@@ -39,6 +41,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
39
41
|
warning: "#e3b341",
|
|
40
42
|
danger: "#D8314A",
|
|
41
43
|
fatal: "#51070f",
|
|
44
|
+
performance: "#83ff83",
|
|
42
45
|
link: "#3fa6ff",
|
|
43
46
|
positive: "#22c55e",
|
|
44
47
|
negative: "#dc2626",
|
|
@@ -56,6 +59,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
56
59
|
warning: "#f3d371",
|
|
57
60
|
danger: "#D8314A",
|
|
58
61
|
fatal: "#a40e26",
|
|
62
|
+
performance: "#00ff00",
|
|
59
63
|
link: "#3fa6ff",
|
|
60
64
|
positive: "#22c55e",
|
|
61
65
|
negative: "#dc2626",
|
|
@@ -143,6 +147,7 @@ var CONSOLE_ICONS = {
|
|
|
143
147
|
[LogLevelLabel.FATAL]: useIcon("\u{1F571}", "\xD7"),
|
|
144
148
|
[LogLevelLabel.WARN]: useIcon("\u26A0", "\u203C"),
|
|
145
149
|
[LogLevelLabel.INFO]: useIcon("\u2139", "i"),
|
|
150
|
+
[LogLevelLabel.PERFORMANCE]: useIcon("\u23F1", "\u23F1"),
|
|
146
151
|
[LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
|
|
147
152
|
[LogLevelLabel.DEBUG]: useIcon("\u{1F6E0}", "D"),
|
|
148
153
|
[LogLevelLabel.TRACE]: useIcon("\u2699", "T"),
|
|
@@ -163,6 +168,8 @@ var getLogLevel = (label) => {
|
|
|
163
168
|
return LogLevel.TRACE;
|
|
164
169
|
case "debug":
|
|
165
170
|
return LogLevel.DEBUG;
|
|
171
|
+
case "performance":
|
|
172
|
+
return LogLevel.PERFORMANCE;
|
|
166
173
|
case "info":
|
|
167
174
|
return LogLevel.INFO;
|
|
168
175
|
case "warn":
|
|
@@ -187,6 +194,9 @@ var getLogLevelLabel = (logLevel = LogLevel.INFO) => {
|
|
|
187
194
|
if (logLevel >= LogLevel.DEBUG) {
|
|
188
195
|
return LogLevelLabel.DEBUG;
|
|
189
196
|
}
|
|
197
|
+
if (logLevel >= LogLevel.PERFORMANCE) {
|
|
198
|
+
return LogLevelLabel.PERFORMANCE;
|
|
199
|
+
}
|
|
190
200
|
if (logLevel >= LogLevel.INFO) {
|
|
191
201
|
return LogLevelLabel.INFO;
|
|
192
202
|
}
|
|
@@ -274,6 +284,19 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
|
274
284
|
)(
|
|
275
285
|
`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info] `
|
|
276
286
|
)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
287
|
+
`
|
|
288
|
+
);
|
|
289
|
+
};
|
|
290
|
+
}
|
|
291
|
+
if (typeof logLevel === "number" && LogLevel.PERFORMANCE >= logLevel) {
|
|
292
|
+
return (message) => {
|
|
293
|
+
console.debug(
|
|
294
|
+
`
|
|
295
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
296
|
+
_nullishCoalesce(colors.performance, () => ( DEFAULT_COLOR_CONFIG.dark.performance))
|
|
297
|
+
)(
|
|
298
|
+
`[${CONSOLE_ICONS[LogLevelLabel.PERFORMANCE]} Performance] `
|
|
299
|
+
)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
277
300
|
`
|
|
278
301
|
);
|
|
279
302
|
};
|
|
@@ -319,18 +342,16 @@ var writeError = (message, config) => getLogFn(LogLevel.ERROR, config)(message);
|
|
|
319
342
|
var writeWarning = (message, config) => getLogFn(LogLevel.WARN, config)(message);
|
|
320
343
|
var writeInfo = (message, config) => getLogFn(LogLevel.INFO, config)(message);
|
|
321
344
|
var writeSuccess = (message, config) => getLogFn(LogLevel.SUCCESS, config)(message);
|
|
345
|
+
var writePerformance = (message, config) => getLogFn(LogLevel.PERFORMANCE, config)(message);
|
|
322
346
|
var writeDebug = (message, config) => getLogFn(LogLevel.DEBUG, config)(message);
|
|
323
347
|
var writeTrace = (message, config) => getLogFn(LogLevel.TRACE, config)(message);
|
|
324
348
|
var getStopwatch = (name) => {
|
|
325
349
|
const start = /* @__PURE__ */ new Date();
|
|
326
350
|
return () => {
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
includeSeconds: true
|
|
332
|
-
}
|
|
333
|
-
)} to complete`
|
|
351
|
+
writePerformance(
|
|
352
|
+
`The${name ? ` ${name}` : ""} process took ${_formatDistanceToNow.formatDistanceToNow.call(void 0, start, {
|
|
353
|
+
includeSeconds: true
|
|
354
|
+
})} to complete`
|
|
334
355
|
);
|
|
335
356
|
};
|
|
336
357
|
};
|
|
@@ -662,6 +683,10 @@ var fatalColorSchema = z.optional(colorSchema);
|
|
|
662
683
|
schemaRegistry.add(fatalColorSchema, {
|
|
663
684
|
description: "The fatal color of the workspace"
|
|
664
685
|
});
|
|
686
|
+
var performanceColorSchema = z._default(colorSchema, "#00ff00");
|
|
687
|
+
schemaRegistry.add(performanceColorSchema, {
|
|
688
|
+
description: "The performance color of the workspace"
|
|
689
|
+
});
|
|
665
690
|
var positiveColorSchema = z._default(colorSchema, "#4ade80");
|
|
666
691
|
schemaRegistry.add(positiveColorSchema, {
|
|
667
692
|
description: "The positive number color of the workspace"
|
|
@@ -688,6 +713,7 @@ var darkColorsSchema = z.object({
|
|
|
688
713
|
warning: warningColorSchema,
|
|
689
714
|
danger: dangerColorSchema,
|
|
690
715
|
fatal: fatalColorSchema,
|
|
716
|
+
performance: performanceColorSchema,
|
|
691
717
|
positive: positiveColorSchema,
|
|
692
718
|
negative: negativeColorSchema,
|
|
693
719
|
gradient: gradientStopsSchema
|
|
@@ -706,6 +732,7 @@ var lightColorsSchema = z.object({
|
|
|
706
732
|
warning: warningColorSchema,
|
|
707
733
|
danger: dangerColorSchema,
|
|
708
734
|
fatal: fatalColorSchema,
|
|
735
|
+
performance: performanceColorSchema,
|
|
709
736
|
positive: positiveColorSchema,
|
|
710
737
|
negative: negativeColorSchema,
|
|
711
738
|
gradient: gradientStopsSchema
|
|
@@ -728,6 +755,7 @@ var singleColorsSchema = z.object({
|
|
|
728
755
|
warning: warningColorSchema,
|
|
729
756
|
danger: dangerColorSchema,
|
|
730
757
|
fatal: fatalColorSchema,
|
|
758
|
+
performance: performanceColorSchema,
|
|
731
759
|
positive: positiveColorSchema,
|
|
732
760
|
negative: negativeColorSchema,
|
|
733
761
|
gradient: gradientStopsSchema
|
|
@@ -1095,6 +1123,7 @@ var logLevelSchema = z._default(
|
|
|
1095
1123
|
"warn",
|
|
1096
1124
|
"success",
|
|
1097
1125
|
"info",
|
|
1126
|
+
"performance",
|
|
1098
1127
|
"debug",
|
|
1099
1128
|
"trace",
|
|
1100
1129
|
"all"
|
|
@@ -1182,6 +1211,7 @@ var COLOR_KEYS = [
|
|
|
1182
1211
|
"warning",
|
|
1183
1212
|
"danger",
|
|
1184
1213
|
"fatal",
|
|
1214
|
+
"performance",
|
|
1185
1215
|
"positive",
|
|
1186
1216
|
"negative"
|
|
1187
1217
|
];
|
|
@@ -1518,6 +1548,7 @@ var getSingleThemeColorsEnv = (prefix) => {
|
|
|
1518
1548
|
warning: process.env[`${prefix}WARNING`],
|
|
1519
1549
|
danger: process.env[`${prefix}DANGER`],
|
|
1520
1550
|
fatal: process.env[`${prefix}FATAL`],
|
|
1551
|
+
performance: process.env[`${prefix}PERFORMANCE`],
|
|
1521
1552
|
positive: process.env[`${prefix}POSITIVE`],
|
|
1522
1553
|
negative: process.env[`${prefix}NEGATIVE`],
|
|
1523
1554
|
gradient
|
|
@@ -1557,6 +1588,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
1557
1588
|
warning: process.env[`${prefix}WARNING`],
|
|
1558
1589
|
danger: process.env[`${prefix}DANGER`],
|
|
1559
1590
|
fatal: process.env[`${prefix}FATAL`],
|
|
1591
|
+
performance: process.env[`${prefix}PERFORMANCE`],
|
|
1560
1592
|
positive: process.env[`${prefix}POSITIVE`],
|
|
1561
1593
|
negative: process.env[`${prefix}NEGATIVE`],
|
|
1562
1594
|
gradient
|
|
@@ -1867,6 +1899,9 @@ var setSingleThemeColorsEnv = (prefix, config) => {
|
|
|
1867
1899
|
if (config.fatal) {
|
|
1868
1900
|
process.env[`${prefix}FATAL`] = config.fatal;
|
|
1869
1901
|
}
|
|
1902
|
+
if (config.performance) {
|
|
1903
|
+
process.env[`${prefix}PERFORMANCE`] = config.performance;
|
|
1904
|
+
}
|
|
1870
1905
|
if (config.positive) {
|
|
1871
1906
|
process.env[`${prefix}POSITIVE`] = config.positive;
|
|
1872
1907
|
}
|
|
@@ -1925,6 +1960,9 @@ var setBaseThemeColorsEnv = (prefix, config) => {
|
|
|
1925
1960
|
if (config.fatal) {
|
|
1926
1961
|
process.env[`${prefix}FATAL`] = config.fatal;
|
|
1927
1962
|
}
|
|
1963
|
+
if (config.performance) {
|
|
1964
|
+
process.env[`${prefix}PERFORMANCE`] = config.performance;
|
|
1965
|
+
}
|
|
1928
1966
|
if (config.positive) {
|
|
1929
1967
|
process.env[`${prefix}POSITIVE`] = config.positive;
|
|
1930
1968
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkMNSGJMJVjs = require('./chunk-MNSGJMJV.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkEA47D42Rjs = require('./chunk-EA47D42R.js');
|
|
7
7
|
|
|
8
8
|
// src/generators/helm-dependency/generator.ts
|
|
9
9
|
|
|
@@ -13,7 +13,7 @@ var _chunkEJ2VFW42js = require('./chunk-EJ2VFW42.js');
|
|
|
13
13
|
var _devkit = require('@nx/devkit');
|
|
14
14
|
var _yaml = require('yaml');
|
|
15
15
|
async function helmDependencyGeneratorFn(tree, options, config) {
|
|
16
|
-
|
|
16
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0, "\u{1F4DD} Preparing to add Helm Dependency", config);
|
|
17
17
|
const project = _devkit.readProjectConfiguration.call(void 0, tree, options.project);
|
|
18
18
|
if (!_optionalChain([project, 'access', _ => _.targets, 'optionalAccess', _2 => _2["helm-package"]])) {
|
|
19
19
|
throw new Error(
|
|
@@ -39,7 +39,7 @@ async function helmDependencyGeneratorFn(tree, options, config) {
|
|
|
39
39
|
success: true
|
|
40
40
|
};
|
|
41
41
|
}
|
|
42
|
-
var generator_default =
|
|
42
|
+
var generator_default = _chunkMNSGJMJVjs.withRunGenerator.call(void 0,
|
|
43
43
|
"Helm Dependency",
|
|
44
44
|
helmDependencyGeneratorFn
|
|
45
45
|
);
|
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
} from "./chunk-WS2G4IWW.mjs";
|
|
4
4
|
import {
|
|
5
5
|
applyWorkspaceTokens
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-DQ6YPI3I.mjs";
|
|
7
7
|
import {
|
|
8
8
|
findWorkspaceRoot,
|
|
9
9
|
getConfig
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-OPAEZJF6.mjs";
|
|
11
11
|
|
|
12
12
|
// src/executors/container-publish/executor.ts
|
|
13
13
|
import {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkQJR6N4PLjs = require('./chunk-QJR6N4PL.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -13,54 +13,54 @@ var _chunkCTPVRYI5js = require('./chunk-CTPVRYI5.js');
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkEA47D42Rjs = require('./chunk-EA47D42R.js');
|
|
17
17
|
|
|
18
18
|
// ../workspace-tools/src/base/base-generator.ts
|
|
19
19
|
var withRunGenerator = (name, generatorFn, generatorOptions = {
|
|
20
20
|
skipReadingConfig: false
|
|
21
21
|
}) => async (tree, _options) => {
|
|
22
|
-
const stopwatch =
|
|
22
|
+
const stopwatch = _chunkEA47D42Rjs.getStopwatch.call(void 0, name);
|
|
23
23
|
let options = _options;
|
|
24
24
|
let config;
|
|
25
25
|
try {
|
|
26
|
-
|
|
27
|
-
`${
|
|
26
|
+
_chunkEA47D42Rjs.writeInfo.call(void 0,
|
|
27
|
+
`${_chunkEA47D42Rjs.brandIcon.call(void 0, config)} Running the ${name} generator...
|
|
28
28
|
|
|
29
29
|
`,
|
|
30
30
|
config
|
|
31
31
|
);
|
|
32
|
-
const workspaceRoot =
|
|
32
|
+
const workspaceRoot = _chunkEA47D42Rjs.findWorkspaceRoot.call(void 0, );
|
|
33
33
|
if (!generatorOptions.skipReadingConfig) {
|
|
34
|
-
|
|
34
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0,
|
|
35
35
|
`Loading the Storm Config from environment variables and storm.config.js file...
|
|
36
36
|
- workspaceRoot: ${workspaceRoot}`,
|
|
37
37
|
config
|
|
38
38
|
);
|
|
39
|
-
config = await
|
|
39
|
+
config = await _chunkEA47D42Rjs.getConfig.call(void 0, workspaceRoot);
|
|
40
40
|
}
|
|
41
41
|
if (_optionalChain([generatorOptions, 'optionalAccess', _ => _.hooks, 'optionalAccess', _2 => _2.applyDefaultOptions])) {
|
|
42
|
-
|
|
42
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
|
|
43
43
|
options = await Promise.resolve(
|
|
44
44
|
generatorOptions.hooks.applyDefaultOptions(options, config)
|
|
45
45
|
);
|
|
46
|
-
|
|
46
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
|
|
47
47
|
}
|
|
48
|
-
|
|
48
|
+
_chunkEA47D42Rjs.writeTrace.call(void 0,
|
|
49
49
|
`Generator schema options \u2699\uFE0F
|
|
50
50
|
${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${JSON.stringify(options[key])}`).join("\n")}`,
|
|
51
51
|
config
|
|
52
52
|
);
|
|
53
|
-
const tokenized = await
|
|
53
|
+
const tokenized = await _chunkQJR6N4PLjs.applyWorkspaceTokens.call(void 0,
|
|
54
54
|
options,
|
|
55
55
|
{ workspaceRoot: tree.root, config },
|
|
56
|
-
|
|
56
|
+
_chunkQJR6N4PLjs.applyWorkspaceBaseTokens
|
|
57
57
|
);
|
|
58
58
|
if (_optionalChain([generatorOptions, 'optionalAccess', _3 => _3.hooks, 'optionalAccess', _4 => _4.preProcess])) {
|
|
59
|
-
|
|
59
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
|
|
60
60
|
await Promise.resolve(
|
|
61
61
|
generatorOptions.hooks.preProcess(tokenized, config)
|
|
62
62
|
);
|
|
63
|
-
|
|
63
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
|
|
64
64
|
}
|
|
65
65
|
const result = await Promise.resolve(
|
|
66
66
|
generatorFn(tree, tokenized, config)
|
|
@@ -75,21 +75,21 @@ ${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
if (_optionalChain([generatorOptions, 'optionalAccess', _14 => _14.hooks, 'optionalAccess', _15 => _15.postProcess])) {
|
|
78
|
-
|
|
78
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
|
|
79
79
|
await Promise.resolve(generatorOptions.hooks.postProcess(config));
|
|
80
|
-
|
|
80
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
|
|
81
81
|
}
|
|
82
82
|
return () => {
|
|
83
|
-
|
|
83
|
+
_chunkEA47D42Rjs.writeSuccess.call(void 0, `Completed running the ${name} generator!
|
|
84
84
|
`, config);
|
|
85
85
|
};
|
|
86
86
|
} catch (error) {
|
|
87
87
|
return () => {
|
|
88
|
-
|
|
88
|
+
_chunkEA47D42Rjs.writeFatal.call(void 0,
|
|
89
89
|
"A fatal error occurred while running the generator - the process was forced to terminate",
|
|
90
90
|
config
|
|
91
91
|
);
|
|
92
|
-
|
|
92
|
+
_chunkEA47D42Rjs.writeError.call(void 0,
|
|
93
93
|
`An exception was thrown in the generator's process
|
|
94
94
|
- Details: ${error.message}
|
|
95
95
|
- Stacktrace: ${error.stack}`,
|
|
@@ -9,6 +9,7 @@ var LogLevel = {
|
|
|
9
9
|
WARN: 30,
|
|
10
10
|
SUCCESS: 35,
|
|
11
11
|
INFO: 40,
|
|
12
|
+
PERFORMANCE: 50,
|
|
12
13
|
DEBUG: 60,
|
|
13
14
|
TRACE: 70,
|
|
14
15
|
ALL: 100
|
|
@@ -20,6 +21,7 @@ var LogLevelLabel = {
|
|
|
20
21
|
WARN: "warn",
|
|
21
22
|
SUCCESS: "success",
|
|
22
23
|
INFO: "info",
|
|
24
|
+
PERFORMANCE: "performance",
|
|
23
25
|
DEBUG: "debug",
|
|
24
26
|
TRACE: "trace",
|
|
25
27
|
ALL: "all"
|
|
@@ -39,6 +41,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
39
41
|
warning: "#e3b341",
|
|
40
42
|
danger: "#D8314A",
|
|
41
43
|
fatal: "#51070f",
|
|
44
|
+
performance: "#83ff83",
|
|
42
45
|
link: "#3fa6ff",
|
|
43
46
|
positive: "#22c55e",
|
|
44
47
|
negative: "#dc2626",
|
|
@@ -56,6 +59,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
56
59
|
warning: "#f3d371",
|
|
57
60
|
danger: "#D8314A",
|
|
58
61
|
fatal: "#a40e26",
|
|
62
|
+
performance: "#00ff00",
|
|
59
63
|
link: "#3fa6ff",
|
|
60
64
|
positive: "#22c55e",
|
|
61
65
|
negative: "#dc2626",
|
|
@@ -143,6 +147,7 @@ var CONSOLE_ICONS = {
|
|
|
143
147
|
[LogLevelLabel.FATAL]: useIcon("\u{1F571}", "\xD7"),
|
|
144
148
|
[LogLevelLabel.WARN]: useIcon("\u26A0", "\u203C"),
|
|
145
149
|
[LogLevelLabel.INFO]: useIcon("\u2139", "i"),
|
|
150
|
+
[LogLevelLabel.PERFORMANCE]: useIcon("\u23F1", "\u23F1"),
|
|
146
151
|
[LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
|
|
147
152
|
[LogLevelLabel.DEBUG]: useIcon("\u{1F6E0}", "D"),
|
|
148
153
|
[LogLevelLabel.TRACE]: useIcon("\u2699", "T"),
|
|
@@ -163,6 +168,8 @@ var getLogLevel = (label) => {
|
|
|
163
168
|
return LogLevel.TRACE;
|
|
164
169
|
case "debug":
|
|
165
170
|
return LogLevel.DEBUG;
|
|
171
|
+
case "performance":
|
|
172
|
+
return LogLevel.PERFORMANCE;
|
|
166
173
|
case "info":
|
|
167
174
|
return LogLevel.INFO;
|
|
168
175
|
case "warn":
|
|
@@ -187,6 +194,9 @@ var getLogLevelLabel = (logLevel = LogLevel.INFO) => {
|
|
|
187
194
|
if (logLevel >= LogLevel.DEBUG) {
|
|
188
195
|
return LogLevelLabel.DEBUG;
|
|
189
196
|
}
|
|
197
|
+
if (logLevel >= LogLevel.PERFORMANCE) {
|
|
198
|
+
return LogLevelLabel.PERFORMANCE;
|
|
199
|
+
}
|
|
190
200
|
if (logLevel >= LogLevel.INFO) {
|
|
191
201
|
return LogLevelLabel.INFO;
|
|
192
202
|
}
|
|
@@ -274,6 +284,19 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
|
274
284
|
)(
|
|
275
285
|
`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info] `
|
|
276
286
|
)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
287
|
+
`
|
|
288
|
+
);
|
|
289
|
+
};
|
|
290
|
+
}
|
|
291
|
+
if (typeof logLevel === "number" && LogLevel.PERFORMANCE >= logLevel) {
|
|
292
|
+
return (message) => {
|
|
293
|
+
console.debug(
|
|
294
|
+
`
|
|
295
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
296
|
+
colors.performance ?? DEFAULT_COLOR_CONFIG.dark.performance
|
|
297
|
+
)(
|
|
298
|
+
`[${CONSOLE_ICONS[LogLevelLabel.PERFORMANCE]} Performance] `
|
|
299
|
+
)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
277
300
|
`
|
|
278
301
|
);
|
|
279
302
|
};
|
|
@@ -319,18 +342,16 @@ var writeError = (message, config) => getLogFn(LogLevel.ERROR, config)(message);
|
|
|
319
342
|
var writeWarning = (message, config) => getLogFn(LogLevel.WARN, config)(message);
|
|
320
343
|
var writeInfo = (message, config) => getLogFn(LogLevel.INFO, config)(message);
|
|
321
344
|
var writeSuccess = (message, config) => getLogFn(LogLevel.SUCCESS, config)(message);
|
|
345
|
+
var writePerformance = (message, config) => getLogFn(LogLevel.PERFORMANCE, config)(message);
|
|
322
346
|
var writeDebug = (message, config) => getLogFn(LogLevel.DEBUG, config)(message);
|
|
323
347
|
var writeTrace = (message, config) => getLogFn(LogLevel.TRACE, config)(message);
|
|
324
348
|
var getStopwatch = (name) => {
|
|
325
349
|
const start = /* @__PURE__ */ new Date();
|
|
326
350
|
return () => {
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
includeSeconds: true
|
|
332
|
-
}
|
|
333
|
-
)} to complete`
|
|
351
|
+
writePerformance(
|
|
352
|
+
`The${name ? ` ${name}` : ""} process took ${formatDistanceToNow(start, {
|
|
353
|
+
includeSeconds: true
|
|
354
|
+
})} to complete`
|
|
334
355
|
);
|
|
335
356
|
};
|
|
336
357
|
};
|
|
@@ -662,6 +683,10 @@ var fatalColorSchema = z.optional(colorSchema);
|
|
|
662
683
|
schemaRegistry.add(fatalColorSchema, {
|
|
663
684
|
description: "The fatal color of the workspace"
|
|
664
685
|
});
|
|
686
|
+
var performanceColorSchema = z._default(colorSchema, "#00ff00");
|
|
687
|
+
schemaRegistry.add(performanceColorSchema, {
|
|
688
|
+
description: "The performance color of the workspace"
|
|
689
|
+
});
|
|
665
690
|
var positiveColorSchema = z._default(colorSchema, "#4ade80");
|
|
666
691
|
schemaRegistry.add(positiveColorSchema, {
|
|
667
692
|
description: "The positive number color of the workspace"
|
|
@@ -688,6 +713,7 @@ var darkColorsSchema = z.object({
|
|
|
688
713
|
warning: warningColorSchema,
|
|
689
714
|
danger: dangerColorSchema,
|
|
690
715
|
fatal: fatalColorSchema,
|
|
716
|
+
performance: performanceColorSchema,
|
|
691
717
|
positive: positiveColorSchema,
|
|
692
718
|
negative: negativeColorSchema,
|
|
693
719
|
gradient: gradientStopsSchema
|
|
@@ -706,6 +732,7 @@ var lightColorsSchema = z.object({
|
|
|
706
732
|
warning: warningColorSchema,
|
|
707
733
|
danger: dangerColorSchema,
|
|
708
734
|
fatal: fatalColorSchema,
|
|
735
|
+
performance: performanceColorSchema,
|
|
709
736
|
positive: positiveColorSchema,
|
|
710
737
|
negative: negativeColorSchema,
|
|
711
738
|
gradient: gradientStopsSchema
|
|
@@ -728,6 +755,7 @@ var singleColorsSchema = z.object({
|
|
|
728
755
|
warning: warningColorSchema,
|
|
729
756
|
danger: dangerColorSchema,
|
|
730
757
|
fatal: fatalColorSchema,
|
|
758
|
+
performance: performanceColorSchema,
|
|
731
759
|
positive: positiveColorSchema,
|
|
732
760
|
negative: negativeColorSchema,
|
|
733
761
|
gradient: gradientStopsSchema
|
|
@@ -1095,6 +1123,7 @@ var logLevelSchema = z._default(
|
|
|
1095
1123
|
"warn",
|
|
1096
1124
|
"success",
|
|
1097
1125
|
"info",
|
|
1126
|
+
"performance",
|
|
1098
1127
|
"debug",
|
|
1099
1128
|
"trace",
|
|
1100
1129
|
"all"
|
|
@@ -1182,6 +1211,7 @@ var COLOR_KEYS = [
|
|
|
1182
1211
|
"warning",
|
|
1183
1212
|
"danger",
|
|
1184
1213
|
"fatal",
|
|
1214
|
+
"performance",
|
|
1185
1215
|
"positive",
|
|
1186
1216
|
"negative"
|
|
1187
1217
|
];
|
|
@@ -1518,6 +1548,7 @@ var getSingleThemeColorsEnv = (prefix) => {
|
|
|
1518
1548
|
warning: process.env[`${prefix}WARNING`],
|
|
1519
1549
|
danger: process.env[`${prefix}DANGER`],
|
|
1520
1550
|
fatal: process.env[`${prefix}FATAL`],
|
|
1551
|
+
performance: process.env[`${prefix}PERFORMANCE`],
|
|
1521
1552
|
positive: process.env[`${prefix}POSITIVE`],
|
|
1522
1553
|
negative: process.env[`${prefix}NEGATIVE`],
|
|
1523
1554
|
gradient
|
|
@@ -1557,6 +1588,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
1557
1588
|
warning: process.env[`${prefix}WARNING`],
|
|
1558
1589
|
danger: process.env[`${prefix}DANGER`],
|
|
1559
1590
|
fatal: process.env[`${prefix}FATAL`],
|
|
1591
|
+
performance: process.env[`${prefix}PERFORMANCE`],
|
|
1560
1592
|
positive: process.env[`${prefix}POSITIVE`],
|
|
1561
1593
|
negative: process.env[`${prefix}NEGATIVE`],
|
|
1562
1594
|
gradient
|
|
@@ -1867,6 +1899,9 @@ var setSingleThemeColorsEnv = (prefix, config) => {
|
|
|
1867
1899
|
if (config.fatal) {
|
|
1868
1900
|
process.env[`${prefix}FATAL`] = config.fatal;
|
|
1869
1901
|
}
|
|
1902
|
+
if (config.performance) {
|
|
1903
|
+
process.env[`${prefix}PERFORMANCE`] = config.performance;
|
|
1904
|
+
}
|
|
1870
1905
|
if (config.positive) {
|
|
1871
1906
|
process.env[`${prefix}POSITIVE`] = config.positive;
|
|
1872
1907
|
}
|
|
@@ -1925,6 +1960,9 @@ var setBaseThemeColorsEnv = (prefix, config) => {
|
|
|
1925
1960
|
if (config.fatal) {
|
|
1926
1961
|
process.env[`${prefix}FATAL`] = config.fatal;
|
|
1927
1962
|
}
|
|
1963
|
+
if (config.performance) {
|
|
1964
|
+
process.env[`${prefix}PERFORMANCE`] = config.performance;
|
|
1965
|
+
}
|
|
1928
1966
|
if (config.positive) {
|
|
1929
1967
|
process.env[`${prefix}POSITIVE`] = config.positive;
|
|
1930
1968
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkEA47D42Rjs = require('./chunk-EA47D42R.js');
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/utilities/apply-workspace-tokens.ts
|
|
6
6
|
var applyWorkspaceBaseTokens = async (option, tokenParams) => {
|
|
@@ -37,7 +37,7 @@ var applyWorkspaceBaseTokens = async (option, tokenParams) => {
|
|
|
37
37
|
if (result.includes("{workspaceRoot}")) {
|
|
38
38
|
result = result.replaceAll(
|
|
39
39
|
"{workspaceRoot}",
|
|
40
|
-
_nullishCoalesce(_nullishCoalesce(tokenParams.workspaceRoot, () => ( _optionalChain([tokenParams, 'access', _2 => _2.config, 'optionalAccess', _3 => _3.workspaceRoot]))), () => (
|
|
40
|
+
_nullishCoalesce(_nullishCoalesce(tokenParams.workspaceRoot, () => ( _optionalChain([tokenParams, 'access', _2 => _2.config, 'optionalAccess', _3 => _3.workspaceRoot]))), () => ( _chunkEA47D42Rjs.findWorkspaceRoot.call(void 0, )))
|
|
41
41
|
);
|
|
42
42
|
}
|
|
43
43
|
return result;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
applyWorkspaceBaseTokens,
|
|
3
3
|
applyWorkspaceTokens
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-DQ6YPI3I.mjs";
|
|
5
5
|
import {
|
|
6
6
|
brandIcon,
|
|
7
7
|
findWorkspaceRoot,
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
writeInfo,
|
|
14
14
|
writeSuccess,
|
|
15
15
|
writeTrace
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-OPAEZJF6.mjs";
|
|
17
17
|
|
|
18
18
|
// ../workspace-tools/src/base/base-generator.ts
|
|
19
19
|
var withRunGenerator = (name, generatorFn, generatorOptions = {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkMNSGJMJVjs = require('./chunk-MNSGJMJV.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkEA47D42Rjs = require('./chunk-EA47D42R.js');
|
|
7
7
|
|
|
8
8
|
// src/generators/helm-chart/generator.ts
|
|
9
9
|
|
|
@@ -14,7 +14,7 @@ var _chunkEJ2VFW42js = require('./chunk-EJ2VFW42.js');
|
|
|
14
14
|
var _devkit = require('@nx/devkit');
|
|
15
15
|
var _path = require('path');
|
|
16
16
|
async function helmChartGeneratorFn(tree, options, config) {
|
|
17
|
-
|
|
17
|
+
_chunkEA47D42Rjs.writeDebug.call(void 0, "\u{1F4DD} Preparing to write Helm Chart", config);
|
|
18
18
|
const project = _devkit.readProjectConfiguration.call(void 0, tree, options.project);
|
|
19
19
|
if (_optionalChain([project, 'access', _ => _.targets, 'optionalAccess', _2 => _2["helm-package"]])) {
|
|
20
20
|
throw new Error(
|
|
@@ -55,7 +55,7 @@ async function helmChartGeneratorFn(tree, options, config) {
|
|
|
55
55
|
success: true
|
|
56
56
|
};
|
|
57
57
|
}
|
|
58
|
-
var generator_default =
|
|
58
|
+
var generator_default = _chunkMNSGJMJVjs.withRunGenerator.call(void 0,
|
|
59
59
|
"Helm Chart",
|
|
60
60
|
helmChartGeneratorFn
|
|
61
61
|
);
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
var _chunkKBSSJUPWjs = require('./chunk-KBSSJUPW.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkQJR6N4PLjs = require('./chunk-QJR6N4PL.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkEA47D42Rjs = require('./chunk-EA47D42R.js');
|
|
11
11
|
|
|
12
12
|
// src/executors/container-publish/executor.ts
|
|
13
13
|
|
|
@@ -64,7 +64,7 @@ var applyWorkspaceExecutorTokens = async (option, tokenizerOptions) => {
|
|
|
64
64
|
if (result.includes("{workspaceRoot}")) {
|
|
65
65
|
result = result.replaceAll(
|
|
66
66
|
"{workspaceRoot}",
|
|
67
|
-
_nullishCoalesce(tokenizerOptions.workspaceRoot, () => (
|
|
67
|
+
_nullishCoalesce(tokenizerOptions.workspaceRoot, () => ( _chunkEA47D42Rjs.findWorkspaceRoot.call(void 0, )))
|
|
68
68
|
);
|
|
69
69
|
}
|
|
70
70
|
return result;
|
|
@@ -80,8 +80,8 @@ async function* publishExecutor(options, context) {
|
|
|
80
80
|
console.info(
|
|
81
81
|
`\u{1F680} Running Storm Container Registry Publish executor on the ${context.projectName} crate`
|
|
82
82
|
);
|
|
83
|
-
const workspaceRoot =
|
|
84
|
-
const config = await
|
|
83
|
+
const workspaceRoot = _chunkEA47D42Rjs.findWorkspaceRoot.call(void 0, );
|
|
84
|
+
const config = await _chunkEA47D42Rjs.getConfig.call(void 0, workspaceRoot);
|
|
85
85
|
const projectConfig = _optionalChain([context, 'access', _2 => _2.projectsConfigurations, 'optionalAccess', _3 => _3.projects, 'access', _4 => _4[context.projectName]]);
|
|
86
86
|
if (!projectConfig) {
|
|
87
87
|
throw new Error(
|
|
@@ -92,7 +92,7 @@ async function* publishExecutor(options, context) {
|
|
|
92
92
|
const sourceRoot = _nullishCoalesce(_optionalChain([projectConfig, 'optionalAccess', _6 => _6.sourceRoot]), () => ( workspaceRoot));
|
|
93
93
|
const projectName = _nullishCoalesce(_optionalChain([projectConfig, 'optionalAccess', _7 => _7.name]), () => ( context.projectName));
|
|
94
94
|
config.workspaceRoot = workspaceRoot;
|
|
95
|
-
const tokenized = await
|
|
95
|
+
const tokenized = await _chunkQJR6N4PLjs.applyWorkspaceTokens.call(void 0,
|
|
96
96
|
options,
|
|
97
97
|
{
|
|
98
98
|
config,
|
|
@@ -8,7 +8,7 @@ var _chunkKBSSJUPWjs = require('./chunk-KBSSJUPW.js');
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkEA47D42Rjs = require('./chunk-EA47D42R.js');
|
|
12
12
|
|
|
13
13
|
// src/plugins/docker/_dockerfile.ts
|
|
14
14
|
|
|
@@ -42,8 +42,8 @@ var createNodesV2 = [
|
|
|
42
42
|
if (_optionalChain([projectJson, 'optionalAccess', _ => _.name])) {
|
|
43
43
|
return {};
|
|
44
44
|
}
|
|
45
|
-
const workspaceRoot =
|
|
46
|
-
const config = await
|
|
45
|
+
const workspaceRoot = _chunkEA47D42Rjs.findWorkspaceRoot.call(void 0, );
|
|
46
|
+
const config = await _chunkEA47D42Rjs.getConfig.call(void 0, workspaceRoot);
|
|
47
47
|
Object.keys(projectJson).forEach((key) => {
|
|
48
48
|
if (!project[key]) {
|
|
49
49
|
project[key] = projectJson[key];
|
package/dist/executors.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-XO66D74Z.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkZJRDUBGTjs = require('./chunk-ZJRDUBGT.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunk6VH66K6Tjs = require('./chunk-6VH66K6T.js');
|
|
8
8
|
require('./chunk-KBSSJUPW.js');
|
|
9
|
-
require('./chunk-
|
|
10
|
-
require('./chunk-
|
|
9
|
+
require('./chunk-QJR6N4PL.js');
|
|
10
|
+
require('./chunk-EA47D42R.js');
|
|
11
11
|
require('./chunk-4AADQIGW.js');
|
|
12
12
|
require('./chunk-JSFRUBG5.js');
|
|
13
13
|
require('./chunk-XKOZIQT3.js');
|
|
@@ -15,4 +15,4 @@ require('./chunk-RECJ3G6F.js');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.getRegistryVersion =
|
|
18
|
+
exports.getRegistryVersion = _chunkZJRDUBGTjs.getRegistryVersion; exports.serveExecutor = _chunk6VH66K6Tjs.serveExecutor;
|
package/dist/executors.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "./chunk-YSCEY447.mjs";
|
|
2
2
|
import {
|
|
3
3
|
getRegistryVersion
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-EYPBUFPL.mjs";
|
|
5
5
|
import {
|
|
6
6
|
serveExecutor
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-3I3ODZKV.mjs";
|
|
8
8
|
import "./chunk-WS2G4IWW.mjs";
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-DQ6YPI3I.mjs";
|
|
10
|
+
import "./chunk-OPAEZJF6.mjs";
|
|
11
11
|
import "./chunk-F244EGT5.mjs";
|
|
12
12
|
import "./chunk-YXXZO2AJ.mjs";
|
|
13
13
|
import "./chunk-HGXQ6SSU.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-DHBG5ASJ.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkYOHT3QWTjs = require('./chunk-YOHT3QWT.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('./chunk-
|
|
9
|
-
require('./chunk-
|
|
10
|
-
require('./chunk-
|
|
7
|
+
var _chunkEL6QE5FAjs = require('./chunk-EL6QE5FA.js');
|
|
8
|
+
require('./chunk-MNSGJMJV.js');
|
|
9
|
+
require('./chunk-QJR6N4PL.js');
|
|
10
|
+
require('./chunk-EA47D42R.js');
|
|
11
11
|
require('./chunk-RECJ3G6F.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.helmChartGeneratorFn =
|
|
15
|
+
exports.helmChartGeneratorFn = _chunkYOHT3QWTjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunkEL6QE5FAjs.helmDependencyGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "./chunk-3J7KBHMJ.mjs";
|
|
2
2
|
import {
|
|
3
3
|
helmChartGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-MSZUOD43.mjs";
|
|
5
5
|
import {
|
|
6
6
|
helmDependencyGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-IOKYYZWX.mjs";
|
|
8
|
+
import "./chunk-RECN4I7A.mjs";
|
|
9
|
+
import "./chunk-DQ6YPI3I.mjs";
|
|
10
|
+
import "./chunk-OPAEZJF6.mjs";
|
|
11
11
|
import "./chunk-A26WMRXU.mjs";
|
|
12
12
|
export {
|
|
13
13
|
helmChartGeneratorFn,
|
package/dist/index.js
CHANGED
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkZXM4G35Ojs = require('./chunk-ZXM4G35O.js');
|
|
6
6
|
require('./chunk-XO66D74Z.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkZJRDUBGTjs = require('./chunk-ZJRDUBGT.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunk6VH66K6Tjs = require('./chunk-6VH66K6T.js');
|
|
13
13
|
require('./chunk-KBSSJUPW.js');
|
|
14
14
|
require('./chunk-DHBG5ASJ.js');
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunkYOHT3QWTjs = require('./chunk-YOHT3QWT.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
21
|
-
require('./chunk-
|
|
22
|
-
require('./chunk-
|
|
23
|
-
require('./chunk-
|
|
20
|
+
var _chunkEL6QE5FAjs = require('./chunk-EL6QE5FA.js');
|
|
21
|
+
require('./chunk-MNSGJMJV.js');
|
|
22
|
+
require('./chunk-QJR6N4PL.js');
|
|
23
|
+
require('./chunk-EA47D42R.js');
|
|
24
24
|
require('./chunk-U76ID4TS.js');
|
|
25
25
|
|
|
26
26
|
|
|
@@ -51,4 +51,4 @@ require('./chunk-RECJ3G6F.js');
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
exports.AbstractHelmClient = _chunkJSFRUBG5js.AbstractHelmClient; exports.HelmClient = _chunk4AADQIGWjs.HelmClient; exports.addToPrettierIgnore = _chunk7QVOU2PTjs.addToPrettierIgnore; exports.createHelmClient = _chunk4AADQIGWjs.createHelmClient; exports.createNodesV2 =
|
|
54
|
+
exports.AbstractHelmClient = _chunkJSFRUBG5js.AbstractHelmClient; exports.HelmClient = _chunk4AADQIGWjs.HelmClient; exports.addToPrettierIgnore = _chunk7QVOU2PTjs.addToPrettierIgnore; exports.createHelmClient = _chunk4AADQIGWjs.createHelmClient; exports.createNodesV2 = _chunkZXM4G35Ojs.createNodesV2; exports.description = _chunkZXM4G35Ojs.description; exports.ensureInitialized = _chunkXKOZIQT3js.ensureInitialized; exports.getRegistryVersion = _chunkZJRDUBGTjs.getRegistryVersion; exports.helmChartGeneratorFn = _chunkYOHT3QWTjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunkEL6QE5FAjs.helmDependencyGeneratorFn; exports.name = _chunkZXM4G35Ojs.name; exports.resolveUserExistingPrettierConfig = _chunk7QVOU2PTjs.resolveUserExistingPrettierConfig; exports.serveExecutor = _chunk6VH66K6Tjs.serveExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -2,25 +2,25 @@ import {
|
|
|
2
2
|
createNodesV2,
|
|
3
3
|
description,
|
|
4
4
|
name
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-ULPF44XA.mjs";
|
|
6
6
|
import "./chunk-YSCEY447.mjs";
|
|
7
7
|
import {
|
|
8
8
|
getRegistryVersion
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-EYPBUFPL.mjs";
|
|
10
10
|
import {
|
|
11
11
|
serveExecutor
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-3I3ODZKV.mjs";
|
|
13
13
|
import "./chunk-WS2G4IWW.mjs";
|
|
14
14
|
import "./chunk-3J7KBHMJ.mjs";
|
|
15
15
|
import {
|
|
16
16
|
helmChartGeneratorFn
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-MSZUOD43.mjs";
|
|
18
18
|
import {
|
|
19
19
|
helmDependencyGeneratorFn
|
|
20
|
-
} from "./chunk-
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-
|
|
23
|
-
import "./chunk-
|
|
20
|
+
} from "./chunk-IOKYYZWX.mjs";
|
|
21
|
+
import "./chunk-RECN4I7A.mjs";
|
|
22
|
+
import "./chunk-DQ6YPI3I.mjs";
|
|
23
|
+
import "./chunk-OPAEZJF6.mjs";
|
|
24
24
|
import "./chunk-WWU25UQ4.mjs";
|
|
25
25
|
import {
|
|
26
26
|
addToPrettierIgnore,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkZJRDUBGTjs = require('../../../chunk-ZJRDUBGT.js');
|
|
5
5
|
require('../../../chunk-KBSSJUPW.js');
|
|
6
|
-
require('../../../chunk-
|
|
7
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-QJR6N4PL.js');
|
|
7
|
+
require('../../../chunk-EA47D42R.js');
|
|
8
8
|
require('../../../chunk-RECJ3G6F.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
exports.default =
|
|
12
|
+
exports.default = _chunkZJRDUBGTjs.publishExecutor; exports.getRegistryVersion = _chunkZJRDUBGTjs.getRegistryVersion;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getRegistryVersion,
|
|
3
3
|
publishExecutor
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-EYPBUFPL.mjs";
|
|
5
5
|
import "../../../chunk-WS2G4IWW.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-DQ6YPI3I.mjs";
|
|
7
|
+
import "../../../chunk-OPAEZJF6.mjs";
|
|
8
8
|
import "../../../chunk-A26WMRXU.mjs";
|
|
9
9
|
export {
|
|
10
10
|
publishExecutor as default,
|
|
@@ -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 _chunk6VH66K6Tjs = require('../../../chunk-6VH66K6T.js');
|
|
5
|
+
require('../../../chunk-QJR6N4PL.js');
|
|
6
|
+
require('../../../chunk-EA47D42R.js');
|
|
7
7
|
require('../../../chunk-4AADQIGW.js');
|
|
8
8
|
require('../../../chunk-JSFRUBG5.js');
|
|
9
9
|
require('../../../chunk-XKOZIQT3.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-RECJ3G6F.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = _chunk6VH66K6Tjs.executor_default; exports.serveExecutor = _chunk6VH66K6Tjs.serveExecutor;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default,
|
|
3
3
|
serveExecutor
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-3I3ODZKV.mjs";
|
|
5
|
+
import "../../../chunk-DQ6YPI3I.mjs";
|
|
6
|
+
import "../../../chunk-OPAEZJF6.mjs";
|
|
7
7
|
import "../../../chunk-F244EGT5.mjs";
|
|
8
8
|
import "../../../chunk-YXXZO2AJ.mjs";
|
|
9
9
|
import "../../../chunk-HGXQ6SSU.mjs";
|
|
@@ -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 _chunkYOHT3QWTjs = require('../../../chunk-YOHT3QWT.js');
|
|
5
|
+
require('../../../chunk-MNSGJMJV.js');
|
|
6
|
+
require('../../../chunk-QJR6N4PL.js');
|
|
7
|
+
require('../../../chunk-EA47D42R.js');
|
|
8
8
|
require('../../../chunk-RECJ3G6F.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
exports.default =
|
|
12
|
+
exports.default = _chunkYOHT3QWTjs.generator_default; exports.helmChartGeneratorFn = _chunkYOHT3QWTjs.helmChartGeneratorFn;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
helmChartGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-MSZUOD43.mjs";
|
|
5
|
+
import "../../../chunk-RECN4I7A.mjs";
|
|
6
|
+
import "../../../chunk-DQ6YPI3I.mjs";
|
|
7
|
+
import "../../../chunk-OPAEZJF6.mjs";
|
|
8
8
|
import "../../../chunk-A26WMRXU.mjs";
|
|
9
9
|
export {
|
|
10
10
|
generator_default as default,
|
|
@@ -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 _chunkEL6QE5FAjs = require('../../../chunk-EL6QE5FA.js');
|
|
5
|
+
require('../../../chunk-MNSGJMJV.js');
|
|
6
|
+
require('../../../chunk-QJR6N4PL.js');
|
|
7
|
+
require('../../../chunk-EA47D42R.js');
|
|
8
8
|
require('../../../chunk-RECJ3G6F.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
exports.default =
|
|
12
|
+
exports.default = _chunkEL6QE5FAjs.generator_default; exports.helmDependencyGeneratorFn = _chunkEL6QE5FAjs.helmDependencyGeneratorFn;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
helmDependencyGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-IOKYYZWX.mjs";
|
|
5
|
+
import "../../../chunk-RECN4I7A.mjs";
|
|
6
|
+
import "../../../chunk-DQ6YPI3I.mjs";
|
|
7
|
+
import "../../../chunk-OPAEZJF6.mjs";
|
|
8
8
|
import "../../../chunk-A26WMRXU.mjs";
|
|
9
9
|
export {
|
|
10
10
|
generator_default as default,
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkZXM4G35Ojs = require('../../../chunk-ZXM4G35O.js');
|
|
6
6
|
require('../../../chunk-KBSSJUPW.js');
|
|
7
|
-
require('../../../chunk-
|
|
7
|
+
require('../../../chunk-EA47D42R.js');
|
|
8
8
|
require('../../../chunk-RECJ3G6F.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
exports.createNodesV2 =
|
|
13
|
+
exports.createNodesV2 = _chunkZXM4G35Ojs.createNodesV2; exports.description = _chunkZXM4G35Ojs.description; exports.name = _chunkZXM4G35Ojs.name;
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
createNodesV2,
|
|
3
3
|
description,
|
|
4
4
|
name
|
|
5
|
-
} from "../../../chunk-
|
|
5
|
+
} from "../../../chunk-ULPF44XA.mjs";
|
|
6
6
|
import "../../../chunk-WS2G4IWW.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-OPAEZJF6.mjs";
|
|
8
8
|
import "../../../chunk-A26WMRXU.mjs";
|
|
9
9
|
export {
|
|
10
10
|
createNodesV2,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/k8s-tools",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.132",
|
|
4
4
|
"description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
"nx": { "optional": false }
|
|
141
141
|
},
|
|
142
142
|
"dependencies": {
|
|
143
|
-
"@storm-software/config": "^1.
|
|
144
|
-
"@storm-software/config-tools": "^1.189.
|
|
145
|
-
"@storm-software/workspace-tools": "^1.295.
|
|
143
|
+
"@storm-software/config": "^1.136.0",
|
|
144
|
+
"@storm-software/config-tools": "^1.189.41",
|
|
145
|
+
"@storm-software/workspace-tools": "^1.295.17",
|
|
146
146
|
"defu": "6.1.4",
|
|
147
147
|
"yaml": "^2.8.2"
|
|
148
148
|
},
|
|
@@ -160,5 +160,5 @@
|
|
|
160
160
|
"publishConfig": { "access": "public" },
|
|
161
161
|
"executors": "./executors.json",
|
|
162
162
|
"generators": "./generators.json",
|
|
163
|
-
"gitHead": "
|
|
163
|
+
"gitHead": "86357db0291c9364860c12fda996cd88e8a5e0bd"
|
|
164
164
|
}
|