@powerlines/plugin-open-feature 0.1.89 → 0.1.92
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/package.json +32 -105
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.92",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin for managing Open Feature feature flags at runtime.",
|
|
6
6
|
"keywords": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "github",
|
|
19
19
|
"url": "https://github.com/storm-software/powerlines.git",
|
|
20
|
-
"directory": "packages/plugin-open-feature"
|
|
20
|
+
"directory": "packages/plugins/plugin-open-feature"
|
|
21
21
|
},
|
|
22
22
|
"funding": {
|
|
23
23
|
"type": "github",
|
|
@@ -45,105 +45,32 @@
|
|
|
45
45
|
],
|
|
46
46
|
"type": "module",
|
|
47
47
|
"exports": {
|
|
48
|
-
".": {
|
|
49
|
-
"require": {
|
|
50
|
-
"types": "./dist/index.d.cts",
|
|
51
|
-
"default": "./dist/index.cjs"
|
|
52
|
-
},
|
|
53
|
-
"import": {
|
|
54
|
-
"types": "./dist/index.d.mts",
|
|
55
|
-
"default": "./dist/index.mjs"
|
|
56
|
-
},
|
|
57
|
-
"default": {
|
|
58
|
-
"types": "./dist/index.d.mts",
|
|
59
|
-
"default": "./dist/index.mjs"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
48
|
+
".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" },
|
|
62
49
|
"./components": {
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
"default": "./dist/components/index.cjs"
|
|
66
|
-
},
|
|
67
|
-
"import": {
|
|
68
|
-
"types": "./dist/components/index.d.mts",
|
|
69
|
-
"default": "./dist/components/index.mjs"
|
|
70
|
-
},
|
|
71
|
-
"default": {
|
|
72
|
-
"types": "./dist/components/index.d.mts",
|
|
73
|
-
"default": "./dist/components/index.mjs"
|
|
74
|
-
}
|
|
50
|
+
"import": "./dist/components/index.mjs",
|
|
51
|
+
"require": "./dist/components/index.cjs"
|
|
75
52
|
},
|
|
76
53
|
"./components/features-builtin": {
|
|
77
|
-
"
|
|
78
|
-
|
|
79
|
-
"default": "./dist/components/features-builtin.cjs"
|
|
80
|
-
},
|
|
81
|
-
"import": {
|
|
82
|
-
"types": "./dist/components/features-builtin.d.mts",
|
|
83
|
-
"default": "./dist/components/features-builtin.mjs"
|
|
84
|
-
},
|
|
85
|
-
"default": {
|
|
86
|
-
"types": "./dist/components/features-builtin.d.mts",
|
|
87
|
-
"default": "./dist/components/features-builtin.mjs"
|
|
88
|
-
}
|
|
54
|
+
"import": "./dist/components/features-builtin.mjs",
|
|
55
|
+
"require": "./dist/components/features-builtin.cjs"
|
|
89
56
|
},
|
|
90
57
|
"./helpers": {
|
|
91
|
-
"
|
|
92
|
-
|
|
93
|
-
"default": "./dist/helpers/index.cjs"
|
|
94
|
-
},
|
|
95
|
-
"import": {
|
|
96
|
-
"types": "./dist/helpers/index.d.mts",
|
|
97
|
-
"default": "./dist/helpers/index.mjs"
|
|
98
|
-
},
|
|
99
|
-
"default": {
|
|
100
|
-
"types": "./dist/helpers/index.d.mts",
|
|
101
|
-
"default": "./dist/helpers/index.mjs"
|
|
102
|
-
}
|
|
58
|
+
"import": "./dist/helpers/index.mjs",
|
|
59
|
+
"require": "./dist/helpers/index.cjs"
|
|
103
60
|
},
|
|
104
61
|
"./helpers/automd-generator": {
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
"default": "./dist/helpers/automd-generator.cjs"
|
|
108
|
-
},
|
|
109
|
-
"import": {
|
|
110
|
-
"types": "./dist/helpers/automd-generator.d.mts",
|
|
111
|
-
"default": "./dist/helpers/automd-generator.mjs"
|
|
112
|
-
},
|
|
113
|
-
"default": {
|
|
114
|
-
"types": "./dist/helpers/automd-generator.d.mts",
|
|
115
|
-
"default": "./dist/helpers/automd-generator.mjs"
|
|
116
|
-
}
|
|
62
|
+
"import": "./dist/helpers/automd-generator.mjs",
|
|
63
|
+
"require": "./dist/helpers/automd-generator.cjs"
|
|
117
64
|
},
|
|
118
|
-
"./package.json": "./package.json",
|
|
119
65
|
"./types": {
|
|
120
|
-
"
|
|
121
|
-
|
|
122
|
-
"default": "./dist/types/index.cjs"
|
|
123
|
-
},
|
|
124
|
-
"import": {
|
|
125
|
-
"types": "./dist/types/index.d.mts",
|
|
126
|
-
"default": "./dist/types/index.mjs"
|
|
127
|
-
},
|
|
128
|
-
"default": {
|
|
129
|
-
"types": "./dist/types/index.d.mts",
|
|
130
|
-
"default": "./dist/types/index.mjs"
|
|
131
|
-
}
|
|
66
|
+
"import": "./dist/types/index.mjs",
|
|
67
|
+
"require": "./dist/types/index.cjs"
|
|
132
68
|
},
|
|
133
69
|
"./types/plugin": {
|
|
134
|
-
"
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
"import": {
|
|
139
|
-
"types": "./dist/types/plugin.d.mts",
|
|
140
|
-
"default": "./dist/types/plugin.mjs"
|
|
141
|
-
},
|
|
142
|
-
"default": {
|
|
143
|
-
"types": "./dist/types/plugin.d.mts",
|
|
144
|
-
"default": "./dist/types/plugin.mjs"
|
|
145
|
-
}
|
|
146
|
-
}
|
|
70
|
+
"import": "./dist/types/plugin.mjs",
|
|
71
|
+
"require": "./dist/types/plugin.cjs"
|
|
72
|
+
},
|
|
73
|
+
"./package.json": "./package.json"
|
|
147
74
|
},
|
|
148
75
|
"main": "./dist/index.cjs",
|
|
149
76
|
"module": "./dist/index.mjs",
|
|
@@ -157,28 +84,28 @@
|
|
|
157
84
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
158
85
|
"@openfeature/core": "^1.10.0",
|
|
159
86
|
"@openfeature/server-sdk": "^1.21.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.
|
|
164
|
-
"@stryke/convert": "^0.7.
|
|
165
|
-
"@stryke/env": "^0.20.
|
|
166
|
-
"@stryke/fs": "^0.33.
|
|
167
|
-
"@stryke/json": "^0.14.
|
|
168
|
-
"@stryke/path": "^0.
|
|
169
|
-
"@stryke/string-format": "^0.17.
|
|
170
|
-
"@stryke/type-checks": "^0.6.
|
|
171
|
-
"@stryke/types": "^0.12.
|
|
87
|
+
"@powerlines/plugin-alloy": "^0.26.87",
|
|
88
|
+
"@powerlines/plugin-automd": "^0.1.468",
|
|
89
|
+
"@powerlines/plugin-plugin": "^0.12.419",
|
|
90
|
+
"@storm-software/config-tools": "^1.190.2",
|
|
91
|
+
"@stryke/convert": "^0.7.6",
|
|
92
|
+
"@stryke/env": "^0.20.92",
|
|
93
|
+
"@stryke/fs": "^0.33.75",
|
|
94
|
+
"@stryke/json": "^0.14.20",
|
|
95
|
+
"@stryke/path": "^0.29.2",
|
|
96
|
+
"@stryke/string-format": "^0.17.17",
|
|
97
|
+
"@stryke/type-checks": "^0.6.8",
|
|
98
|
+
"@stryke/types": "^0.12.3",
|
|
172
99
|
"automd": "^0.4.3",
|
|
173
100
|
"defu": "^6.1.7",
|
|
174
|
-
"powerlines": "^0.47.
|
|
101
|
+
"powerlines": "^0.47.7",
|
|
175
102
|
"c12": "^3.3.4"
|
|
176
103
|
},
|
|
177
104
|
"devDependencies": {
|
|
178
105
|
"@openfeature/flagd-provider": "^0.14.0",
|
|
179
106
|
"@openfeature/server-sdk": "^1.21.0",
|
|
180
|
-
"@types/node": "^25.
|
|
107
|
+
"@types/node": "^25.7.0"
|
|
181
108
|
},
|
|
182
109
|
"publishConfig": { "access": "public" },
|
|
183
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "3c5c701e16af74006dd70b965009d41eb22ace2a"
|
|
184
111
|
}
|