@powerlines/plugin-open-feature 0.1.261 → 0.1.262
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.
- 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.
|
|
3
|
+
"version": "0.1.262",
|
|
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,10 +157,10 @@
|
|
|
157
157
|
"@alloy-js/typescript": "^0.24.0",
|
|
158
158
|
"@openfeature/core": "^1.11.0",
|
|
159
159
|
"@openfeature/server-sdk": "^1.22.0",
|
|
160
|
-
"@power-plant/alloy-js": "^0.0.
|
|
161
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
162
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
163
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
160
|
+
"@power-plant/alloy-js": "^0.0.43",
|
|
161
|
+
"@powerlines/plugin-alloy": "^0.26.257",
|
|
162
|
+
"@powerlines/plugin-automd": "^0.1.625",
|
|
163
|
+
"@powerlines/plugin-plugin": "^0.12.576",
|
|
164
164
|
"@storm-software/config-tools": "^1.190.109",
|
|
165
165
|
"@stryke/convert": "^0.7.29",
|
|
166
166
|
"@stryke/env": "^0.20.116",
|
|
@@ -173,12 +173,12 @@
|
|
|
173
173
|
"automd": "^0.4.3",
|
|
174
174
|
"c12": "^3.3.4",
|
|
175
175
|
"defu": "^6.1.7",
|
|
176
|
-
"powerlines": "^0.47.
|
|
176
|
+
"powerlines": "^0.47.164"
|
|
177
177
|
},
|
|
178
178
|
"devDependencies": {
|
|
179
179
|
"@openfeature/flagd-provider": "^0.14.0",
|
|
180
180
|
"@types/node": "^25.9.5"
|
|
181
181
|
},
|
|
182
182
|
"publishConfig": { "access": "public" },
|
|
183
|
-
"gitHead": "
|
|
183
|
+
"gitHead": "8aa806e30483fcffb4df428f8a049606ccd70f6b"
|
|
184
184
|
}
|