@shell-shock/plugin-prompts 0.3.46 → 0.3.48

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 +9 -9
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/plugin-prompts",
3
- "version": "0.3.46",
3
+ "version": "0.3.48",
4
4
  "type": "module",
5
5
  "description": "A package containing a Shell Shock plugin to generate the `prompts` built-in module.",
6
6
  "repository": {
@@ -126,16 +126,16 @@
126
126
  "dependencies": {
127
127
  "@alloy-js/core": "0.23.0-dev.8",
128
128
  "@alloy-js/typescript": "0.23.0-dev.4",
129
- "@powerlines/deepkit": "^0.8.1",
130
- "@powerlines/plugin-alloy": "^0.26.16",
131
- "@powerlines/plugin-plugin": "^0.12.348",
132
- "@shell-shock/core": "^0.17.5",
133
- "@shell-shock/plugin-theme": "^0.4.18",
129
+ "@powerlines/deepkit": "^0.8.2",
130
+ "@powerlines/plugin-alloy": "^0.26.18",
131
+ "@powerlines/plugin-plugin": "^0.12.350",
132
+ "@shell-shock/core": "^0.17.7",
133
+ "@shell-shock/plugin-theme": "^0.4.20",
134
134
  "defu": "^6.1.7",
135
- "powerlines": "^0.42.38"
135
+ "powerlines": "^0.42.40"
136
136
  },
137
137
  "devDependencies": {
138
- "@powerlines/plugin-deepkit": "^0.11.278",
138
+ "@powerlines/plugin-deepkit": "^0.11.280",
139
139
  "@types/node": "^25.6.0"
140
140
  },
141
141
  "publishConfig": {
@@ -153,5 +153,5 @@
153
153
  "./package.json": "./package.json"
154
154
  }
155
155
  },
156
- "gitHead": "6ef904ba0c05e26d17cc27465a09c535d6fd6b3c"
156
+ "gitHead": "dcc6ef2c66de17416af3242b25b977c49974b4a1"
157
157
  }