@shell-shock/unified 0.2.19 → 0.2.20

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 +6 -6
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 />
@@ -217,9 +217,9 @@ specification. Contributions of any kind welcome!
217
217
 
218
218
  <div align="center">
219
219
  <picture>
220
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
221
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
222
- <img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
220
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp">
221
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-light.webp">
222
+ <img src="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
223
223
  </picture>
224
224
  </div>
225
225
  <br />
@@ -251,8 +251,17 @@ generation of development tools, please reach out on our
251
251
 
252
252
  <br />
253
253
 
254
- <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>
254
+ <div align="center">
255
+ <a href="https://stormsoftware.com" target="_blank">
256
+ <picture>
257
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp">
258
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-light.webp">
259
+ <img src="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp" width="200px" alt="Storm Software" />
260
+ </picture>
261
+ </a>
262
+ </div>
255
263
  <br />
264
+
256
265
  <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>
257
266
 
258
267
  <br />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/unified",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "private": false,
5
5
  "description": "A package containing a Shell Shock plugin to generate unified built-in modules that display information about the application.",
6
6
  "keywords": ["unified", "shell-shock", "powerlines", "storm-software"],
@@ -58,8 +58,8 @@
58
58
  "files": ["dist/**/*"],
59
59
  "dependencies": {
60
60
  "@mdit/plugin-alert": "^0.23.2",
61
- "@shell-shock/core": "0.17.21",
62
- "@shell-shock/plugin-theme": "0.4.34",
61
+ "@shell-shock/core": "0.17.22",
62
+ "@shell-shock/plugin-theme": "0.4.35",
63
63
  "@stryke/path": "^0.29.11",
64
64
  "@stryke/string-format": "^0.17.26",
65
65
  "@stryke/type-checks": "^0.6.17",
@@ -79,14 +79,14 @@
79
79
  "markdown-it-task-lists": "^2.1.1",
80
80
  "normalize-html-whitespace": "^1.0.0",
81
81
  "parse5": "^8.0.1",
82
- "powerlines": "^0.47.134",
82
+ "powerlines": "^0.47.137",
83
83
  "terminal-size": "^4.0.1",
84
84
  "wrap-ansi": "^10.0.0"
85
85
  },
86
86
  "devDependencies": {
87
- "@powerlines/plugin-tsdown": "^0.1.535",
87
+ "@powerlines/plugin-tsdown": "^0.1.538",
88
88
  "@types/node": "^25.9.3"
89
89
  },
90
90
  "publishConfig": { "access": "public" },
91
- "gitHead": "0876468f621d3b455f99de7dc3ebdd3af8883842"
91
+ "gitHead": "a6c69ec8211e244444893231fe37d7cfbe518fb1"
92
92
  }