@powerlines/engine 0.49.59 → 0.49.60

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 +15 -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/powerlines/banner-1280x640-dark.gif">
9
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/powerlines/banner-1280x640-light.gif">
10
- <img src="https://public.storm-cdn.com/powerlines/banner-1280x640-dark.gif" width="100%" alt="Powerlines" />
8
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/powerlines/media/banner-1280x640-dark.gif">
9
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/powerlines/media/banner-1280x640-light.gif">
10
+ <img src="https://public.storm-cdn.com/powerlines/media/banner-1280x640-dark.gif" width="100%" alt="Powerlines" />
11
11
  </picture>
12
12
  </div>
13
13
  <br />
@@ -252,9 +252,9 @@ specification. Contributions of any kind welcome!
252
252
 
253
253
  <div align="center">
254
254
  <picture>
255
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
256
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
257
- <img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
255
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp">
256
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-light.webp">
257
+ <img src="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
258
258
  </picture>
259
259
  </div>
260
260
  <br />
@@ -282,7 +282,15 @@ If this sounds interesting, and you would like to help us in creating the next g
282
282
 
283
283
  <br />
284
284
 
285
- <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>
285
+ <div align="center">
286
+ <a href="https://stormsoftware.com" target="_blank">
287
+ <picture>
288
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp">
289
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-light.webp">
290
+ <img src="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp" width="200px" alt="Storm Software" />
291
+ </picture>
292
+ </a>
293
+ </div>
286
294
  <br />
287
295
  <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>
288
296
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/engine",
3
- "version": "0.49.59",
3
+ "version": "0.49.60",
4
4
  "private": false,
5
5
  "description": "An internal package containing the core engine modules for Powerlines.",
6
6
  "homepage": "https://stormsoftware.com",
@@ -120,9 +120,9 @@
120
120
  "types": "./dist/index.d.cts",
121
121
  "files": ["dist"],
122
122
  "dependencies": {
123
- "@powerlines/core": "^0.48.57",
124
- "@storm-software/config": "^1.137.86",
125
- "@storm-software/config-tools": "^1.190.54",
123
+ "@powerlines/core": "^0.48.58",
124
+ "@storm-software/config": "^1.138.6",
125
+ "@storm-software/config-tools": "^1.190.69",
126
126
  "@stryke/async": "^0.1.12",
127
127
  "@stryke/convert": "^0.7.15",
128
128
  "@stryke/env": "^0.20.102",
@@ -151,10 +151,10 @@
151
151
  "unplugin": "^3.0.0"
152
152
  },
153
153
  "devDependencies": {
154
- "@storm-software/testing-tools": "^1.119.207",
154
+ "@storm-software/testing-tools": "^1.119.222",
155
155
  "@stryke/types": "^0.12.12",
156
156
  "@types/node": "^25.9.3",
157
157
  "typescript": "^6.0.3"
158
158
  },
159
- "gitHead": "8952d4334a9c907f2d492ae9419ad0bbf50b0533"
159
+ "gitHead": "7bc932dbec843729ebecf5a95f0f31ff9d53f4da"
160
160
  }