create-storm-workspace 1.97.85 → 1.97.87
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 +21 -0
- package/README.md +1 -1
- package/index.js +1 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Create Storm Workspace
|
|
4
4
|
|
|
5
|
+
## [1.97.86](https://github.com/storm-software/storm-ops/releases/tag/create-storm-workspace%401.97.86) (02/18/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update `README.md` files ([3755247b8](https://github.com/storm-software/storm-ops/commit/3755247b8))
|
|
10
|
+
- **monorepo:** Update workspace's `README.md` files ([b31df09bc](https://github.com/storm-software/storm-ops/commit/b31df09bc))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **config-tools** to **v1.189.5**
|
|
15
|
+
|
|
16
|
+
## [1.97.85](https://github.com/storm-software/storm-ops/releases/tag/create-storm-workspace%401.97.85) (02/18/2026)
|
|
17
|
+
|
|
18
|
+
### Miscellaneous
|
|
19
|
+
|
|
20
|
+
- **monorepo:** Update workspace's `README.md` files ([b86377730](https://github.com/storm-software/storm-ops/commit/b86377730))
|
|
21
|
+
|
|
22
|
+
### Updated Dependencies
|
|
23
|
+
|
|
24
|
+
- Updated **config-tools** to **v1.189.4**
|
|
25
|
+
|
|
5
26
|
## [1.97.84](https://github.com/storm-software/storm-ops/releases/tag/create-storm-workspace%401.97.84) (02/18/2026)
|
|
6
27
|
|
|
7
28
|
### Updated Dependencies
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/index.js
CHANGED
|
@@ -310,9 +310,7 @@ ${r.gray(Ra())} ${r.hex(i.debug??Qn.dark.debug)(`[${Da[yr.DEBUG]} Debug] `)}${r.
|
|
|
310
310
|
${r.gray(Ra())} ${r.hex("#bbbbbb")(`[${Da[yr.TRACE]} Trace] `)}${r.bold.whiteBright(Wn(s))}
|
|
311
311
|
`)}:s=>{console.log(`
|
|
312
312
|
${r.gray(Ra())} ${r.hex(i.brand??Qn.dark.brand)(`[${Da[yr.ALL]} System] `)}${r.bold.whiteBright(Wn(s))}
|
|
313
|
-
`)}},q$=(e,t)=>Yd(zt.FATAL,t)(e);var V$=(e,t)=>Yd(zt.WARN,t)(e),UB=(e,t)=>Yd(zt.INFO,t)(e),G$=(e,t)=>Yd(zt.SUCCESS,t)(e);var Wd=(e,t)=>Yd(zt.TRACE,t)(e);var H$=e=>{let t=new Date;return()=>{console.info(`
|
|
314
|
-
> \u23F1\uFE0F The${e?` ${e}`:""} process took ${l$(t,{includeSeconds:!0})} to complete
|
|
315
|
-
`)}},Kse=6,Wn=(e,t={},r=0)=>{if(r>Kse)return"<max depth>";let i=t.prefix??"-",n=t.skip??[];return typeof e>"u"||e===null||!e&&typeof e!="boolean"?"<none>":typeof e=="string"?e:Array.isArray(e)?`
|
|
313
|
+
`)}},q$=(e,t)=>Yd(zt.FATAL,t)(e);var V$=(e,t)=>Yd(zt.WARN,t)(e),UB=(e,t)=>Yd(zt.INFO,t)(e),G$=(e,t)=>Yd(zt.SUCCESS,t)(e);var Wd=(e,t)=>Yd(zt.TRACE,t)(e);var H$=e=>{let t=new Date;return()=>{console.info(`> \u23F1 The${e?` ${e}`:""} process took ${l$(t,{includeSeconds:!0})} to complete`)}},Kse=6,Wn=(e,t={},r=0)=>{if(r>Kse)return"<max depth>";let i=t.prefix??"-",n=t.skip??[];return typeof e>"u"||e===null||!e&&typeof e!="boolean"?"<none>":typeof e=="string"?e:Array.isArray(e)?`
|
|
316
314
|
${e.map((s,o)=>` ${i}> #${o} = ${Wn(s,{prefix:`${i}-`,skip:n},r+1)}`).join(`
|
|
317
315
|
`)}`:typeof e=="object"?`
|
|
318
316
|
${Object.keys(e).filter(s=>!n.includes(s)).map(s=>` ${i}> ${s} = ${Xse(e[s])?"<function>":typeof e[s]=="object"?Wn(e[s],{prefix:`${i}-`,skip:n},r+1):e[s]}`).join(`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-storm-workspace",
|
|
3
|
-
"version": "1.97.
|
|
3
|
+
"version": "1.97.87",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "⚡A CLI tool used to generate and fully configure a Storm Workspace repository.",
|
|
6
6
|
"repository": {
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"nx": "^22.5.1"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": { "access": "public" },
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "f9611db126b33c60336faef7eeff63eb1e8031b7"
|
|
48
48
|
}
|