@powerlines/plugin-open-feature 0.1.3 → 0.1.4

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 +6 -6
package/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>🔌 Powerlines</b> monorepo. Powerlines is the "
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.1.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/powerlines)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.1.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/powerlines)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-open-feature",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin for managing Open Feature feature flags at runtime.",
6
6
  "keywords": [
@@ -171,9 +171,9 @@
171
171
  "@alloy-js/typescript": "0.23.0-dev.4",
172
172
  "@openfeature/core": "^1.9.2",
173
173
  "@openfeature/server-sdk": "^1.20.2",
174
- "@powerlines/plugin-alloy": "^0.25.69",
175
- "@powerlines/plugin-automd": "^0.1.382",
176
- "@powerlines/plugin-plugin": "^0.12.333",
174
+ "@powerlines/plugin-alloy": "^0.25.70",
175
+ "@powerlines/plugin-automd": "^0.1.383",
176
+ "@powerlines/plugin-plugin": "^0.12.334",
177
177
  "@storm-software/config-tools": "^1.189.60",
178
178
  "@stryke/convert": "^0.6.57",
179
179
  "@stryke/env": "^0.20.81",
@@ -185,7 +185,7 @@
185
185
  "@stryke/types": "^0.11.2",
186
186
  "automd": "^0.4.3",
187
187
  "defu": "^6.1.4",
188
- "powerlines": "^0.42.23",
188
+ "powerlines": "^0.42.24",
189
189
  "c12": "^3.3.3"
190
190
  },
191
191
  "devDependencies": {
@@ -195,5 +195,5 @@
195
195
  "vite": "^8.0.3"
196
196
  },
197
197
  "publishConfig": { "access": "public" },
198
- "gitHead": "4042ae8096ab1aae106c743a39ee41047307dce3"
198
+ "gitHead": "7230bc7bb8f070d2188b0cade2e512c042f50783"
199
199
  }