create-storm-workspace 1.81.6 → 1.81.8

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +78 -38
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,176 +1,216 @@
1
+ ## 1.81.8 (2025-01-13)
2
+
3
+ ### Continuous Integration
4
+
5
+ - **unbuild:** Update the build configuration to properly bundle for node
6
+ ([72be421b](https://github.com/storm-software/storm-ops/commit/72be421b))
7
+
8
+ ## 1.81.7 (2025-01-13)
9
+
10
+ ### Bug Fixes
11
+
12
+ - **unbuild:** Resolved issue with distribution package
13
+ ([265f38a2](https://github.com/storm-software/storm-ops/commit/265f38a2))
14
+
1
15
  ## 1.81.6 (2025-01-12)
2
16
 
3
17
  ### Miscellaneous
4
18
 
5
- - **monorepo:** Regenerate README markdown files ([a104880f](https://github.com/storm-software/storm-ops/commit/a104880f))
19
+ - **monorepo:** Regenerate README markdown files
20
+ ([a104880f](https://github.com/storm-software/storm-ops/commit/a104880f))
6
21
 
7
22
  ## 1.81.5 (2025-01-12)
8
23
 
9
24
  ### Bug Fixes
10
25
 
11
- - **eslint:** Resolve stack overflow error on eslint configuration load ([f66752ac](https://github.com/storm-software/storm-ops/commit/f66752ac))
26
+ - **eslint:** Resolve stack overflow error on eslint configuration load
27
+ ([f66752ac](https://github.com/storm-software/storm-ops/commit/f66752ac))
12
28
 
13
29
  ## 1.81.4 (2025-01-11)
14
30
 
15
31
  ### Bug Fixes
16
32
 
17
- - **eslint:** Resolved issue with the bundling process ([d06b6588](https://github.com/storm-software/storm-ops/commit/d06b6588))
33
+ - **eslint:** Resolved issue with the bundling process
34
+ ([d06b6588](https://github.com/storm-software/storm-ops/commit/d06b6588))
18
35
 
19
36
  ## 1.81.3 (2025-01-11)
20
37
 
21
38
  ### Bug Fixes
22
39
 
23
- - **workspace-tools:** Resolve issue loading pnpm workspace's catalog dependencies ([1199e24f](https://github.com/storm-software/storm-ops/commit/1199e24f))
40
+ - **workspace-tools:** Resolve issue loading pnpm workspace's catalog
41
+ dependencies
42
+ ([1199e24f](https://github.com/storm-software/storm-ops/commit/1199e24f))
24
43
 
25
44
  ## 1.81.2 (2025-01-11)
26
45
 
27
46
  ### Miscellaneous
28
47
 
29
- - **workspace-tools:** Added additional logging for pnpm dependency updates process ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
30
-
31
-
48
+ - **workspace-tools:** Added additional logging for pnpm dependency updates
49
+ process
50
+ ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
32
51
 
33
52
  ## 1.81.0 (2025-01-02)
34
53
 
35
54
  ### Features
36
55
 
37
- - **workspace-tools:** Removed old dynamically imported modules ([56f84500](https://github.com/storm-software/storm-ops/commit/56f84500))
56
+ - **workspace-tools:** Removed old dynamically imported modules
57
+ ([56f84500](https://github.com/storm-software/storm-ops/commit/56f84500))
38
58
 
39
59
  ## 1.80.2 (2025-01-02)
40
60
 
41
61
  ### Bug Fixes
42
62
 
43
- - **storm-ops:** Resolve issue preventing release publishing ([92c10eae](https://github.com/storm-software/storm-ops/commit/92c10eae))
63
+ - **storm-ops:** Resolve issue preventing release publishing
64
+ ([92c10eae](https://github.com/storm-software/storm-ops/commit/92c10eae))
44
65
 
45
66
  ## 1.80.1 (2025-01-02)
46
67
 
47
68
  ### Bug Fixes
48
69
 
49
- - **create-storm-workspace:** Resolve issue with missing external libraries ([8e8cab97](https://github.com/storm-software/storm-ops/commit/8e8cab97))
70
+ - **create-storm-workspace:** Resolve issue with missing external libraries
71
+ ([8e8cab97](https://github.com/storm-software/storm-ops/commit/8e8cab97))
50
72
 
51
73
  ## 1.80.0 (2024-12-30)
52
74
 
53
75
  ### Features
54
76
 
55
- - **storm-ops:** Completed enhancement around `catalog` and `workspace` dependency upgrades ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
77
+ - **storm-ops:** Completed enhancement around `catalog` and `workspace`
78
+ dependency upgrades
79
+ ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
56
80
 
57
81
  ### Dependency Upgrades
58
82
 
59
- - **storm-ops:** Added consistent `@types/node` versions across repository ([a569536d](https://github.com/storm-software/storm-ops/commit/a569536d))
83
+ - **storm-ops:** Added consistent `@types/node` versions across repository
84
+ ([a569536d](https://github.com/storm-software/storm-ops/commit/a569536d))
60
85
 
61
86
  ## 1.79.1 (2024-12-18)
62
87
 
63
88
  ### Bug Fixes
64
89
 
65
- - **storm-ops:** Resolved issue with ESM resolve error during postinstall script execution ([82389510](https://github.com/storm-software/storm-ops/commit/82389510))
90
+ - **storm-ops:** Resolved issue with ESM resolve error during postinstall script
91
+ execution
92
+ ([82389510](https://github.com/storm-software/storm-ops/commit/82389510))
66
93
 
67
94
  ### Dependency Upgrades
68
95
 
69
- - **storm-ops:** Upgrade Nx package to v20.2.2 ([d793912d](https://github.com/storm-software/storm-ops/commit/d793912d))
96
+ - **storm-ops:** Upgrade Nx package to v20.2.2
97
+ ([d793912d](https://github.com/storm-software/storm-ops/commit/d793912d))
70
98
 
71
99
  ## 1.79.0 (2024-12-01)
72
100
 
73
101
  ### Features
74
102
 
75
- - **storm-ops:** Added `lint-sherif` script to the CI workflow ([906e0c2b](https://github.com/storm-software/storm-ops/commit/906e0c2b))
103
+ - **storm-ops:** Added `lint-sherif` script to the CI workflow
104
+ ([906e0c2b](https://github.com/storm-software/storm-ops/commit/906e0c2b))
76
105
 
77
106
  ## 1.78.0 (2024-11-30)
78
107
 
79
108
  ### Features
80
109
 
81
- - **storm-ops:** Added `sherif` and `knip` linting to CI pipeline ([181d782a](https://github.com/storm-software/storm-ops/commit/181d782a))
110
+ - **storm-ops:** Added `sherif` and `knip` linting to CI pipeline
111
+ ([181d782a](https://github.com/storm-software/storm-ops/commit/181d782a))
82
112
 
83
113
  ## 1.77.0 (2024-11-18)
84
114
 
85
115
  ### Features
86
116
 
87
- - **build-tools:** Allow default package.json exports by no longer overriding them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))
117
+ - **build-tools:** Allow default package.json exports by no longer overriding
118
+ them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))
88
119
 
89
120
  ## 1.76.1 (2024-11-10)
90
121
 
91
122
  ### Bug Fixes
92
123
 
93
- - **config-tools:** Ensure trace logging is not marked as system logging ([e8dca171](https://github.com/storm-software/storm-ops/commit/e8dca171))
124
+ - **config-tools:** Ensure trace logging is not marked as system logging
125
+ ([e8dca171](https://github.com/storm-software/storm-ops/commit/e8dca171))
94
126
 
95
127
  ## 1.76.0 (2024-11-08)
96
128
 
97
129
  ### Features
98
130
 
99
- - **build-tools:** Added back cjs build and local package.json dependencies ([d86d3c2a](https://github.com/storm-software/storm-ops/commit/d86d3c2a))
131
+ - **build-tools:** Added back cjs build and local package.json dependencies
132
+ ([d86d3c2a](https://github.com/storm-software/storm-ops/commit/d86d3c2a))
100
133
 
101
134
  ## 1.75.0 (2024-11-07)
102
135
 
103
136
  ### Features
104
137
 
105
- - **config:** Add the `danger` color token ([06dba937](https://github.com/storm-software/storm-ops/commit/06dba937))
138
+ - **config:** Add the `danger` color token
139
+ ([06dba937](https://github.com/storm-software/storm-ops/commit/06dba937))
106
140
 
107
141
  ## 1.74.0 (2024-11-01)
108
142
 
109
143
  ### Features
110
144
 
111
- - **eslint:** Resolve type issues with Nx plugin in preset ([d27162e2](https://github.com/storm-software/storm-ops/commit/d27162e2))
145
+ - **eslint:** Resolve type issues with Nx plugin in preset
146
+ ([d27162e2](https://github.com/storm-software/storm-ops/commit/d27162e2))
112
147
 
113
148
  ## 1.73.0 (2024-10-31)
114
149
 
115
150
  ### Features
116
151
 
117
- - **storm-ops:** Upgrade the Nx package versions used in the repository ([369fad24](https://github.com/storm-software/storm-ops/commit/369fad24))
152
+ - **storm-ops:** Upgrade the Nx package versions used in the repository
153
+ ([369fad24](https://github.com/storm-software/storm-ops/commit/369fad24))
118
154
 
119
155
  ## 1.72.0 (2024-08-03)
120
156
 
121
-
122
157
  ### Features
123
158
 
124
- - **eslint:** Ignore `prefer-nullish-coalescing` for strings ([dbae2a58](https://github.com/storm-software/storm-ops/commit/dbae2a58))
159
+ - **eslint:** Ignore `prefer-nullish-coalescing` for strings
160
+ ([dbae2a58](https://github.com/storm-software/storm-ops/commit/dbae2a58))
125
161
 
126
162
  ## 1.71.0 (2024-08-03)
127
163
 
128
-
129
164
  ### Features
130
165
 
131
- - **storm-ops:** Upgrade workspace's Nx package dependencies ([5f31f734](https://github.com/storm-software/storm-ops/commit/5f31f734))
166
+ - **storm-ops:** Upgrade workspace's Nx package dependencies
167
+ ([5f31f734](https://github.com/storm-software/storm-ops/commit/5f31f734))
132
168
 
133
169
  ## 1.70.1 (2024-08-03)
134
170
 
135
-
136
171
  ### Bug Fixes
137
172
 
138
- - **build-tools:** Resolved issue with the entry name parameter in unbuild config ([f5e5dbdd](https://github.com/storm-software/storm-ops/commit/f5e5dbdd))
173
+ - **build-tools:** Resolved issue with the entry name parameter in unbuild
174
+ config
175
+ ([f5e5dbdd](https://github.com/storm-software/storm-ops/commit/f5e5dbdd))
139
176
 
140
177
  ## 1.70.0 (2024-08-02)
141
178
 
142
-
143
179
  ### Features
144
180
 
145
- - **build-tools:** Update the unbuild configuration to get exports from `package.json` files ([bb2fc78f](https://github.com/storm-software/storm-ops/commit/bb2fc78f))
181
+ - **build-tools:** Update the unbuild configuration to get exports from
182
+ `package.json` files
183
+ ([bb2fc78f](https://github.com/storm-software/storm-ops/commit/bb2fc78f))
146
184
 
147
185
  ## 1.69.0 (2024-08-02)
148
186
 
149
-
150
187
  ### Features
151
188
 
152
- - **terraform-tools:** Update build to exclude other storm package from the distribution ([96294aac](https://github.com/storm-software/storm-ops/commit/96294aac))
189
+ - **terraform-tools:** Update build to exclude other storm package from the
190
+ distribution
191
+ ([96294aac](https://github.com/storm-software/storm-ops/commit/96294aac))
153
192
 
154
193
  ## 1.68.2 (2024-08-02)
155
194
 
156
-
157
195
  ### Bug Fixes
158
196
 
159
- - **create-storm-workspace:** Upgrade the package.json to include `peerDependencies` ([f15d7eb4](https://github.com/storm-software/storm-ops/commit/f15d7eb4))
197
+ - **create-storm-workspace:** Upgrade the package.json to include
198
+ `peerDependencies`
199
+ ([f15d7eb4](https://github.com/storm-software/storm-ops/commit/f15d7eb4))
160
200
 
161
201
  ## 1.68.1 (2024-07-31)
162
202
 
163
-
164
203
  ### Bug Fixes
165
204
 
166
- - **build-tools:** Remove unused plugin from unbuild ([ad8a5991](https://github.com/storm-software/storm-ops/commit/ad8a5991))
205
+ - **build-tools:** Remove unused plugin from unbuild
206
+ ([ad8a5991](https://github.com/storm-software/storm-ops/commit/ad8a5991))
167
207
 
168
208
  ## 1.68.0 (2024-07-31)
169
209
 
170
-
171
210
  ### Features
172
211
 
173
- - **create-storm-workspace:** Configure workspace to include GitHub ([eea71de7](https://github.com/storm-software/storm-ops/commit/eea71de7))
212
+ - **create-storm-workspace:** Configure workspace to include GitHub
213
+ ([eea71de7](https://github.com/storm-software/storm-ops/commit/eea71de7))
174
214
 
175
215
  ## 1.67.0 (2024-07-17)
176
216
 
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-1.81.5-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-1.81.8-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"create-storm-workspace","version":"1.81.6","type":"commonjs","description":"⚡A CLI tool used to generate and fully configure a Storm Workspace repository.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/create-storm-workspace"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache License 2.0","private":false,"bin":{"create-storm-workspace":"./index.js"},"typings":"./src/index.d.ts","keywords":["monorepo","open-system","storm","storm-ops","storm-stack","stormstack","sullivanpj"],"peerDependencies":{"@nx/devkit":"^20.3.1","nx":"^20.3.1"},"peerDependenciesMeta":{"@nx/devkit":{"optional":false},"nx":{"optional":false}},"dependencies":{"@nx/workspace":"^20.3.1","create-nx-workspace":"^20.3.1","enquirer":"2.4.1"},"devDependencies":{"@nx/devkit":"^20.3.1","@types/node":"^22.10.2","nx":"^20.3.1"},"publishConfig":{"access":"public"}}
1
+ {"name":"create-storm-workspace","version":"1.81.8","type":"commonjs","description":"⚡A CLI tool used to generate and fully configure a Storm Workspace repository.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/create-storm-workspace"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache License 2.0","private":false,"bin":{"create-storm-workspace":"./index.js"},"typings":"./src/index.d.ts","keywords":["monorepo","open-system","storm","storm-ops","storm-stack","stormstack","sullivanpj"],"peerDependencies":{"@nx/devkit":"^20.3.1","nx":"^20.3.1"},"peerDependenciesMeta":{"@nx/devkit":{"optional":false},"nx":{"optional":false}},"dependencies":{"@nx/workspace":"^20.3.1","create-nx-workspace":"^20.3.1","enquirer":"2.4.1"},"devDependencies":{"@nx/devkit":"^20.3.1","@types/node":"^22.10.2","nx":"^20.3.1"},"publishConfig":{"access":"public"}}