@storm-software/k8s-tools 0.42.177 → 0.42.181
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 +48 -0
- package/README.md +1 -1
- package/dist/{chunk-NYUL5EJI.mjs → chunk-4AELCTHA.mjs} +1 -1
- package/dist/{chunk-KBSSJUPW.js → chunk-EK7DMIKJ.js} +3 -1
- package/dist/{chunk-N2YMA2SG.js → chunk-GU2ZRLRB.js} +2 -2
- package/dist/{chunk-CLSUG23S.mjs → chunk-TDDLXL7V.mjs} +1 -1
- package/dist/{chunk-A4VO4W6H.js → chunk-TSONJFKU.js} +7 -7
- package/dist/{chunk-WS2G4IWW.mjs → chunk-VWPYSF7C.mjs} +3 -1
- package/dist/executors.js +3 -3
- package/dist/executors.mjs +2 -2
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +3 -3
- package/dist/index.js +12 -12
- package/dist/index.mjs +11 -11
- package/dist/src/executors/container-publish/executor.js +3 -3
- package/dist/src/executors/container-publish/executor.mjs +2 -2
- package/dist/src/plugins/docker/index.js +3 -3
- package/dist/src/plugins/docker/index.mjs +2 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,54 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - K8s Tools
|
|
4
4
|
|
|
5
|
+
## [0.42.180](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.180) (05/14/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.295.65**
|
|
10
|
+
- Updated **config-tools** to **v1.190.5**
|
|
11
|
+
- Updated **config** to **v1.137.38**
|
|
12
|
+
|
|
13
|
+
## [0.42.179](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.179) (05/14/2026)
|
|
14
|
+
|
|
15
|
+
### Miscellaneous
|
|
16
|
+
|
|
17
|
+
- **release:** publish ([d45102e8d](https://github.com/storm-software/storm-ops/commit/d45102e8d))
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- **git-tools:** Ensure non-cached project graph is used during release graph creation ([af729bd1f](https://github.com/storm-software/storm-ops/commit/af729bd1f))
|
|
22
|
+
|
|
23
|
+
### Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated **workspace-tools** to **v1.295.64**
|
|
26
|
+
- Updated **config-tools** to **v1.190.4**
|
|
27
|
+
- Updated **config** to **v1.137.37**
|
|
28
|
+
|
|
29
|
+
## [0.42.178](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.178) (05/13/2026)
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
- **git-tools:** Ensure non-cached project graph is used during release graph creation ([af729bd1f](https://github.com/storm-software/storm-ops/commit/af729bd1f))
|
|
34
|
+
|
|
35
|
+
### Updated Dependencies
|
|
36
|
+
|
|
37
|
+
- Updated **workspace-tools** to **v1.295.63**
|
|
38
|
+
- Updated **config-tools** to **v1.190.3**
|
|
39
|
+
- Updated **config** to **v1.137.36**
|
|
40
|
+
|
|
41
|
+
## [0.42.177](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.177) (05/12/2026)
|
|
42
|
+
|
|
43
|
+
### Miscellaneous
|
|
44
|
+
|
|
45
|
+
- **monorepo:** Update devenv modules to latest version ([5467f0db1](https://github.com/storm-software/storm-ops/commit/5467f0db1))
|
|
46
|
+
|
|
47
|
+
### Updated Dependencies
|
|
48
|
+
|
|
49
|
+
- Updated **workspace-tools** to **v1.295.62**
|
|
50
|
+
- Updated **config-tools** to **v1.190.2**
|
|
51
|
+
- Updated **config** to **v1.137.35**
|
|
52
|
+
|
|
5
53
|
## [0.42.176](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.176) (04/29/2026)
|
|
6
54
|
|
|
7
55
|
### Updated Dependencies
|
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 -->
|
|
@@ -22,7 +22,7 @@ var _promises = require('fs/promises');
|
|
|
22
22
|
var _path = require('path');
|
|
23
23
|
var _prettier = require('prettier');
|
|
24
24
|
|
|
25
|
-
// ../
|
|
25
|
+
// ../package-constants/src/tags.ts
|
|
26
26
|
var ProjectTagConstants = {
|
|
27
27
|
Language: {
|
|
28
28
|
TAG_ID: "language",
|
|
@@ -96,6 +96,8 @@ var isEqualProjectTag = (project, variant, value) => {
|
|
|
96
96
|
const tag = getProjectTag(project, variant);
|
|
97
97
|
return !!(tag && _optionalChain([tag, 'optionalAccess', _3 => _3.toUpperCase, 'call', _4 => _4()]) === value.toUpperCase());
|
|
98
98
|
};
|
|
99
|
+
|
|
100
|
+
// ../workspace-tools/src/utils/project-tags.ts
|
|
99
101
|
var addProjectTag = (project, variant, value, options = {
|
|
100
102
|
overwrite: false
|
|
101
103
|
}) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 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 _chunkEK7DMIKJjs = require('./chunk-EK7DMIKJ.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkYMZMROXKjs = require('./chunk-YMZMROXK.js');
|
|
@@ -113,7 +113,7 @@ async function* publishExecutor(options, context) {
|
|
|
113
113
|
);
|
|
114
114
|
} else {
|
|
115
115
|
console.log(`Published to ${tokenized.registry}`);
|
|
116
|
-
const packageManager =
|
|
116
|
+
const packageManager = _chunkEK7DMIKJjs.getPackageInfo.call(void 0, projectConfig);
|
|
117
117
|
if (packageManager) {
|
|
118
118
|
tokenized["build-args"] ??= [
|
|
119
119
|
"ENVIRONMENT=production",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkEK7DMIKJjs = require('./chunk-EK7DMIKJ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
@@ -68,7 +68,7 @@ var createNodesV2 = [
|
|
|
68
68
|
`org.opencontainers.image.source=${config.repository}`
|
|
69
69
|
];
|
|
70
70
|
let tag = "latest";
|
|
71
|
-
const packageManager =
|
|
71
|
+
const packageManager = _chunkEK7DMIKJjs.getPackageInfo.call(void 0, project);
|
|
72
72
|
if (packageManager) {
|
|
73
73
|
if (packageManager.type === "Cargo.toml") {
|
|
74
74
|
tag = packageManager.content.package.version;
|
|
@@ -130,11 +130,11 @@ var createNodesV2 = [
|
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
};
|
|
133
|
-
if ((
|
|
133
|
+
if ((_chunkEK7DMIKJjs.isEqualProjectTag.call(void 0,
|
|
134
134
|
project,
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
) || project.projectType === "application") &&
|
|
135
|
+
_chunkEK7DMIKJjs.ProjectTagConstants.ProjectType.TAG_ID,
|
|
136
|
+
_chunkEK7DMIKJjs.ProjectTagConstants.ProjectType.APPLICATION
|
|
137
|
+
) || project.projectType === "application") && _chunkEK7DMIKJjs.hasProjectTag.call(void 0, project, _chunkEK7DMIKJjs.ProjectTagConstants.Registry.TAG_ID)) {
|
|
138
138
|
if (project.targets["nx-release-publish"]) {
|
|
139
139
|
project.targets["nx-release-publish"] = {
|
|
140
140
|
...project.targets["nx-release-publish"],
|
|
@@ -161,7 +161,7 @@ var createNodesV2 = [
|
|
|
161
161
|
};
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
|
-
|
|
164
|
+
_chunkEK7DMIKJjs.setDefaultProjectTags.call(void 0, project);
|
|
165
165
|
const projects = {};
|
|
166
166
|
const externalNodes = {};
|
|
167
167
|
projects[project.root] = _defu2.default.call(void 0,
|
|
@@ -22,7 +22,7 @@ import { readFile, writeFile } from "node:fs/promises";
|
|
|
22
22
|
import { dirname, resolve } from "path";
|
|
23
23
|
import { format } from "prettier";
|
|
24
24
|
|
|
25
|
-
// ../
|
|
25
|
+
// ../package-constants/src/tags.ts
|
|
26
26
|
var ProjectTagConstants = {
|
|
27
27
|
Language: {
|
|
28
28
|
TAG_ID: "language",
|
|
@@ -96,6 +96,8 @@ var isEqualProjectTag = (project, variant, value) => {
|
|
|
96
96
|
const tag = getProjectTag(project, variant);
|
|
97
97
|
return !!(tag && tag?.toUpperCase() === value.toUpperCase());
|
|
98
98
|
};
|
|
99
|
+
|
|
100
|
+
// ../workspace-tools/src/utils/project-tags.ts
|
|
99
101
|
var addProjectTag = (project, variant, value, options = {
|
|
100
102
|
overwrite: false
|
|
101
103
|
}) => {
|
package/dist/executors.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-XO66D74Z.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkGU2ZRLRBjs = require('./chunk-GU2ZRLRB.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkJ4YA3MOHjs = require('./chunk-J4YA3MOH.js');
|
|
8
|
-
require('./chunk-
|
|
8
|
+
require('./chunk-EK7DMIKJ.js');
|
|
9
9
|
require('./chunk-YMZMROXK.js');
|
|
10
10
|
require('./chunk-OAJB4SET.js');
|
|
11
11
|
require('./chunk-4AADQIGW.js');
|
|
@@ -15,4 +15,4 @@ require('./chunk-RECJ3G6F.js');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
exports.getRegistryVersion =
|
|
18
|
+
exports.getRegistryVersion = _chunkGU2ZRLRBjs.getRegistryVersion; exports.serveExecutor = _chunkJ4YA3MOHjs.serveExecutor;
|
package/dist/executors.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "./chunk-YSCEY447.mjs";
|
|
2
2
|
import {
|
|
3
3
|
getRegistryVersion
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-TDDLXL7V.mjs";
|
|
5
5
|
import {
|
|
6
6
|
serveExecutor
|
|
7
7
|
} from "./chunk-QTSVWPHK.mjs";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-VWPYSF7C.mjs";
|
|
9
9
|
import "./chunk-PHJ2C6SX.mjs";
|
|
10
10
|
import "./chunk-PXNJS7UH.mjs";
|
|
11
11
|
import "./chunk-CC6EC6X5.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-DHBG5ASJ.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkFM56KBYYjs = require('./chunk-FM56KBYY.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkL5AIC4GNjs = require('./chunk-L5AIC4GN.js');
|
|
8
8
|
require('./chunk-BN4ZVYUX.js');
|
|
9
9
|
require('./chunk-YMZMROXK.js');
|
|
10
10
|
require('./chunk-OAJB4SET.js');
|
package/dist/generators.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./chunk-3J7KBHMJ.mjs";
|
|
2
|
-
import {
|
|
3
|
-
helmDependencyGeneratorFn
|
|
4
|
-
} from "./chunk-GVBPX4P3.mjs";
|
|
5
2
|
import {
|
|
6
3
|
helmChartGeneratorFn
|
|
7
4
|
} from "./chunk-JACQZVQK.mjs";
|
|
5
|
+
import {
|
|
6
|
+
helmDependencyGeneratorFn
|
|
7
|
+
} from "./chunk-GVBPX4P3.mjs";
|
|
8
8
|
import "./chunk-HGE25HSB.mjs";
|
|
9
9
|
import "./chunk-PHJ2C6SX.mjs";
|
|
10
10
|
import "./chunk-PXNJS7UH.mjs";
|
package/dist/index.js
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
var _chunkA4VO4W6Hjs = require('./chunk-A4VO4W6H.js');
|
|
5
|
+
var _chunkTSONJFKUjs = require('./chunk-TSONJFKU.js');
|
|
11
6
|
require('./chunk-XO66D74Z.js');
|
|
12
7
|
|
|
13
8
|
|
|
14
|
-
var
|
|
9
|
+
var _chunkGU2ZRLRBjs = require('./chunk-GU2ZRLRB.js');
|
|
15
10
|
|
|
16
11
|
|
|
17
12
|
var _chunkJ4YA3MOHjs = require('./chunk-J4YA3MOH.js');
|
|
18
|
-
require('./chunk-
|
|
13
|
+
require('./chunk-EK7DMIKJ.js');
|
|
19
14
|
require('./chunk-DHBG5ASJ.js');
|
|
20
15
|
|
|
21
16
|
|
|
22
|
-
var
|
|
17
|
+
var _chunkFM56KBYYjs = require('./chunk-FM56KBYY.js');
|
|
23
18
|
|
|
24
19
|
|
|
25
|
-
var
|
|
20
|
+
var _chunkL5AIC4GNjs = require('./chunk-L5AIC4GN.js');
|
|
26
21
|
require('./chunk-BN4ZVYUX.js');
|
|
27
22
|
require('./chunk-YMZMROXK.js');
|
|
28
23
|
require('./chunk-OAJB4SET.js');
|
|
24
|
+
require('./chunk-U76ID4TS.js');
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
var _chunk7QVOU2PTjs = require('./chunk-7QVOU2PT.js');
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
@@ -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 = _chunkTSONJFKUjs.createNodesV2; exports.description = _chunkTSONJFKUjs.description; exports.ensureInitialized = _chunkXKOZIQT3js.ensureInitialized; exports.getRegistryVersion = _chunkGU2ZRLRBjs.getRegistryVersion; exports.helmChartGeneratorFn = _chunkFM56KBYYjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunkL5AIC4GNjs.helmDependencyGeneratorFn; exports.name = _chunkTSONJFKUjs.name; exports.resolveUserExistingPrettierConfig = _chunk7QVOU2PTjs.resolveUserExistingPrettierConfig; exports.serveExecutor = _chunkJ4YA3MOHjs.serveExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import "./chunk-WWU25UQ4.mjs";
|
|
2
|
-
import {
|
|
3
|
-
addToPrettierIgnore,
|
|
4
|
-
resolveUserExistingPrettierConfig
|
|
5
|
-
} from "./chunk-U6YNENR7.mjs";
|
|
6
1
|
import {
|
|
7
2
|
createNodesV2,
|
|
8
3
|
description,
|
|
9
4
|
name
|
|
10
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-4AELCTHA.mjs";
|
|
11
6
|
import "./chunk-YSCEY447.mjs";
|
|
12
7
|
import {
|
|
13
8
|
getRegistryVersion
|
|
14
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-TDDLXL7V.mjs";
|
|
15
10
|
import {
|
|
16
11
|
serveExecutor
|
|
17
12
|
} from "./chunk-QTSVWPHK.mjs";
|
|
18
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-VWPYSF7C.mjs";
|
|
19
14
|
import "./chunk-3J7KBHMJ.mjs";
|
|
20
|
-
import {
|
|
21
|
-
helmDependencyGeneratorFn
|
|
22
|
-
} from "./chunk-GVBPX4P3.mjs";
|
|
23
15
|
import {
|
|
24
16
|
helmChartGeneratorFn
|
|
25
17
|
} from "./chunk-JACQZVQK.mjs";
|
|
18
|
+
import {
|
|
19
|
+
helmDependencyGeneratorFn
|
|
20
|
+
} from "./chunk-GVBPX4P3.mjs";
|
|
26
21
|
import "./chunk-HGE25HSB.mjs";
|
|
27
22
|
import "./chunk-PHJ2C6SX.mjs";
|
|
28
23
|
import "./chunk-PXNJS7UH.mjs";
|
|
24
|
+
import "./chunk-WWU25UQ4.mjs";
|
|
25
|
+
import {
|
|
26
|
+
addToPrettierIgnore,
|
|
27
|
+
resolveUserExistingPrettierConfig
|
|
28
|
+
} from "./chunk-U6YNENR7.mjs";
|
|
29
29
|
import {
|
|
30
30
|
HelmClient,
|
|
31
31
|
createHelmClient
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkGU2ZRLRBjs = require('../../../chunk-GU2ZRLRB.js');
|
|
5
|
+
require('../../../chunk-EK7DMIKJ.js');
|
|
6
6
|
require('../../../chunk-YMZMROXK.js');
|
|
7
7
|
require('../../../chunk-OAJB4SET.js');
|
|
8
8
|
require('../../../chunk-RECJ3G6F.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
exports.default =
|
|
12
|
+
exports.default = _chunkGU2ZRLRBjs.publishExecutor; exports.getRegistryVersion = _chunkGU2ZRLRBjs.getRegistryVersion;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getRegistryVersion,
|
|
3
3
|
publishExecutor
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-TDDLXL7V.mjs";
|
|
5
|
+
import "../../../chunk-VWPYSF7C.mjs";
|
|
6
6
|
import "../../../chunk-PHJ2C6SX.mjs";
|
|
7
7
|
import "../../../chunk-PXNJS7UH.mjs";
|
|
8
8
|
import "../../../chunk-YKVJBCVA.mjs";
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../../chunk-
|
|
5
|
+
var _chunkTSONJFKUjs = require('../../../chunk-TSONJFKU.js');
|
|
6
|
+
require('../../../chunk-EK7DMIKJ.js');
|
|
7
7
|
require('../../../chunk-OAJB4SET.js');
|
|
8
8
|
require('../../../chunk-RECJ3G6F.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
exports.createNodesV2 =
|
|
13
|
+
exports.createNodesV2 = _chunkTSONJFKUjs.createNodesV2; exports.description = _chunkTSONJFKUjs.description; exports.name = _chunkTSONJFKUjs.name;
|
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
createNodesV2,
|
|
3
3
|
description,
|
|
4
4
|
name
|
|
5
|
-
} from "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
5
|
+
} from "../../../chunk-4AELCTHA.mjs";
|
|
6
|
+
import "../../../chunk-VWPYSF7C.mjs";
|
|
7
7
|
import "../../../chunk-PXNJS7UH.mjs";
|
|
8
8
|
import "../../../chunk-YKVJBCVA.mjs";
|
|
9
9
|
export {
|
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.181",
|
|
4
4
|
"description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"sullivanpj"
|
|
129
129
|
],
|
|
130
130
|
"peerDependencies": {
|
|
131
|
-
"@nx/devkit": "22.
|
|
131
|
+
"@nx/devkit": "22.7.1",
|
|
132
132
|
"prettier": "^3.8.3",
|
|
133
133
|
"tsup": "8.4.0"
|
|
134
134
|
},
|
|
@@ -140,19 +140,19 @@
|
|
|
140
140
|
"nx": { "optional": false }
|
|
141
141
|
},
|
|
142
142
|
"dependencies": {
|
|
143
|
-
"@storm-software/config": "^1.137.
|
|
144
|
-
"@storm-software/config-tools": "^1.190.
|
|
145
|
-
"@storm-software/workspace-tools": "^1.295.
|
|
143
|
+
"@storm-software/config": "^1.137.39",
|
|
144
|
+
"@storm-software/config-tools": "^1.190.6",
|
|
145
|
+
"@storm-software/workspace-tools": "^1.295.66",
|
|
146
146
|
"defu": "6.1.4",
|
|
147
147
|
"yaml": "^2.9.0"
|
|
148
148
|
},
|
|
149
149
|
"devDependencies": {
|
|
150
150
|
"@nx-tools/container-metadata": "^6.9.1",
|
|
151
151
|
"@nx-tools/nx-container": "^6.9.1",
|
|
152
|
-
"@nx/devkit": "22.
|
|
153
|
-
"@nx/workspace": "22.
|
|
152
|
+
"@nx/devkit": "22.7.1",
|
|
153
|
+
"@nx/workspace": "22.7.1",
|
|
154
154
|
"@types/node": "^25.7.0",
|
|
155
|
-
"nx": "22.
|
|
155
|
+
"nx": "22.7.1",
|
|
156
156
|
"tsup": "8.4.0",
|
|
157
157
|
"typescript": "^5.9.3",
|
|
158
158
|
"untyped": "^2.0.0"
|
|
@@ -160,5 +160,5 @@
|
|
|
160
160
|
"publishConfig": { "access": "public" },
|
|
161
161
|
"executors": "./executors.json",
|
|
162
162
|
"generators": "./generators.json",
|
|
163
|
-
"gitHead": "
|
|
163
|
+
"gitHead": "0156312b2f7b27223734e49a41834c30314ae10a"
|
|
164
164
|
}
|