@powerlines/plugin-open-feature 0.1.171 → 0.1.172

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-open-feature",
3
- "version": "0.1.171",
3
+ "version": "0.1.172",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin for managing Open Feature feature flags at runtime.",
6
6
  "keywords": [
@@ -84,7 +84,7 @@
84
84
  "@alloy-js/typescript": "^0.23.0",
85
85
  "@openfeature/core": "^1.10.0",
86
86
  "@openfeature/server-sdk": "^1.21.0",
87
- "@powerlines/plugin-alloy": "^0.26.166",
87
+ "@powerlines/plugin-alloy": "0.26.167",
88
88
  "@powerlines/plugin-automd": "^0.1.537",
89
89
  "@powerlines/plugin-plugin": "^0.12.488",
90
90
  "@storm-software/config-tools": "^1.190.33",
@@ -107,5 +107,5 @@
107
107
  "@types/node": "^25.9.1"
108
108
  },
109
109
  "publishConfig": { "access": "public" },
110
- "gitHead": "53c5911f6d02444075c38d2965bb8361ae30f7e5"
110
+ "gitHead": "3c8e1ad5b1a50860626e97aed87ea56db57981b3"
111
111
  }