@powerlines/plugin-open-feature 0.1.312 → 0.1.313

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/dist/index.cjs CHANGED
@@ -7,7 +7,6 @@ let defu = require("defu");
7
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_rolldown_runtime.__toESM(_powerlines_plugin_automd, 1);
11
10
 
12
11
  //#region src/index.tsx
13
12
  /**
@@ -28,7 +27,7 @@ const plugin = (options = {}) => {
28
27
  return { automd: (0, defu.default)(options.automd ?? {}, { generators: { features: require_helpers_automd_generator.features(this) } }) };
29
28
  }
30
29
  },
31
- (0, _powerlines_plugin_automd.default)(options.automd)
30
+ (0, _powerlines_plugin_automd.plugin)(options.automd)
32
31
  ];
33
32
  };
34
33
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.tsx"],"mappings":";;;;;YAiCY;IACR,cAAc;;;;;;cAOL,SACX,iBAAiB,2BAA2B,0BAE5C,UAAS,6BA0BJ,OAAO"}
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.tsx"],"mappings":";;;;;YAgCY;IACR,cAAc;;;;;;cAOL,SACX,iBAAiB,2BAA2B,0BAE5C,UAAS,6BA0BJ,OAAO"}
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import { FeaturesBuiltin } from "./components/features-builtin.mjs";
3
3
  import { createComponent } from "@alloy-js/core/jsx-runtime";
4
4
  import defu from "defu";
5
5
  import { render } from "@powerlines/plugin-alloy/render";
6
- import automd from "@powerlines/plugin-automd";
6
+ import { plugin as plugin$1 } from "@powerlines/plugin-automd";
7
7
 
8
8
  //#region src/index.tsx
9
9
  /**
@@ -24,7 +24,7 @@ const plugin = (options = {}) => {
24
24
  return { automd: defu(options.automd ?? {}, { generators: { features: features(this) } }) };
25
25
  }
26
26
  },
27
- automd(options.automd)
27
+ plugin$1(options.automd)
28
28
  ];
29
29
  };
30
30
 
@@ -1,7 +1,7 @@
1
1
  import { Provider, ProviderWrapper, ServerProviderStatus } from "@openfeature/server-sdk";
2
2
  import { AlloyPluginContext, AlloyPluginOptions, AlloyPluginResolvedConfig, AlloyPluginUserConfig } from "@powerlines/plugin-alloy/types";
3
3
  import { AutoMDPluginOptions } from "@powerlines/plugin-automd/types/plugin";
4
- import { BabelPluginContext, BabelPluginResolvedConfig, BabelPluginUserConfig } from "@powerlines/plugin-babel/types";
4
+ import { BabelPluginContext, BabelPluginResolvedConfig, BabelPluginUserConfig } from "@powerlines/plugin-babel";
5
5
  //#region src/types/plugin.d.ts
6
6
  interface OpenFeaturePluginOptions {
7
7
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;;UAqCiB;;;;EAIf,YAAY,YAAY,gBAAgB,UAAU;;;;;;;EAQlD,SAAS;;;;;;;EAQT,QAAQ;;KAGE,8BAA8B,wBACxC;EACE,aAAa;;KAGL,kCAAkC,4BAC5C;EACE,aAAa;;UAGA,yBACf,wBAAwB,kCACtB,yCAGA,mBAAmB,kBACnB,mBAAmB"}
1
+ {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;;UAoCiB;;;;EAIf,YAAY,YAAY,gBAAgB,UAAU;;;;;;;EAQlD,SAAS;;;;;;;EAQT,QAAQ;;KAGE,8BAA8B,wBACxC;EACE,aAAa;;KAGL,kCAAkC,4BAC5C;EACE,aAAa;;UAGA,yBACf,wBAAwB,kCACtB,yCAGA,mBAAmB,kBACnB,mBAAmB"}
@@ -1,7 +1,7 @@
1
1
  import { Provider, ProviderWrapper, ServerProviderStatus } from "@openfeature/server-sdk";
2
2
  import { AlloyPluginContext, AlloyPluginOptions, AlloyPluginResolvedConfig, AlloyPluginUserConfig } from "@powerlines/plugin-alloy/types";
3
3
  import { AutoMDPluginOptions } from "@powerlines/plugin-automd/types/plugin";
4
- import { BabelPluginContext, BabelPluginResolvedConfig, BabelPluginUserConfig } from "@powerlines/plugin-babel/types";
4
+ import { BabelPluginContext, BabelPluginResolvedConfig, BabelPluginUserConfig } from "@powerlines/plugin-babel";
5
5
  //#region src/types/plugin.d.ts
6
6
  interface OpenFeaturePluginOptions {
7
7
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-open-feature",
3
- "version": "0.1.312",
3
+ "version": "0.1.313",
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,9 @@
158
158
  "@openfeature/core": "^1.12.0",
159
159
  "@openfeature/server-sdk": "^1.23.0",
160
160
  "@power-plant/alloy-js": "^0.0.86",
161
- "@powerlines/plugin-alloy": "^0.26.307",
162
- "@powerlines/plugin-automd": "^0.1.671",
161
+ "@powerlines/plugin-alloy": "^0.26.308",
162
+ "@powerlines/plugin-babel": "^0.13.207",
163
+ "@powerlines/plugin-automd": "^0.1.672",
163
164
  "@storm-software/config-tools": "^1.190.133",
164
165
  "@stryke/convert": "^0.7.39",
165
166
  "@stryke/env": "^0.20.127",
@@ -172,13 +173,13 @@
172
173
  "automd": "^0.4.3",
173
174
  "c12": "^3.3.4",
174
175
  "defu": "^6.1.7",
175
- "powerlines": "^0.47.209"
176
+ "powerlines": "^0.47.210"
176
177
  },
177
178
  "devDependencies": {
178
179
  "@openfeature/flagd-provider": "^0.14.0",
179
- "@powerlines/plugin-plugin": "^0.12.622",
180
+ "@powerlines/plugin-plugin": "^0.12.623",
180
181
  "@types/node": "^25.9.5"
181
182
  },
182
183
  "publishConfig": { "access": "public" },
183
- "gitHead": "88974b224a5cdb97dbd377373c9ed7f8a8780324"
184
+ "gitHead": "4ee69b33975e2fa912d2c73700dc7e949f25b2d4"
184
185
  }