@storm-software/k8s-tools 0.24.24 → 0.24.26
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-2C43HDIG.js → chunk-3VKRK37I.js} +1 -3
- package/dist/{chunk-NSMBXK5D.mjs → chunk-KY7PU7HH.mjs} +1 -3
- package/dist/executors.js +2 -2
- package/dist/executors.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/src/executors/helm-package/executor.js +2 -2
- package/dist/src/executors/helm-package/executor.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 0.24.26 (2025-02-02)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous
|
|
4
|
+
|
|
5
|
+
- **monorepo:** Regenerate README markdown files ([a2b221881](https://github.com/storm-software/storm-ops/commit/a2b221881))
|
|
6
|
+
|
|
7
|
+
## 0.24.25 (2025-02-02)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous
|
|
10
|
+
|
|
11
|
+
- **monorepo:** Regenerate README markdown files ([e47c955b](https://github.com/storm-software/storm-ops/commit/e47c955b))
|
|
12
|
+
|
|
1
13
|
## 0.24.24 (2025-02-02)
|
|
2
14
|
|
|
3
15
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -37,9 +37,7 @@ var withRunExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (name
|
|
|
37
37
|
const sourceRoot = context.projectsConfigurations.projects[context.projectName].sourceRoot || projectRoot || workspaceRoot;
|
|
38
38
|
const projectName = context.projectName;
|
|
39
39
|
config.workspaceRoot = workspaceRoot;
|
|
40
|
-
_chunk3LDSSIYNjs.writeInfo.call(void 0,
|
|
41
|
-
\u26A1 Running the ${name} executor for ${projectName}
|
|
42
|
-
`, config);
|
|
40
|
+
_chunk3LDSSIYNjs.writeInfo.call(void 0, `\u26A1 Running the ${name} executor for ${projectName} `, config);
|
|
43
41
|
if (!executorOptions.skipReadingConfig) {
|
|
44
42
|
_chunk3LDSSIYNjs.writeTrace.call(void 0, `Loading the Storm Config from environment variables and storm.config.js file...
|
|
45
43
|
- workspaceRoot: ${workspaceRoot}
|
|
@@ -37,9 +37,7 @@ var withRunExecutor = /* @__PURE__ */ __name((name, executorFn, executorOptions
|
|
|
37
37
|
const sourceRoot = context.projectsConfigurations.projects[context.projectName].sourceRoot || projectRoot || workspaceRoot;
|
|
38
38
|
const projectName = context.projectName;
|
|
39
39
|
config.workspaceRoot = workspaceRoot;
|
|
40
|
-
writeInfo(
|
|
41
|
-
\u26A1 Running the ${name} executor for ${projectName}
|
|
42
|
-
`, config);
|
|
40
|
+
writeInfo(`\u26A1 Running the ${name} executor for ${projectName} `, config);
|
|
43
41
|
if (!executorOptions.skipReadingConfig) {
|
|
44
42
|
writeTrace(`Loading the Storm Config from environment variables and storm.config.js file...
|
|
45
43
|
- workspaceRoot: ${workspaceRoot}
|
package/dist/executors.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunk5RAMGCANjs = require('./chunk-5RAMGCAN.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunk3VKRK37Ijs = require('./chunk-3VKRK37I.js');
|
|
8
8
|
require('./chunk-IOT45LXV.js');
|
|
9
9
|
require('./chunk-CHM4YATC.js');
|
|
10
10
|
require('./chunk-3LDSSIYN.js');
|
|
@@ -15,4 +15,4 @@ require('./chunk-3GQAWCBQ.js');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.getRegistryVersion = _chunk5RAMGCANjs.getRegistryVersion; exports.serveExecutor =
|
|
18
|
+
exports.getRegistryVersion = _chunk5RAMGCANjs.getRegistryVersion; exports.serveExecutor = _chunk3VKRK37Ijs.serveExecutor;
|
package/dist/executors.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ require('./chunk-XO66D74Z.js');
|
|
|
10
10
|
var _chunk5RAMGCANjs = require('./chunk-5RAMGCAN.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunk3VKRK37Ijs = require('./chunk-3VKRK37I.js');
|
|
14
14
|
require('./chunk-IOT45LXV.js');
|
|
15
15
|
require('./chunk-DHBG5ASJ.js');
|
|
16
16
|
|
|
@@ -53,4 +53,4 @@ require('./chunk-3GQAWCBQ.js');
|
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
exports.AbstractHelmClient = _chunkLFNGKV6Fjs.AbstractHelmClient; exports.HelmClient = _chunk2GAU2GHGjs.HelmClient; exports.addToPrettierIgnore = _chunkT5WNZJODjs.addToPrettierIgnore; exports.createDependencies = _chunkIK63SZPHjs.createDependencies; exports.createHelmClient = _chunk2GAU2GHGjs.createHelmClient; exports.createNodes = _chunkIK63SZPHjs.createNodes; exports.description = _chunkIK63SZPHjs.description; exports.ensureInitialized = _chunkEAQFLLRBjs.ensureInitialized; exports.getRegistryVersion = _chunk5RAMGCANjs.getRegistryVersion; exports.helmChartGeneratorFn = _chunkAT2U3AECjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunkWYOYGK3Fjs.helmDependencyGeneratorFn; exports.name = _chunkIK63SZPHjs.name; exports.resolveUserExistingPrettierConfig = _chunkT5WNZJODjs.resolveUserExistingPrettierConfig; exports.serveExecutor =
|
|
56
|
+
exports.AbstractHelmClient = _chunkLFNGKV6Fjs.AbstractHelmClient; exports.HelmClient = _chunk2GAU2GHGjs.HelmClient; exports.addToPrettierIgnore = _chunkT5WNZJODjs.addToPrettierIgnore; exports.createDependencies = _chunkIK63SZPHjs.createDependencies; exports.createHelmClient = _chunk2GAU2GHGjs.createHelmClient; exports.createNodes = _chunkIK63SZPHjs.createNodes; exports.description = _chunkIK63SZPHjs.description; exports.ensureInitialized = _chunkEAQFLLRBjs.ensureInitialized; exports.getRegistryVersion = _chunk5RAMGCANjs.getRegistryVersion; exports.helmChartGeneratorFn = _chunkAT2U3AECjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunkWYOYGK3Fjs.helmDependencyGeneratorFn; exports.name = _chunkIK63SZPHjs.name; exports.resolveUserExistingPrettierConfig = _chunkT5WNZJODjs.resolveUserExistingPrettierConfig; exports.serveExecutor = _chunk3VKRK37Ijs.serveExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk3VKRK37Ijs = require('../../../chunk-3VKRK37I.js');
|
|
5
5
|
require('../../../chunk-CHM4YATC.js');
|
|
6
6
|
require('../../../chunk-3LDSSIYN.js');
|
|
7
7
|
require('../../../chunk-2GAU2GHG.js');
|
|
@@ -11,4 +11,4 @@ require('../../../chunk-3GQAWCBQ.js');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.default =
|
|
14
|
+
exports.default = _chunk3VKRK37Ijs.executor_default; exports.serveExecutor = _chunk3VKRK37Ijs.serveExecutor;
|