@powerlines/plugin-open-feature 0.1.5 → 0.1.6

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-open-feature",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
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,10 +171,10 @@
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.26.0",
175
- "@powerlines/plugin-automd": "^0.1.384",
176
- "@powerlines/plugin-plugin": "^0.12.335",
177
- "@storm-software/config-tools": "^1.189.60",
174
+ "@powerlines/plugin-alloy": "^0.26.1",
175
+ "@powerlines/plugin-automd": "^0.1.385",
176
+ "@powerlines/plugin-plugin": "^0.12.336",
177
+ "@storm-software/config-tools": "^1.189.64",
178
178
  "@stryke/convert": "^0.6.57",
179
179
  "@stryke/env": "^0.20.81",
180
180
  "@stryke/fs": "^0.33.64",
@@ -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.25",
188
+ "powerlines": "^0.42.26",
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": "fdfc30e0bc726abf8e14067cbd334da51070d5a6"
198
+ "gitHead": "a9c2c780046fa83980901c76d9c21ab1c0276fd8"
199
199
  }