create-storm-workspace 1.97.69 → 1.97.70

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,13 @@
1
- ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320-optimized.gif)
1
+ ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/optimized/banner-1280x320.gif)
2
2
 
3
3
  # Changelog for Storm Ops - Create Storm Workspace
4
4
 
5
+ ## [1.97.69](https://github.com/storm-software/storm-ops/releases/tag/create-storm-workspace%401.97.69) (12/17/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **config-tools** to **v1.188.69**
10
+
5
11
  ## [1.97.68](https://github.com/storm-software/storm-ops/releases/tag/create-storm-workspace%401.97.68) (12/16/2025)
6
12
 
7
13
  ### Updated Dependencies
@@ -136,10 +142,6 @@
136
142
 
137
143
  - Updated **config-tools** to **v1.188.52**
138
144
 
139
- ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.gif)
140
-
141
- # Changelog for Storm Ops - Create Storm Workspace
142
-
143
145
  ## [1.97.51](https://github.com/storm-software/storm-ops/releases/tag/create-storm-workspace%401.97.51) (12/04/2025)
144
146
 
145
147
  ### Miscellaneous
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/storm-software/banner-1280x640-dark-optimized.gif">
9
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-light-optimized.gif">
10
- <img src="https://public.storm-cdn.com/storm-software/banner-1280x640-dark-optimized.gif" width="100%" alt="Storm Software" />
8
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/optimized/banner-1280x640-dark.gif">
9
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/optimized/banner-1280x640-light.gif">
10
+ <img src="https://public.storm-cdn.com/storm-software/optimized/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
11
11
  </picture>
12
12
  </div>
13
13
  <br />
@@ -238,9 +238,9 @@ specification. Contributions of any kind welcome!
238
238
 
239
239
  <div align="center">
240
240
  <picture>
241
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp">
242
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light-optimized.webp">
243
- <img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp" width="100%" alt="Storm Software" />
241
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/optimized/banner-1280x320-dark.webp">
242
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/optimized/banner-1280x320-light.webp">
243
+ <img src="https://public.storm-cdn.com/storm-software/optimized/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
244
244
  </picture>
245
245
  </div>
246
246
  <br />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-storm-workspace",
3
- "version": "1.97.69",
3
+ "version": "1.97.70",
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.2.3"
45
45
  },
46
46
  "publishConfig": { "access": "public" },
47
- "gitHead": "d8aee7840461402f9b37d069474ccd3ea5fda31d"
47
+ "gitHead": "ae090c42b3fb6c2826b532016af90a62bfe57349"
48
48
  }