@shell-shock/preset-cli 0.9.33 → 0.9.34

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 (2) hide show
  1. package/README.md +16 -7
  2. package/package.json +17 -17
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/shell-shock/banner-1280x640-dark.gif">
9
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/shell-shock/banner-1280x640-light.gif">
10
- <img src="https://public.storm-cdn.com/shell-shock/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
8
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/shell-shock/media/banner-1280x640-dark.gif">
9
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/shell-shock/media/banner-1280x640-light.gif">
10
+ <img src="https://public.storm-cdn.com/shell-shock/media/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
11
11
  </picture>
12
12
  </div>
13
13
  <br />
@@ -213,9 +213,9 @@ specification. Contributions of any kind welcome!
213
213
 
214
214
  <div align="center">
215
215
  <picture>
216
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
217
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
218
- <img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
216
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp">
217
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-light.webp">
218
+ <img src="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
219
219
  </picture>
220
220
  </div>
221
221
  <br />
@@ -247,8 +247,17 @@ 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/storm-software/icon-circle-fill-dark.png" alt="Storm Software" width="200px"/></a></div>
250
+ <div align="center">
251
+ <a href="https://stormsoftware.com" target="_blank">
252
+ <picture>
253
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp">
254
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-light.webp">
255
+ <img src="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp" width="200px" alt="Storm Software" />
256
+ </picture>
257
+ </a>
258
+ </div>
251
259
  <br />
260
+
252
261
  <div align="center"><a href="https://stormsoftware.com" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/misc/text/visit-us-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/misc/text/visit-us-light.png"><img src="https://public.storm-cdn.com/misc/text/visit-us-dark.png" height="90px" alt="Visit us at stormsoftware.com" /></picture></a></div>
253
262
 
254
263
  <br />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/preset-cli",
3
- "version": "0.9.33",
3
+ "version": "0.9.34",
4
4
  "private": false,
5
5
  "description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
6
6
  "keywords": [
@@ -181,30 +181,30 @@
181
181
  "dependencies": {
182
182
  "@alloy-js/core": "^0.23.1",
183
183
  "@alloy-js/typescript": "^0.23.0",
184
- "@powerlines/deepkit": "^0.9.88",
185
- "@powerlines/plugin-alloy": "^0.26.227",
186
- "@powerlines/plugin-plugin": "^0.12.546",
187
- "@shell-shock/core": "0.17.21",
188
- "@shell-shock/plugin-banner": "0.1.48",
189
- "@shell-shock/plugin-changelog": "0.1.24",
190
- "@shell-shock/plugin-completions": "0.4.29",
191
- "@shell-shock/plugin-console": "0.2.25",
192
- "@shell-shock/plugin-help": "0.2.39",
193
- "@shell-shock/plugin-prompts": "0.3.62",
194
- "@shell-shock/plugin-skills": "0.0.12",
195
- "@shell-shock/plugin-theme": "0.4.34",
196
- "@shell-shock/plugin-update": "0.1.66",
197
- "@shell-shock/preset-script": "0.6.76",
184
+ "@powerlines/deepkit": "^0.9.91",
185
+ "@powerlines/plugin-alloy": "^0.26.230",
186
+ "@powerlines/plugin-plugin": "^0.12.549",
187
+ "@shell-shock/core": "0.17.22",
188
+ "@shell-shock/plugin-banner": "0.1.49",
189
+ "@shell-shock/plugin-changelog": "0.1.25",
190
+ "@shell-shock/plugin-completions": "0.4.30",
191
+ "@shell-shock/plugin-console": "0.2.26",
192
+ "@shell-shock/plugin-help": "0.2.40",
193
+ "@shell-shock/plugin-prompts": "0.3.63",
194
+ "@shell-shock/plugin-skills": "0.0.13",
195
+ "@shell-shock/plugin-theme": "0.4.35",
196
+ "@shell-shock/plugin-update": "0.1.67",
197
+ "@shell-shock/preset-script": "0.6.77",
198
198
  "@stryke/path": "^0.29.11",
199
199
  "@stryke/string-format": "^0.17.26",
200
200
  "@stryke/type-checks": "^0.6.17",
201
201
  "@stryke/types": "^0.12.12",
202
202
  "defu": "^6.1.7",
203
203
  "figlet": "^1.11.0",
204
- "powerlines": "^0.47.134",
204
+ "powerlines": "^0.47.137",
205
205
  "strip-ansi": "^7.2.0"
206
206
  },
207
207
  "devDependencies": { "@stryke/types": "^0.12.12", "@types/node": "^25.9.3" },
208
208
  "publishConfig": { "access": "public" },
209
- "gitHead": "0876468f621d3b455f99de7dc3ebdd3af8883842"
209
+ "gitHead": "a6c69ec8211e244444893231fe37d7cfbe518fb1"
210
210
  }