@powerlines/plugin-open-feature 0.1.310 → 0.1.311
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const
|
|
2
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C24Yb2bl.cjs');
|
|
3
3
|
let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
4
4
|
let _alloy_js_core = require("@alloy-js/core");
|
|
5
5
|
let _alloy_js_typescript = require("@alloy-js/typescript");
|
|
@@ -7,7 +7,7 @@ let _power_plant_alloy_js_core_components_spacing = require("@power-plant/alloy-
|
|
|
7
7
|
let _power_plant_alloy_js_typescript_components_tsdoc = require("@power-plant/alloy-js/typescript/components/tsdoc");
|
|
8
8
|
let _powerlines_plugin_alloy_typescript_components_builtin_file = require("@powerlines/plugin-alloy/typescript/components/builtin-file");
|
|
9
9
|
let defu = require("defu");
|
|
10
|
-
defu =
|
|
10
|
+
defu = require_rolldown_runtime.__toESM(defu, 1);
|
|
11
11
|
|
|
12
12
|
//#region src/components/features-builtin.tsx
|
|
13
13
|
/**
|
package/dist/index.cjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
2
|
-
const
|
|
2
|
+
const require_rolldown_runtime = require('./rolldown-runtime-C24Yb2bl.cjs');
|
|
3
3
|
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 =
|
|
7
|
+
defu = require_rolldown_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 =
|
|
10
|
+
_powerlines_plugin_automd = require_rolldown_runtime.__toESM(_powerlines_plugin_automd, 1);
|
|
11
11
|
|
|
12
12
|
//#region src/index.tsx
|
|
13
13
|
/**
|
|
@@ -25,4 +25,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
25
25
|
}) : target, mod));
|
|
26
26
|
|
|
27
27
|
//#endregion
|
|
28
|
-
exports
|
|
28
|
+
Object.defineProperty(exports, '__toESM', {
|
|
29
|
+
enumerable: true,
|
|
30
|
+
get: function () {
|
|
31
|
+
return __toESM;
|
|
32
|
+
}
|
|
33
|
+
});
|
package/dist/types/index.cjs
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require('./plugin.cjs');
|
package/dist/types/index.mjs
CHANGED
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.311",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin for managing Open Feature feature flags at runtime.",
|
|
6
6
|
"keywords": [
|
|
@@ -158,8 +158,8 @@
|
|
|
158
158
|
"@openfeature/core": "^1.12.0",
|
|
159
159
|
"@openfeature/server-sdk": "^1.23.0",
|
|
160
160
|
"@power-plant/alloy-js": "^0.0.85",
|
|
161
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
162
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
161
|
+
"@powerlines/plugin-alloy": "^0.26.306",
|
|
162
|
+
"@powerlines/plugin-automd": "^0.1.670",
|
|
163
163
|
"@storm-software/config-tools": "^1.190.133",
|
|
164
164
|
"@stryke/convert": "^0.7.39",
|
|
165
165
|
"@stryke/env": "^0.20.127",
|
|
@@ -176,9 +176,9 @@
|
|
|
176
176
|
},
|
|
177
177
|
"devDependencies": {
|
|
178
178
|
"@openfeature/flagd-provider": "^0.14.0",
|
|
179
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
179
|
+
"@powerlines/plugin-plugin": "^0.12.621",
|
|
180
180
|
"@types/node": "^25.9.5"
|
|
181
181
|
},
|
|
182
182
|
"publishConfig": { "access": "public" },
|
|
183
|
-
"gitHead": "
|
|
183
|
+
"gitHead": "a060bb776b719e7628c30f82d4fb4305fbcd1581"
|
|
184
184
|
}
|