@powerlines/plugin-open-feature 0.1.231 → 0.1.233
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.
|
@@ -7,7 +7,7 @@ let _powerlines_plugin_alloy_core_components_spacing = require("@powerlines/plug
|
|
|
7
7
|
let _powerlines_plugin_alloy_typescript_components_builtin_file = require("@powerlines/plugin-alloy/typescript/components/builtin-file");
|
|
8
8
|
let _powerlines_plugin_alloy_typescript_components_tsdoc = require("@powerlines/plugin-alloy/typescript/components/tsdoc");
|
|
9
9
|
let defu = require("defu");
|
|
10
|
-
defu = require_runtime.__toESM(defu);
|
|
10
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
11
11
|
|
|
12
12
|
//#region src/components/features-builtin.tsx
|
|
13
13
|
/**
|
package/dist/index.cjs
CHANGED
|
@@ -4,10 +4,10 @@ const require_helpers_automd_generator = require('./helpers/automd-generator.cjs
|
|
|
4
4
|
const require_components_features_builtin = require('./components/features-builtin.cjs');
|
|
5
5
|
let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
6
6
|
let defu = require("defu");
|
|
7
|
-
defu = require_runtime.__toESM(defu);
|
|
7
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
8
8
|
let _powerlines_plugin_alloy_render = require("@powerlines/plugin-alloy/render");
|
|
9
9
|
let _powerlines_plugin_automd = require("@powerlines/plugin-automd");
|
|
10
|
-
_powerlines_plugin_automd = require_runtime.__toESM(_powerlines_plugin_automd);
|
|
10
|
+
_powerlines_plugin_automd = require_runtime.__toESM(_powerlines_plugin_automd, 1);
|
|
11
11
|
|
|
12
12
|
//#region src/index.tsx
|
|
13
13
|
/**
|
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.233",
|
|
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.23.0",
|
|
158
158
|
"@openfeature/core": "^1.10.0",
|
|
159
159
|
"@openfeature/server-sdk": "^1.21.0",
|
|
160
|
-
"@powerlines/plugin-alloy": "0.26.
|
|
161
|
-
"@powerlines/plugin-automd": "0.1.
|
|
162
|
-
"@powerlines/plugin-plugin": "0.12.
|
|
163
|
-
"@storm-software/config-tools": "^1.190.
|
|
160
|
+
"@powerlines/plugin-alloy": "^0.26.228",
|
|
161
|
+
"@powerlines/plugin-automd": "^0.1.596",
|
|
162
|
+
"@powerlines/plugin-plugin": "^0.12.547",
|
|
163
|
+
"@storm-software/config-tools": "^1.190.54",
|
|
164
164
|
"@stryke/convert": "^0.7.15",
|
|
165
165
|
"@stryke/env": "^0.20.102",
|
|
166
166
|
"@stryke/fs": "^0.33.85",
|
|
@@ -171,14 +171,14 @@
|
|
|
171
171
|
"@stryke/types": "^0.12.12",
|
|
172
172
|
"automd": "^0.4.3",
|
|
173
173
|
"defu": "^6.1.7",
|
|
174
|
-
"powerlines": "0.47.
|
|
174
|
+
"powerlines": "^0.47.135",
|
|
175
175
|
"c12": "^3.3.4"
|
|
176
176
|
},
|
|
177
177
|
"devDependencies": {
|
|
178
178
|
"@openfeature/flagd-provider": "^0.14.0",
|
|
179
179
|
"@openfeature/server-sdk": "^1.21.0",
|
|
180
|
-
"@types/node": "^25.9.
|
|
180
|
+
"@types/node": "^25.9.3"
|
|
181
181
|
},
|
|
182
182
|
"publishConfig": { "access": "public" },
|
|
183
|
-
"gitHead": "
|
|
183
|
+
"gitHead": "8952d4334a9c907f2d492ae9419ad0bbf50b0533"
|
|
184
184
|
}
|