@shell-shock/nx 0.0.94 → 0.0.95

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
@@ -1,7 +1,17 @@
1
- ![Shell Shock's logo banner](https://public.storm-cdn.com/shell-shock/banner-1280x320-dark.gif)
1
+ ![Shell Shock's logo banner](https://public.storm-cdn.com/shell-shock/media/banner-1280x320-dark.gif)
2
2
 
3
3
  # Changelog for Shell Shock - Nx
4
4
 
5
+ ## [0.0.95](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.95) (06/15/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update asset references to the newly created `media` folder ([5fceca6](https://github.com/storm-software/shell-shock/commit/5fceca6))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **core** to **v0.17.22**
14
+
5
15
  ## [0.0.94](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.94) (06/12/2026)
6
16
 
7
17
  ### Updated Dependencies
package/README.md CHANGED
@@ -5,9 +5,9 @@
5
5
 
6
6
  <div align="center">
7
7
  <picture>
8
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/shell-shock/banner-1280x640-dark.gif">
9
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/shell-shock/banner-1280x640-light.gif">
10
- <img src="https://public.storm-cdn.com/shell-shock/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
8
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/shell-shock/media/banner-1280x640-dark.gif">
9
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/shell-shock/media/banner-1280x640-light.gif">
10
+ <img src="https://public.storm-cdn.com/shell-shock/media/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
11
11
  </picture>
12
12
  </div>
13
13
  <br />
@@ -213,9 +213,9 @@ specification. Contributions of any kind welcome!
213
213
 
214
214
  <div align="center">
215
215
  <picture>
216
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
217
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
218
- <img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
216
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp">
217
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-light.webp">
218
+ <img src="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
219
219
  </picture>
220
220
  </div>
221
221
  <br />
@@ -247,8 +247,17 @@ generation of development tools, please reach out on our
247
247
 
248
248
  <br />
249
249
 
250
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/storm-software/icon-circle-fill-dark.png" alt="Storm Software" width="200px"/></a></div>
250
+ <div align="center">
251
+ <a href="https://stormsoftware.com" target="_blank">
252
+ <picture>
253
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp">
254
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-light.webp">
255
+ <img src="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp" width="200px" alt="Storm Software" />
256
+ </picture>
257
+ </a>
258
+ </div>
251
259
  <br />
260
+
252
261
  <div align="center"><a href="https://stormsoftware.com" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/misc/text/visit-us-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/misc/text/visit-us-light.png"><img src="https://public.storm-cdn.com/misc/text/visit-us-dark.png" height="90px" alt="Visit us at stormsoftware.com" /></picture></a></div>
253
262
 
254
263
  <br />
@@ -47,7 +47,7 @@ let _stryke_type_checks_is_set_string = require("@stryke/type-checks/is-set-stri
47
47
  let nx_src_config_nx_json_js = require("nx/src/config/nx-json.js");
48
48
  let nx_src_utils_package_json_js = require("nx/src/utils/package-json.js");
49
49
 
50
- //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.173_87b6dfffb395de1a2884148eaae669a0/node_modules/@powerlines/nx/dist/src/helpers/constants.mjs
50
+ //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.176_e81c15b56fa1b873d2a290187a513086/node_modules/@powerlines/nx/dist/src/helpers/constants.mjs
51
51
  /**
52
52
  * A list of Nx input strings that describe the Powerlines configuration file
53
53
  */
@@ -264,7 +264,7 @@ function existsSync(filePath) {
264
264
  }
265
265
 
266
266
  //#endregion
267
- //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.173_87b6dfffb395de1a2884148eaae669a0/node_modules/@powerlines/nx/dist/src/helpers/plugin-utilities.mjs
267
+ //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.176_e81c15b56fa1b873d2a290187a513086/node_modules/@powerlines/nx/dist/src/helpers/plugin-utilities.mjs
268
268
  /**
269
269
  * Generates Nx input strings for the Powerlines configuration file, replacing the `{framework}` placeholder with the specified framework name.
270
270
  *
@@ -16,7 +16,7 @@ import { isSetString } from "@stryke/type-checks/is-set-string";
16
16
  import { readNxJson } from "nx/src/config/nx-json.js";
17
17
  import { readTargetsFromPackageJson } from "nx/src/utils/package-json.js";
18
18
 
19
- //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.173_87b6dfffb395de1a2884148eaae669a0/node_modules/@powerlines/nx/dist/src/helpers/constants.mjs
19
+ //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.176_e81c15b56fa1b873d2a290187a513086/node_modules/@powerlines/nx/dist/src/helpers/constants.mjs
20
20
  /**
21
21
  * A list of Nx input strings that describe the Powerlines configuration file
22
22
  */
@@ -233,7 +233,7 @@ function existsSync$1(filePath) {
233
233
  }
234
234
 
235
235
  //#endregion
236
- //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.173_87b6dfffb395de1a2884148eaae669a0/node_modules/@powerlines/nx/dist/src/helpers/plugin-utilities.mjs
236
+ //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.176_e81c15b56fa1b873d2a290187a513086/node_modules/@powerlines/nx/dist/src/helpers/plugin-utilities.mjs
237
237
  /**
238
238
  * Generates Nx input strings for the Powerlines configuration file, replacing the `{framework}` placeholder with the specified framework name.
239
239
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/nx",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "description": "A Nx plugin to support Shell Shock development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -79,24 +79,24 @@
79
79
  "typings": "dist/index.d.ts",
80
80
  "dependencies": {
81
81
  "@nx/devkit": "22.7.5",
82
- "@powerlines/nx": "^0.13.173",
83
- "@shell-shock/core": "^0.17.21",
84
- "@storm-software/config": "^1.137.86",
85
- "@storm-software/config-tools": "^1.190.54",
86
- "@storm-software/workspace-tools": "^1.296.33",
82
+ "@powerlines/nx": "^0.13.176",
83
+ "@shell-shock/core": "^0.17.22",
84
+ "@storm-software/config": "^1.138.6",
85
+ "@storm-software/config-tools": "^1.190.69",
86
+ "@storm-software/workspace-tools": "^1.296.49",
87
87
  "@stryke/hash": "^0.13.38",
88
88
  "@stryke/path": "^0.29.11",
89
89
  "@stryke/string-format": "^0.17.26",
90
90
  "@stryke/type-checks": "^0.6.17",
91
91
  "defu": "^6.1.7",
92
92
  "jiti": "^2.7.0",
93
- "powerlines": "^0.47.134",
93
+ "powerlines": "^0.47.137",
94
94
  "untyped": "^1.5.2"
95
95
  },
96
96
  "devDependencies": {
97
- "@powerlines/plugin-tsdown": "^0.1.535",
98
- "@powerlines/plugin-untyped": "^0.2.549",
99
- "@storm-software/testing-tools": "^1.119.207",
97
+ "@powerlines/plugin-tsdown": "^0.1.538",
98
+ "@powerlines/plugin-untyped": "^0.2.552",
99
+ "@storm-software/testing-tools": "^1.119.222",
100
100
  "@types/node": "^25.9.3",
101
101
  "eslint-flat-config-utils": "^2.1.4",
102
102
  "jsonc-eslint-parser": "^2.4.2"
@@ -104,5 +104,5 @@
104
104
  "peerDependencies": { "nx": ">=22.7.0" },
105
105
  "publishConfig": { "access": "public" },
106
106
  "executors": "./executors.json",
107
- "gitHead": "0876468f621d3b455f99de7dc3ebdd3af8883842"
107
+ "gitHead": "a6c69ec8211e244444893231fe37d7cfbe518fb1"
108
108
  }