@shell-shock/unified 0.2.4 → 0.2.5
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -253,7 +253,7 @@ generation of development tools, please reach out on our
|
|
|
253
253
|
|
|
254
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>
|
|
255
255
|
<br />
|
|
256
|
-
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-
|
|
256
|
+
<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
257
|
|
|
258
258
|
<br />
|
|
259
259
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/unified",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
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"],
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
"files": ["dist/**/*"],
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"@mdit/plugin-alert": "^0.23.2",
|
|
94
|
-
"@shell-shock/core": "^0.17.
|
|
95
|
-
"@shell-shock/plugin-theme": "^0.4.
|
|
94
|
+
"@shell-shock/core": "^0.17.7",
|
|
95
|
+
"@shell-shock/plugin-theme": "^0.4.20",
|
|
96
96
|
"@stryke/path": "^0.27.4",
|
|
97
97
|
"@stryke/string-format": "^0.17.9",
|
|
98
98
|
"@stryke/type-checks": "^0.6.1",
|
|
@@ -121,5 +121,5 @@
|
|
|
121
121
|
"@types/node": "^25.6.0"
|
|
122
122
|
},
|
|
123
123
|
"publishConfig": { "access": "public" },
|
|
124
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "dcc6ef2c66de17416af3242b25b977c49974b4a1"
|
|
125
125
|
}
|