@shell-shock/nx 0.0.7 → 0.0.12
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 +47 -0
- package/README.md +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,53 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Shell Shock - Nx
|
|
4
4
|
|
|
5
|
+
## [0.0.11](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.11) (02/05/2026)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **preset-script:** Resolve issue with banner header and footer display ([c5be6f4](https://github.com/storm-software/shell-shock/commit/c5be6f4))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **core** to **v0.4.3**
|
|
14
|
+
|
|
15
|
+
## [0.0.10](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.10) (02/03/2026)
|
|
16
|
+
|
|
17
|
+
### Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- Updated **core** to **v0.4.2**
|
|
20
|
+
|
|
21
|
+
## [0.0.9](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.9) (02/02/2026)
|
|
22
|
+
|
|
23
|
+
### Miscellaneous
|
|
24
|
+
|
|
25
|
+
- **preset-script:** Clean up alignment in `table` formatting ([d4a44fb](https://github.com/storm-software/shell-shock/commit/d4a44fb))
|
|
26
|
+
- **monorepo:** Update markdown `README.md` files ([2ba98db](https://github.com/storm-software/shell-shock/commit/2ba98db))
|
|
27
|
+
|
|
28
|
+
### Updated Dependencies
|
|
29
|
+
|
|
30
|
+
- Updated **core** to **v0.4.1**
|
|
31
|
+
|
|
32
|
+
## [0.0.8](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.8) (02/01/2026)
|
|
33
|
+
|
|
34
|
+
### Updated Dependencies
|
|
35
|
+
|
|
36
|
+
- Updated **core** to **v0.4.0**
|
|
37
|
+
|
|
38
|
+
## [0.0.7](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.7) (01/30/2026)
|
|
39
|
+
|
|
40
|
+
### Miscellaneous
|
|
41
|
+
|
|
42
|
+
- **core:** Resolve issues writing builtin modules ([dda5285](https://github.com/storm-software/shell-shock/commit/dda5285))
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
- **core:** Reorganize repository projects and implemented core ([ffa2d39](https://github.com/storm-software/shell-shock/commit/ffa2d39))
|
|
47
|
+
|
|
48
|
+
### Updated Dependencies
|
|
49
|
+
|
|
50
|
+
- Updated **core** to **v0.3.0**
|
|
51
|
+
|
|
5
52
|
## [0.0.6](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.6) (01/07/2026)
|
|
6
53
|
|
|
7
54
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -247,7 +247,7 @@ 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/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
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>
|
|
251
251
|
<br />
|
|
252
252
|
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
253
253
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/nx",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"description": "A Nx plugin to support Shell Shock development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -105,26 +105,26 @@
|
|
|
105
105
|
"typings": "dist/src/index.d.cts",
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@nx/devkit": "22.4.1",
|
|
108
|
-
"@powerlines/nx": "^0.11.
|
|
109
|
-
"@shell-shock/core": "^0.
|
|
108
|
+
"@powerlines/nx": "^0.11.194",
|
|
109
|
+
"@shell-shock/core": "^0.4.4",
|
|
110
110
|
"@storm-software/config": "^1.135.1",
|
|
111
111
|
"@storm-software/config-tools": "^1.189.0",
|
|
112
112
|
"@storm-software/workspace-tools": "^1.294.32",
|
|
113
113
|
"@stryke/type-checks": "^0.5.23",
|
|
114
114
|
"defu": "^6.1.4",
|
|
115
115
|
"jiti": "^2.6.1",
|
|
116
|
-
"powerlines": "^0.38.
|
|
116
|
+
"powerlines": "^0.38.34",
|
|
117
117
|
"untyped": "^1.5.2"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@powerlines/plugin-tsdown": "^0.1.
|
|
121
|
-
"@powerlines/plugin-untyped": "^0.2.
|
|
120
|
+
"@powerlines/plugin-tsdown": "^0.1.220",
|
|
121
|
+
"@powerlines/plugin-untyped": "^0.2.220",
|
|
122
122
|
"@storm-software/testing-tools": "^1.119.75",
|
|
123
|
-
"@types/node": "^22.19.
|
|
123
|
+
"@types/node": "^22.19.9",
|
|
124
124
|
"eslint-flat-config-utils": "2.1.4",
|
|
125
125
|
"jsonc-eslint-parser": "^2.4.2"
|
|
126
126
|
},
|
|
127
127
|
"publishConfig": { "access": "public" },
|
|
128
128
|
"executors": "./executors.json",
|
|
129
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "2905cdd0c86c5c4f8b4205e82fd180ee0b97351e"
|
|
130
130
|
}
|