@powerlines/plugin-open-feature 0.1.240 → 0.1.242
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/components/features-builtin.d.cts +0 -1
- package/dist/components/features-builtin.d.cts.map +1 -1
- package/dist/components/features-builtin.d.mts +0 -1
- package/dist/helpers/automd-generator.d.cts +0 -1
- package/dist/helpers/automd-generator.d.cts.map +1 -1
- package/dist/helpers/automd-generator.d.mts +0 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/types/plugin.d.cts +0 -1
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts +0 -1
- package/package.json +8 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"features-builtin.d.cts","names":[],"sources":["../../src/components/features-builtin.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"features-builtin.d.cts","names":[],"sources":["../../src/components/features-builtin.tsx"],"mappings":";;KA+BY,uBAAuB,KAAK;;;;iBAKxB,gBAAgB,OAAO,gDAAoB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automd-generator.d.cts","names":[],"sources":["../../src/helpers/automd-generator.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"automd-generator.d.cts","names":[],"sources":["../../src/helpers/automd-generator.ts"],"mappings":";;;;;;;;cA6Ba,WAAY,SAAS,uCAAiB"}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OpenFeaturePluginContext, OpenFeaturePluginOptions, OpenFeaturePluginResolvedConfig, OpenFeaturePluginUserConfig } from "./types/plugin.cjs";
|
|
2
|
+
import "./types/index.cjs";
|
|
2
3
|
import { Plugin } from "powerlines";
|
|
3
|
-
|
|
4
4
|
//#region src/index.d.ts
|
|
5
5
|
declare module "powerlines" {
|
|
6
6
|
interface Config {
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.tsx"],"mappings":";;;;;YAgCY
|
|
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.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OpenFeaturePluginContext, OpenFeaturePluginOptions, OpenFeaturePluginResolvedConfig, OpenFeaturePluginUserConfig } from "./types/plugin.mjs";
|
|
2
|
+
import "./types/index.mjs";
|
|
2
3
|
import { Plugin } from "powerlines";
|
|
3
|
-
|
|
4
4
|
//#region src/index.d.ts
|
|
5
5
|
declare module "powerlines" {
|
|
6
6
|
interface Config {
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -2,7 +2,6 @@ import { Provider, ProviderWrapper, ServerProviderStatus } from "@openfeature/se
|
|
|
2
2
|
import { AlloyPluginContext, AlloyPluginOptions, AlloyPluginResolvedConfig, AlloyPluginUserConfig } from "@powerlines/plugin-alloy/types";
|
|
3
3
|
import { AutoMDPluginOptions } from "@powerlines/plugin-automd/types/plugin";
|
|
4
4
|
import { BabelPluginContext, BabelPluginResolvedConfig, BabelPluginUserConfig } from "@powerlines/plugin-babel/types";
|
|
5
|
-
|
|
6
5
|
//#region src/types/plugin.d.ts
|
|
7
6
|
interface OpenFeaturePluginOptions {
|
|
8
7
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":"
|
|
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"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -2,7 +2,6 @@ import { Provider, ProviderWrapper, ServerProviderStatus } from "@openfeature/se
|
|
|
2
2
|
import { AlloyPluginContext, AlloyPluginOptions, AlloyPluginResolvedConfig, AlloyPluginUserConfig } from "@powerlines/plugin-alloy/types";
|
|
3
3
|
import { AutoMDPluginOptions } from "@powerlines/plugin-automd/types/plugin";
|
|
4
4
|
import { BabelPluginContext, BabelPluginResolvedConfig, BabelPluginUserConfig } from "@powerlines/plugin-babel/types";
|
|
5
|
-
|
|
6
5
|
//#region src/types/plugin.d.ts
|
|
7
6
|
interface OpenFeaturePluginOptions {
|
|
8
7
|
/**
|
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.242",
|
|
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.11.0",
|
|
159
159
|
"@openfeature/server-sdk": "^1.22.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.237",
|
|
161
|
+
"@powerlines/plugin-automd": "^0.1.605",
|
|
162
|
+
"@powerlines/plugin-plugin": "^0.12.556",
|
|
163
|
+
"@storm-software/config-tools": "^1.190.107",
|
|
164
164
|
"@stryke/convert": "^0.7.26",
|
|
165
165
|
"@stryke/env": "^0.20.113",
|
|
166
166
|
"@stryke/fs": "^0.33.96",
|
|
@@ -172,12 +172,12 @@
|
|
|
172
172
|
"automd": "^0.4.3",
|
|
173
173
|
"c12": "^3.3.4",
|
|
174
174
|
"defu": "^6.1.7",
|
|
175
|
-
"powerlines": "0.47.
|
|
175
|
+
"powerlines": "^0.47.144"
|
|
176
176
|
},
|
|
177
177
|
"devDependencies": {
|
|
178
178
|
"@openfeature/flagd-provider": "^0.14.0",
|
|
179
|
-
"@types/node": "^25.9.
|
|
179
|
+
"@types/node": "^25.9.5"
|
|
180
180
|
},
|
|
181
181
|
"publishConfig": { "access": "public" },
|
|
182
|
-
"gitHead": "
|
|
182
|
+
"gitHead": "cf8953be1a53bac9ad8c227195a662cbb422d43c"
|
|
183
183
|
}
|