@powerlines/plugin-open-feature 0.1.4 → 0.1.6
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/README.md +1 -1
- package/dist/components/features-builtin.d.cts +2 -2
- package/dist/components/features-builtin.d.cts.map +1 -1
- package/dist/components/features-builtin.d.mts +2 -2
- package/dist/components/features-builtin.d.mts.map +1 -1
- package/dist/helpers/automd-generator.d.cts +2 -2
- package/dist/helpers/automd-generator.d.cts.map +1 -1
- package/dist/helpers/automd-generator.d.mts +2 -2
- package/dist/helpers/automd-generator.d.mts.map +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>🔌 Powerlines</b> monorepo. Powerlines is the "
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://stormsoftware.com/projects/powerlines) [](http://commitizen.github.io/cz-cli/)  
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _alloy_js_core0 from "@alloy-js/core";
|
|
1
|
+
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
2
|
import { BuiltinFileProps } from "@powerlines/plugin-alloy/typescript/components/builtin-file";
|
|
3
3
|
|
|
4
4
|
//#region src/components/features-builtin.d.ts
|
|
@@ -6,7 +6,7 @@ interface FeaturesBuiltinProps extends Omit<BuiltinFileProps, "id"> {}
|
|
|
6
6
|
/**
|
|
7
7
|
* Generates the feature flags module for the Powerlines project.
|
|
8
8
|
*/
|
|
9
|
-
declare function FeaturesBuiltin(props: FeaturesBuiltinProps): _alloy_js_core0.Children;
|
|
9
|
+
declare function FeaturesBuiltin(props: FeaturesBuiltinProps): _$_alloy_js_core0.Children;
|
|
10
10
|
declare type __ΩFeaturesBuiltinProps = any[];
|
|
11
11
|
//#endregion
|
|
12
12
|
export { FeaturesBuiltin, FeaturesBuiltinProps, __ΩFeaturesBuiltinProps };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"features-builtin.d.cts","names":[],"sources":["../../src/components/features-builtin.tsx"],"mappings":";;;;UA+BiB,oBAAA,SAA6B,IAAA,CAAK,gBAAA;;AAAnD;;iBAKgB,eAAA,CAAgB,KAAA,EAAO,oBAAA,GAAoB,
|
|
1
|
+
{"version":3,"file":"features-builtin.d.cts","names":[],"sources":["../../src/components/features-builtin.tsx"],"mappings":";;;;UA+BiB,oBAAA,SAA6B,IAAA,CAAK,gBAAA;;AAAnD;;iBAKgB,eAAA,CAAgB,KAAA,EAAO,oBAAA,GAAoB,iBAAA,CAAA,QAAA;AAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as _alloy_js_core0 from "@alloy-js/core";
|
|
1
|
+
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
2
|
import { BuiltinFileProps } from "@powerlines/plugin-alloy/typescript/components/builtin-file";
|
|
3
3
|
|
|
4
4
|
//#region src/components/features-builtin.d.ts
|
|
@@ -6,7 +6,7 @@ interface FeaturesBuiltinProps extends Omit<BuiltinFileProps, "id"> {}
|
|
|
6
6
|
/**
|
|
7
7
|
* Generates the feature flags module for the Powerlines project.
|
|
8
8
|
*/
|
|
9
|
-
declare function FeaturesBuiltin(props: FeaturesBuiltinProps): _alloy_js_core0.Children;
|
|
9
|
+
declare function FeaturesBuiltin(props: FeaturesBuiltinProps): _$_alloy_js_core0.Children;
|
|
10
10
|
declare type __ΩFeaturesBuiltinProps = any[];
|
|
11
11
|
//#endregion
|
|
12
12
|
export { FeaturesBuiltin, FeaturesBuiltinProps, __ΩFeaturesBuiltinProps };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"features-builtin.d.mts","names":[],"sources":["../../src/components/features-builtin.tsx"],"mappings":";;;;UA+BiB,oBAAA,SAA6B,IAAA,CAAK,gBAAA;;AAAnD;;iBAKgB,eAAA,CAAgB,KAAA,EAAO,oBAAA,GAAoB,
|
|
1
|
+
{"version":3,"file":"features-builtin.d.mts","names":[],"sources":["../../src/components/features-builtin.tsx"],"mappings":";;;;UA+BiB,oBAAA,SAA6B,IAAA,CAAK,gBAAA;;AAAnD;;iBAKgB,eAAA,CAAgB,KAAA,EAAO,oBAAA,GAAoB,iBAAA,CAAA,QAAA;AAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as automd from "automd";
|
|
1
|
+
import * as _$automd from "automd";
|
|
2
2
|
import { UnresolvedContext } from "powerlines";
|
|
3
3
|
|
|
4
4
|
//#region src/helpers/automd-generator.d.ts
|
|
@@ -8,7 +8,7 @@ import { UnresolvedContext } from "powerlines";
|
|
|
8
8
|
* @param context - The generator context.
|
|
9
9
|
* @returns The generated documentation content.
|
|
10
10
|
*/
|
|
11
|
-
declare const features: (context: UnresolvedContext) => automd.Generator;
|
|
11
|
+
declare const features: (context: UnresolvedContext) => _$automd.Generator;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { features };
|
|
14
14
|
//# sourceMappingURL=automd-generator.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automd-generator.d.cts","names":[],"sources":["../../src/helpers/automd-generator.ts"],"mappings":";;;;;;;AA4BA;;;cAAa,QAAA,GAAY,OAAA,EAAS,iBAAA,KAAiB,
|
|
1
|
+
{"version":3,"file":"automd-generator.d.cts","names":[],"sources":["../../src/helpers/automd-generator.ts"],"mappings":";;;;;;;AA4BA;;;cAAa,QAAA,GAAY,OAAA,EAAS,iBAAA,KAAiB,QAAA,CAAA,SAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UnresolvedContext } from "powerlines";
|
|
2
|
-
import * as automd from "automd";
|
|
2
|
+
import * as _$automd from "automd";
|
|
3
3
|
|
|
4
4
|
//#region src/helpers/automd-generator.d.ts
|
|
5
5
|
/**
|
|
@@ -8,7 +8,7 @@ import * as automd from "automd";
|
|
|
8
8
|
* @param context - The generator context.
|
|
9
9
|
* @returns The generated documentation content.
|
|
10
10
|
*/
|
|
11
|
-
declare const features: (context: UnresolvedContext) => automd.Generator;
|
|
11
|
+
declare const features: (context: UnresolvedContext) => _$automd.Generator;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { features };
|
|
14
14
|
//# sourceMappingURL=automd-generator.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automd-generator.d.mts","names":[],"sources":["../../src/helpers/automd-generator.ts"],"mappings":";;;;;;;AA4BA;;;cAAa,QAAA,GAAY,OAAA,EAAS,iBAAA,KAAiB,
|
|
1
|
+
{"version":3,"file":"automd-generator.d.mts","names":[],"sources":["../../src/helpers/automd-generator.ts"],"mappings":";;;;;;;AA4BA;;;cAAa,QAAA,GAAY,OAAA,EAAS,iBAAA,KAAiB,QAAA,CAAA,SAAA"}
|
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.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin for managing Open Feature feature flags at runtime.",
|
|
6
6
|
"keywords": [
|
|
@@ -171,10 +171,10 @@
|
|
|
171
171
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
172
172
|
"@openfeature/core": "^1.9.2",
|
|
173
173
|
"@openfeature/server-sdk": "^1.20.2",
|
|
174
|
-
"@powerlines/plugin-alloy": "^0.
|
|
175
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
176
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
177
|
-
"@storm-software/config-tools": "^1.189.
|
|
174
|
+
"@powerlines/plugin-alloy": "^0.26.1",
|
|
175
|
+
"@powerlines/plugin-automd": "^0.1.385",
|
|
176
|
+
"@powerlines/plugin-plugin": "^0.12.336",
|
|
177
|
+
"@storm-software/config-tools": "^1.189.64",
|
|
178
178
|
"@stryke/convert": "^0.6.57",
|
|
179
179
|
"@stryke/env": "^0.20.81",
|
|
180
180
|
"@stryke/fs": "^0.33.64",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"@stryke/types": "^0.11.2",
|
|
186
186
|
"automd": "^0.4.3",
|
|
187
187
|
"defu": "^6.1.4",
|
|
188
|
-
"powerlines": "^0.42.
|
|
188
|
+
"powerlines": "^0.42.26",
|
|
189
189
|
"c12": "^3.3.3"
|
|
190
190
|
},
|
|
191
191
|
"devDependencies": {
|
|
@@ -195,5 +195,5 @@
|
|
|
195
195
|
"vite": "^8.0.3"
|
|
196
196
|
},
|
|
197
197
|
"publishConfig": { "access": "public" },
|
|
198
|
-
"gitHead": "
|
|
198
|
+
"gitHead": "a9c2c780046fa83980901c76d9c21ab1c0276fd8"
|
|
199
199
|
}
|