@shell-shock/nx 0.0.84 → 0.0.85
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 +10 -0
- package/dist/plugin/index.js +2 -2
- package/dist/plugin/index.mjs +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Shell Shock - Nx
|
|
4
4
|
|
|
5
|
+
## [0.0.85](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.85) (06/05/2026)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **core:** Various fixes to log message formatting ([c6499f5](https://github.com/storm-software/shell-shock/commit/c6499f5))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **core** to **v0.17.12**
|
|
14
|
+
|
|
5
15
|
## [0.0.84](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.84) (06/05/2026)
|
|
6
16
|
|
|
7
17
|
### Bug Fixes
|
package/dist/plugin/index.js
CHANGED
|
@@ -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.
|
|
50
|
+
//#region ../../node_modules/.pnpm/@powerlines+nx@0.13.165_3ad8ea2ef8e4ccaae57ef8b1e7ff70df/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.
|
|
267
|
+
//#region ../../node_modules/.pnpm/@powerlines+nx@0.13.165_3ad8ea2ef8e4ccaae57ef8b1e7ff70df/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
|
*
|
package/dist/plugin/index.mjs
CHANGED
|
@@ -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.
|
|
19
|
+
//#region ../../node_modules/.pnpm/@powerlines+nx@0.13.165_3ad8ea2ef8e4ccaae57ef8b1e7ff70df/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.
|
|
236
|
+
//#region ../../node_modules/.pnpm/@powerlines+nx@0.13.165_3ad8ea2ef8e4ccaae57ef8b1e7ff70df/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.
|
|
3
|
+
"version": "0.0.85",
|
|
4
4
|
"description": "A Nx plugin to support Shell Shock development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"typings": "dist/index.d.ts",
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@nx/devkit": "22.7.5",
|
|
82
|
-
"@powerlines/nx": "^0.13.
|
|
83
|
-
"@shell-shock/core": "^0.17.
|
|
82
|
+
"@powerlines/nx": "^0.13.165",
|
|
83
|
+
"@shell-shock/core": "^0.17.12",
|
|
84
84
|
"@storm-software/config": "^1.137.72",
|
|
85
85
|
"@storm-software/config-tools": "^1.190.40",
|
|
86
86
|
"@storm-software/workspace-tools": "^1.296.18",
|
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
"@stryke/type-checks": "^0.6.17",
|
|
91
91
|
"defu": "^6.1.7",
|
|
92
92
|
"jiti": "^2.7.0",
|
|
93
|
-
"powerlines": "^0.47.
|
|
93
|
+
"powerlines": "^0.47.126",
|
|
94
94
|
"untyped": "^1.5.2"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@powerlines/plugin-tsdown": "^0.1.
|
|
98
|
-
"@powerlines/plugin-untyped": "^0.2.
|
|
97
|
+
"@powerlines/plugin-tsdown": "^0.1.527",
|
|
98
|
+
"@powerlines/plugin-untyped": "^0.2.541",
|
|
99
99
|
"@storm-software/testing-tools": "^1.119.193",
|
|
100
100
|
"@types/node": "^25.9.1",
|
|
101
101
|
"eslint-flat-config-utils": "^2.1.4",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"peerDependencies": { "nx": ">=22.7.0" },
|
|
105
105
|
"publishConfig": { "access": "public" },
|
|
106
106
|
"executors": "./executors.json",
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "3c10901dd3fbbc3c9d6d1a3373f01cc5f56d3321"
|
|
108
108
|
}
|