@powerlines/plugin-open-feature 0.1.233 → 0.1.235

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 -8
  2. package/package.json +10 -10
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 />
@@ -251,9 +251,9 @@ specification. Contributions of any kind welcome!
251
251
 
252
252
  <div align="center">
253
253
  <picture>
254
- <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
255
- <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
256
- <img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
254
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp">
255
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-light.webp">
256
+ <img src="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
257
257
  </picture>
258
258
  </div>
259
259
  <br />
@@ -285,9 +285,17 @@ generation of development tools, please reach out on our
285
285
 
286
286
  <br />
287
287
 
288
- <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>
288
+ <div align="center">
289
+ <a href="https://stormsoftware.com" target="_blank">
290
+ <picture>
291
+ <source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp">
292
+ <source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-light.webp">
293
+ <img src="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp" width="200px" alt="Storm Software" />
294
+ </picture>
295
+ </a>
296
+ </div>
289
297
  <br />
290
- <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>
298
+ <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>
291
299
 
292
300
  <br />
293
301
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-open-feature",
3
- "version": "0.1.233",
3
+ "version": "0.1.235",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin for managing Open Feature feature flags at runtime.",
6
6
  "keywords": [
@@ -155,12 +155,12 @@
155
155
  "@alloy-js/json": "^0.23.0",
156
156
  "@alloy-js/markdown": "^0.23.0",
157
157
  "@alloy-js/typescript": "^0.23.0",
158
- "@openfeature/core": "^1.10.0",
159
- "@openfeature/server-sdk": "^1.21.0",
160
- "@powerlines/plugin-alloy": "^0.26.228",
161
- "@powerlines/plugin-automd": "^0.1.596",
162
- "@powerlines/plugin-plugin": "^0.12.547",
163
- "@storm-software/config-tools": "^1.190.54",
158
+ "@openfeature/core": "^1.11.0",
159
+ "@openfeature/server-sdk": "^1.22.0",
160
+ "@powerlines/plugin-alloy": "0.26.230",
161
+ "@powerlines/plugin-automd": "0.1.598",
162
+ "@powerlines/plugin-plugin": "0.12.549",
163
+ "@storm-software/config-tools": "^1.190.69",
164
164
  "@stryke/convert": "^0.7.15",
165
165
  "@stryke/env": "^0.20.102",
166
166
  "@stryke/fs": "^0.33.85",
@@ -171,14 +171,14 @@
171
171
  "@stryke/types": "^0.12.12",
172
172
  "automd": "^0.4.3",
173
173
  "defu": "^6.1.7",
174
- "powerlines": "^0.47.135",
174
+ "powerlines": "0.47.137",
175
175
  "c12": "^3.3.4"
176
176
  },
177
177
  "devDependencies": {
178
178
  "@openfeature/flagd-provider": "^0.14.0",
179
- "@openfeature/server-sdk": "^1.21.0",
179
+ "@openfeature/server-sdk": "^1.22.0",
180
180
  "@types/node": "^25.9.3"
181
181
  },
182
182
  "publishConfig": { "access": "public" },
183
- "gitHead": "8952d4334a9c907f2d492ae9419ad0bbf50b0533"
183
+ "gitHead": "e0caa13ad87b5419a945956312bb7cd2a5fb70d1"
184
184
  }