@powerlines/plugin-open-feature 0.1.310 → 0.1.312

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 require_runtime = require('../_virtual/_rolldown/runtime.cjs');
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 = require_runtime.__toESM(defu, 1);
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 require_runtime = require('./_virtual/_rolldown/runtime.cjs');
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 = require_runtime.__toESM(defu, 1);
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 = require_runtime.__toESM(_powerlines_plugin_automd, 1);
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.__toESM = __toESM;
28
+ Object.defineProperty(exports, '__toESM', {
29
+ enumerable: true,
30
+ get: function () {
31
+ return __toESM;
32
+ }
33
+ });
@@ -0,0 +1 @@
1
+ require('./plugin.cjs');
@@ -1 +1,3 @@
1
+ import "./plugin.mjs";
2
+
1
3
  export { };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-open-feature",
3
- "version": "0.1.310",
3
+ "version": "0.1.312",
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,9 +157,9 @@
157
157
  "@alloy-js/typescript": "^0.24.0",
158
158
  "@openfeature/core": "^1.12.0",
159
159
  "@openfeature/server-sdk": "^1.23.0",
160
- "@power-plant/alloy-js": "^0.0.85",
161
- "@powerlines/plugin-alloy": "^0.26.305",
162
- "@powerlines/plugin-automd": "^0.1.669",
160
+ "@power-plant/alloy-js": "^0.0.86",
161
+ "@powerlines/plugin-alloy": "^0.26.307",
162
+ "@powerlines/plugin-automd": "^0.1.671",
163
163
  "@storm-software/config-tools": "^1.190.133",
164
164
  "@stryke/convert": "^0.7.39",
165
165
  "@stryke/env": "^0.20.127",
@@ -172,13 +172,13 @@
172
172
  "automd": "^0.4.3",
173
173
  "c12": "^3.3.4",
174
174
  "defu": "^6.1.7",
175
- "powerlines": "^0.47.208"
175
+ "powerlines": "^0.47.209"
176
176
  },
177
177
  "devDependencies": {
178
178
  "@openfeature/flagd-provider": "^0.14.0",
179
- "@powerlines/plugin-plugin": "^0.12.620",
179
+ "@powerlines/plugin-plugin": "^0.12.622",
180
180
  "@types/node": "^25.9.5"
181
181
  },
182
182
  "publishConfig": { "access": "public" },
183
- "gitHead": "7f9a0df69c7021d02c29a0d0c0626465686566fa"
183
+ "gitHead": "88974b224a5cdb97dbd377373c9ed7f8a8780324"
184
184
  }