@storm-software/k8s-tools 0.42.189 → 0.42.190

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 CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.42.189](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.189) (05/15/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.295.74**
10
+ - Updated **config-tools** to **v1.190.14**
11
+
5
12
  ## [0.42.188](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.188) (05/15/2026)
6
13
 
7
14
  ### Updated Dependencies
package/dist/executors.js CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
  var _chunkHAYKDYSEjs = require('./chunk-HAYKDYSE.js');
5
+ require('./chunk-EK7DMIKJ.js');
5
6
 
6
7
 
7
8
  var _chunkC5TUDDI3js = require('./chunk-C5TUDDI3.js');
8
- require('./chunk-EK7DMIKJ.js');
9
9
  require('./chunk-53FNQIYH.js');
10
10
  require('./chunk-J2E3FNWT.js');
11
11
  require('./chunk-4AADQIGW.js');
@@ -2,10 +2,10 @@ import "./chunk-YSCEY447.mjs";
2
2
  import {
3
3
  getRegistryVersion
4
4
  } from "./chunk-LUL6DWN6.mjs";
5
+ import "./chunk-VWPYSF7C.mjs";
5
6
  import {
6
7
  serveExecutor
7
8
  } from "./chunk-FRGX4W2R.mjs";
8
- import "./chunk-VWPYSF7C.mjs";
9
9
  import "./chunk-M5JSZMS4.mjs";
10
10
  import "./chunk-CMCVGSQN.mjs";
11
11
  import "./chunk-X7KDMWFW.mjs";
package/dist/index.js CHANGED
@@ -7,10 +7,10 @@ require('./chunk-XO66D74Z.js');
7
7
 
8
8
 
9
9
  var _chunkHAYKDYSEjs = require('./chunk-HAYKDYSE.js');
10
+ require('./chunk-EK7DMIKJ.js');
10
11
 
11
12
 
12
13
  var _chunkC5TUDDI3js = require('./chunk-C5TUDDI3.js');
13
- require('./chunk-EK7DMIKJ.js');
14
14
  require('./chunk-DHBG5ASJ.js');
15
15
 
16
16
 
package/dist/index.mjs CHANGED
@@ -7,10 +7,10 @@ import "./chunk-YSCEY447.mjs";
7
7
  import {
8
8
  getRegistryVersion
9
9
  } from "./chunk-LUL6DWN6.mjs";
10
+ import "./chunk-VWPYSF7C.mjs";
10
11
  import {
11
12
  serveExecutor
12
13
  } from "./chunk-FRGX4W2R.mjs";
13
- import "./chunk-VWPYSF7C.mjs";
14
14
  import "./chunk-3J7KBHMJ.mjs";
15
15
  import {
16
16
  helmChartGeneratorFn
package/package.json CHANGED
@@ -1,23 +1,31 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.42.189",
3
+ "version": "0.42.190",
4
+ "private": false,
4
5
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
6
+ "keywords": [
7
+ "helm",
8
+ "k8s",
9
+ "kubernetes",
10
+ "monorepo",
11
+ "storm",
12
+ "storm-ops",
13
+ "storm-stack",
14
+ "sullivanpj"
15
+ ],
16
+ "homepage": "https://stormsoftware.com",
17
+ "bugs": "https://github.com/storm-software/storm-ops/issues",
5
18
  "repository": {
6
19
  "type": "github",
7
20
  "url": "https://github.com/storm-software/storm-ops",
8
21
  "directory": "packages/k8s-tools"
9
22
  },
10
- "homepage": "https://stormsoftware.com",
11
- "bugs": "https://github.com/storm-software/storm-ops/issues",
23
+ "license": "Apache-2.0",
12
24
  "author": {
13
25
  "name": "Storm Software",
14
26
  "email": "contact@stormsoftware.com",
15
27
  "url": "https://stormsoftware.com"
16
28
  },
17
- "license": "Apache-2.0",
18
- "private": false,
19
- "main": "dist/index.js",
20
- "module": "dist/index.mjs",
21
29
  "exports": {
22
30
  "./package.json": "./package.json",
23
31
  "./docs/*": "./docs/*",
@@ -116,33 +124,13 @@
116
124
  "./generators/*/generator.js": "./dist/src/generators/*/generator.js",
117
125
  "./plugins/docker": "./dist/src/plugins/docker/index.js"
118
126
  },
127
+ "main": "dist/index.js",
128
+ "module": "dist/index.mjs",
119
129
  "typings": "dist/index.d.ts",
120
- "keywords": [
121
- "helm",
122
- "k8s",
123
- "kubernetes",
124
- "monorepo",
125
- "storm",
126
- "storm-ops",
127
- "storm-stack",
128
- "sullivanpj"
129
- ],
130
- "peerDependencies": {
131
- "@nx/devkit": "22.7.1",
132
- "prettier": "^3.8.3",
133
- "tsup": "8.4.0"
134
- },
135
- "peerDependenciesMeta": {
136
- "@nx-tools/container-metadata": { "optional": false },
137
- "@nx-tools/nx-container": { "optional": false },
138
- "@nx/devkit": { "optional": false },
139
- "@nx/workspace": { "optional": false },
140
- "nx": { "optional": false }
141
- },
142
130
  "dependencies": {
143
- "@storm-software/config": "^1.137.46",
144
- "@storm-software/config-tools": "^1.190.14",
145
- "@storm-software/workspace-tools": "^1.295.74",
131
+ "@storm-software/config": "^1.137.47",
132
+ "@storm-software/config-tools": "^1.190.15",
133
+ "@storm-software/workspace-tools": "^1.295.75",
146
134
  "defu": "6.1.4",
147
135
  "yaml": "^2.9.0"
148
136
  },
@@ -157,8 +145,21 @@
157
145
  "typescript": "^5.9.3",
158
146
  "untyped": "^2.0.0"
159
147
  },
148
+ "peerDependencies": {
149
+ "@nx/devkit": ">=22.7.1",
150
+ "nx": ">=22.7.1",
151
+ "prettier": "^3.8.3",
152
+ "tsup": "8.4.0"
153
+ },
154
+ "peerDependenciesMeta": {
155
+ "@nx-tools/container-metadata": { "optional": false },
156
+ "@nx-tools/nx-container": { "optional": false },
157
+ "@nx/devkit": { "optional": false },
158
+ "@nx/workspace": { "optional": false },
159
+ "nx": { "optional": false }
160
+ },
160
161
  "publishConfig": { "access": "public" },
161
162
  "executors": "./executors.json",
162
163
  "generators": "./generators.json",
163
- "gitHead": "0c334cad4cd3237b830127698face8e1f4f508fb"
164
+ "gitHead": "756f2efc9602033fcc0355d7943682581488379b"
164
165
  }