@powerlines/plugin-open-feature 0.1.197 → 0.1.198

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-open-feature",
3
- "version": "0.1.197",
3
+ "version": "0.1.198",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin for managing Open Feature feature flags at runtime.",
6
6
  "keywords": [
@@ -157,9 +157,9 @@
157
157
  "@alloy-js/typescript": "^0.23.0",
158
158
  "@openfeature/core": "^1.10.0",
159
159
  "@openfeature/server-sdk": "^1.21.0",
160
- "@powerlines/plugin-alloy": "^0.26.192",
161
- "@powerlines/plugin-automd": "^0.1.561",
162
- "@powerlines/plugin-plugin": "^0.12.512",
160
+ "@powerlines/plugin-alloy": "^0.26.193",
161
+ "@powerlines/plugin-automd": "^0.1.562",
162
+ "@powerlines/plugin-plugin": "^0.12.513",
163
163
  "@storm-software/config-tools": "^1.190.37",
164
164
  "@stryke/convert": "^0.7.13",
165
165
  "@stryke/env": "^0.20.100",
@@ -171,7 +171,7 @@
171
171
  "@stryke/types": "^0.12.10",
172
172
  "automd": "^0.4.3",
173
173
  "defu": "^6.1.7",
174
- "powerlines": "^0.47.100",
174
+ "powerlines": "^0.47.101",
175
175
  "c12": "^3.3.4"
176
176
  },
177
177
  "devDependencies": {
@@ -180,5 +180,5 @@
180
180
  "@types/node": "^25.9.1"
181
181
  },
182
182
  "publishConfig": { "access": "public" },
183
- "gitHead": "f4ad7ee552b89cc860cb1cc2e56b20a5b779620d"
183
+ "gitHead": "64a604fd5da7312baeeb58dfcef0fd3ace15174e"
184
184
  }