@powerlines/plugin-open-feature 0.1.6 → 0.1.7
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 +9 -9
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.7",
|
|
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.
|
|
175
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
176
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
177
|
-
"@storm-software/config-tools": "^1.189.
|
|
174
|
+
"@powerlines/plugin-alloy": "^0.26.2",
|
|
175
|
+
"@powerlines/plugin-automd": "^0.1.386",
|
|
176
|
+
"@powerlines/plugin-plugin": "^0.12.337",
|
|
177
|
+
"@storm-software/config-tools": "^1.189.72",
|
|
178
178
|
"@stryke/convert": "^0.6.57",
|
|
179
179
|
"@stryke/env": "^0.20.81",
|
|
180
180
|
"@stryke/fs": "^0.33.64",
|
|
@@ -184,9 +184,9 @@
|
|
|
184
184
|
"@stryke/type-checks": "^0.6.0",
|
|
185
185
|
"@stryke/types": "^0.11.2",
|
|
186
186
|
"automd": "^0.4.3",
|
|
187
|
-
"defu": "^6.1.
|
|
188
|
-
"powerlines": "^0.42.
|
|
189
|
-
"c12": "^3.3.
|
|
187
|
+
"defu": "^6.1.6",
|
|
188
|
+
"powerlines": "^0.42.27",
|
|
189
|
+
"c12": "^3.3.4"
|
|
190
190
|
},
|
|
191
191
|
"devDependencies": {
|
|
192
192
|
"@openfeature/flagd-provider": "^0.14.0",
|
|
@@ -195,5 +195,5 @@
|
|
|
195
195
|
"vite": "^8.0.3"
|
|
196
196
|
},
|
|
197
197
|
"publishConfig": { "access": "public" },
|
|
198
|
-
"gitHead": "
|
|
198
|
+
"gitHead": "36659bb9272f4247dca475613e45451f0adedcfa"
|
|
199
199
|
}
|