@shell-shock/preset-cli 0.9.18 → 0.9.19

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 +1 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -249,7 +249,7 @@ generation of development tools, please reach out on our
249
249
 
250
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>
251
251
  <br />
252
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
252
+ <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
253
 
254
254
  <br />
255
255
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/preset-cli",
3
- "version": "0.9.18",
3
+ "version": "0.9.19",
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": [
@@ -184,15 +184,15 @@
184
184
  "@powerlines/deepkit": "^0.8.2",
185
185
  "@powerlines/plugin-alloy": "^0.26.18",
186
186
  "@powerlines/plugin-plugin": "^0.12.350",
187
- "@shell-shock/core": "^0.17.6",
188
- "@shell-shock/plugin-banner": "^0.1.33",
189
- "@shell-shock/plugin-completions": "^0.4.14",
190
- "@shell-shock/plugin-console": "^0.2.10",
191
- "@shell-shock/plugin-help": "^0.2.24",
192
- "@shell-shock/plugin-prompts": "^0.3.47",
193
- "@shell-shock/plugin-theme": "^0.4.19",
194
- "@shell-shock/plugin-upgrade": "^0.1.51",
195
- "@shell-shock/preset-script": "^0.6.61",
187
+ "@shell-shock/core": "^0.17.7",
188
+ "@shell-shock/plugin-banner": "^0.1.34",
189
+ "@shell-shock/plugin-completions": "^0.4.15",
190
+ "@shell-shock/plugin-console": "^0.2.11",
191
+ "@shell-shock/plugin-help": "^0.2.25",
192
+ "@shell-shock/plugin-prompts": "^0.3.48",
193
+ "@shell-shock/plugin-theme": "^0.4.20",
194
+ "@shell-shock/plugin-upgrade": "^0.1.52",
195
+ "@shell-shock/preset-script": "^0.6.62",
196
196
  "@stryke/path": "^0.27.4",
197
197
  "@stryke/string-format": "^0.17.9",
198
198
  "@stryke/type-checks": "^0.6.1",
@@ -256,5 +256,5 @@
256
256
  "uc.micro": "2.1.0",
257
257
  "wrap-ansi": "10.0.0"
258
258
  },
259
- "gitHead": "592aee8162fccb2d8547f6cf31b820aca3ae13ec"
259
+ "gitHead": "dcc6ef2c66de17416af3242b25b977c49974b4a1"
260
260
  }