@featurevisor/types 0.46.0 → 0.47.1

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/.eslintcache ADDED
@@ -0,0 +1 @@
1
+ [{"/home/runner/work/featurevisor/featurevisor/packages/types/src/index.ts":"1"},{"size":9035,"mtime":1694550300699,"results":"2","hashOfConfig":"3"},{"filePath":"4","messages":"5","suppressedMessages":"6","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"qjtn9o","/home/runner/work/featurevisor/featurevisor/packages/types/src/index.ts",[],[]]
package/.eslintrc.js ADDED
@@ -0,0 +1,8 @@
1
+ const rootConfig = require("../../.eslintrc.js");
2
+
3
+ /** @type {import("eslint").Linter.Config} */
4
+ const config = {
5
+ ...rootConfig,
6
+ };
7
+
8
+ module.exports = config;
@@ -0,0 +1,5 @@
1
+ dist/
2
+ lib/
3
+ coverage/
4
+
5
+ **/*.md
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [0.46.0](https://github.com/fahad19/featurevisor/compare/v0.45.0...v0.46.0) (2023-08-27)
6
+ ## [0.47.1](https://github.com/featurevisor/featurevisor/compare/v0.47.0...v0.47.1) (2023-09-12)
7
7
 
8
8
  **Note:** Version bump only for package @featurevisor/types
9
9
 
@@ -11,7 +11,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [0.45.0](https://github.com/fahad19/featurevisor/compare/v0.44.2...v0.45.0) (2023-08-20)
14
+ # [0.47.0](https://github.com/featurevisor/featurevisor/compare/v0.46.2...v0.47.0) (2023-09-05)
15
+
16
+
17
+ ### Features
18
+
19
+ * use Prettier v2.x ([#143](https://github.com/featurevisor/featurevisor/issues/143)) ([ddca499](https://github.com/featurevisor/featurevisor/commit/ddca499526f2f8bf10dc340fb55877584501a682))
20
+
21
+
22
+
23
+
24
+
25
+ # [0.46.0](https://github.com/featurevisor/featurevisor/compare/v0.45.0...v0.46.0) (2023-08-27)
26
+
27
+ **Note:** Version bump only for package @featurevisor/types
28
+
29
+
30
+
31
+
32
+
33
+ # [0.45.0](https://github.com/featurevisor/featurevisor/compare/v0.44.2...v0.45.0) (2023-08-20)
15
34
 
16
35
  **Note:** Version bump only for package @featurevisor/types
17
36
 
@@ -19,7 +38,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
38
 
20
39
 
21
40
 
22
- # [0.44.0](https://github.com/fahad19/featurevisor/compare/v0.43.0...v0.44.0) (2023-08-07)
41
+ # [0.44.0](https://github.com/featurevisor/featurevisor/compare/v0.43.0...v0.44.0) (2023-08-07)
23
42
 
24
43
  **Note:** Version bump only for package @featurevisor/types
25
44
 
@@ -27,29 +46,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
46
 
28
47
 
29
48
 
30
- # [0.43.0](https://github.com/fahad19/featurevisor/compare/v0.42.1...v0.43.0) (2023-08-05)
49
+ # [0.43.0](https://github.com/featurevisor/featurevisor/compare/v0.42.1...v0.43.0) (2023-08-05)
31
50
 
32
51
 
33
52
  ### Features
34
53
 
35
- * Support deprecating features ([#117](https://github.com/fahad19/featurevisor/issues/117)) ([992740d](https://github.com/fahad19/featurevisor/commit/992740d5fbdda2bb15cf4a782147f0ed13d9288c))
54
+ * Support deprecating features ([#117](https://github.com/featurevisor/featurevisor/issues/117)) ([992740d](https://github.com/featurevisor/featurevisor/commit/992740d5fbdda2bb15cf4a782147f0ed13d9288c))
36
55
 
37
56
 
38
57
 
39
58
 
40
59
 
41
- # [0.42.0](https://github.com/fahad19/featurevisor/compare/v0.41.0...v0.42.0) (2023-07-23)
60
+ # [0.42.0](https://github.com/featurevisor/featurevisor/compare/v0.41.0...v0.42.0) (2023-07-23)
42
61
 
43
62
 
44
63
  ### Features
45
64
 
46
- * segment testing assertion property updated ([#113](https://github.com/fahad19/featurevisor/issues/113)) ([cbf693e](https://github.com/fahad19/featurevisor/commit/cbf693eb864623f89a04a11220ebfa872097fbee))
65
+ * segment testing assertion property updated ([#113](https://github.com/featurevisor/featurevisor/issues/113)) ([cbf693e](https://github.com/featurevisor/featurevisor/commit/cbf693eb864623f89a04a11220ebfa872097fbee))
47
66
 
48
67
 
49
68
 
50
69
 
51
70
 
52
- # [0.41.0](https://github.com/fahad19/featurevisor/compare/v0.40.1...v0.41.0) (2023-07-23)
71
+ # [0.41.0](https://github.com/featurevisor/featurevisor/compare/v0.40.1...v0.41.0) (2023-07-23)
53
72
 
54
73
  **Note:** Version bump only for package @featurevisor/types
55
74
 
@@ -57,7 +76,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
57
76
 
58
77
 
59
78
 
60
- ## [0.40.1](https://github.com/fahad19/featurevisor/compare/v0.40.0...v0.40.1) (2023-07-23)
79
+ ## [0.40.1](https://github.com/featurevisor/featurevisor/compare/v0.40.0...v0.40.1) (2023-07-23)
61
80
 
62
81
  **Note:** Version bump only for package @featurevisor/types
63
82
 
@@ -65,7 +84,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
65
84
 
66
85
 
67
86
 
68
- # [0.40.0](https://github.com/fahad19/featurevisor/compare/v0.39.2...v0.40.0) (2023-07-16)
87
+ # [0.40.0](https://github.com/featurevisor/featurevisor/compare/v0.39.2...v0.40.0) (2023-07-16)
69
88
 
70
89
  **Note:** Version bump only for package @featurevisor/types
71
90
 
@@ -73,7 +92,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
73
92
 
74
93
 
75
94
 
76
- # [0.39.0](https://github.com/fahad19/featurevisor/compare/v0.38.0...v0.39.0) (2023-07-16)
95
+ # [0.39.0](https://github.com/featurevisor/featurevisor/compare/v0.38.0...v0.39.0) (2023-07-16)
77
96
 
78
97
  **Note:** Version bump only for package @featurevisor/types
79
98
 
@@ -81,29 +100,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
81
100
 
82
101
 
83
102
 
84
- # [0.38.0](https://github.com/fahad19/featurevisor/compare/v0.37.1...v0.38.0) (2023-07-16)
103
+ # [0.38.0](https://github.com/featurevisor/featurevisor/compare/v0.37.1...v0.38.0) (2023-07-16)
85
104
 
86
105
 
87
106
  ### Features
88
107
 
89
- * SDK to support isEnabled() checks ([#104](https://github.com/fahad19/featurevisor/issues/104)) ([4f52136](https://github.com/fahad19/featurevisor/commit/4f521367a3f1ef76833ba614b6a1f4b66abef2e1))
108
+ * SDK to support isEnabled() checks ([#104](https://github.com/featurevisor/featurevisor/issues/104)) ([4f52136](https://github.com/featurevisor/featurevisor/commit/4f521367a3f1ef76833ba614b6a1f4b66abef2e1))
90
109
 
91
110
 
92
111
 
93
112
 
94
113
 
95
- # [0.37.0](https://github.com/fahad19/featurevisor/compare/v0.36.0...v0.37.0) (2023-07-14)
114
+ # [0.37.0](https://github.com/featurevisor/featurevisor/compare/v0.36.0...v0.37.0) (2023-07-14)
96
115
 
97
116
 
98
117
  ### Features
99
118
 
100
- * renamed Attributes (object) to Context ([#101](https://github.com/fahad19/featurevisor/issues/101)) ([c392ad5](https://github.com/fahad19/featurevisor/commit/c392ad5f1b6100167aa5637b131f08036a7f5a55))
119
+ * renamed Attributes (object) to Context ([#101](https://github.com/featurevisor/featurevisor/issues/101)) ([c392ad5](https://github.com/featurevisor/featurevisor/commit/c392ad5f1b6100167aa5637b131f08036a7f5a55))
101
120
 
102
121
 
103
122
 
104
123
 
105
124
 
106
- # [0.36.0](https://github.com/fahad19/featurevisor/compare/v0.35.0...v0.36.0) (2023-07-13)
125
+ # [0.36.0](https://github.com/featurevisor/featurevisor/compare/v0.35.0...v0.36.0) (2023-07-13)
107
126
 
108
127
  **Note:** Version bump only for package @featurevisor/types
109
128
 
@@ -111,7 +130,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
111
130
 
112
131
 
113
132
 
114
- # [0.35.0](https://github.com/fahad19/featurevisor/compare/v0.34.0...v0.35.0) (2023-07-13)
133
+ # [0.35.0](https://github.com/featurevisor/featurevisor/compare/v0.34.0...v0.35.0) (2023-07-13)
115
134
 
116
135
  **Note:** Version bump only for package @featurevisor/types
117
136
 
@@ -119,7 +138,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
119
138
 
120
139
 
121
140
 
122
- # [0.34.0](https://github.com/fahad19/featurevisor/compare/v0.33.1...v0.34.0) (2023-07-08)
141
+ # [0.34.0](https://github.com/featurevisor/featurevisor/compare/v0.33.1...v0.34.0) (2023-07-08)
123
142
 
124
143
  **Note:** Version bump only for package @featurevisor/types
125
144
 
@@ -127,7 +146,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
127
146
 
128
147
 
129
148
 
130
- # [0.33.0](https://github.com/fahad19/featurevisor/compare/v0.32.1...v0.33.0) (2023-07-06)
149
+ # [0.33.0](https://github.com/featurevisor/featurevisor/compare/v0.32.1...v0.33.0) (2023-07-06)
131
150
 
132
151
  **Note:** Version bump only for package @featurevisor/types
133
152
 
@@ -135,18 +154,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
135
154
 
136
155
 
137
156
 
138
- # [0.32.0](https://github.com/fahad19/featurevisor/compare/v0.31.2...v0.32.0) (2023-07-02)
157
+ # [0.32.0](https://github.com/featurevisor/featurevisor/compare/v0.31.2...v0.32.0) (2023-07-02)
139
158
 
140
159
 
141
160
  ### Features
142
161
 
143
- * make segments testable ([#95](https://github.com/fahad19/featurevisor/issues/95)) ([15eae3c](https://github.com/fahad19/featurevisor/commit/15eae3cdf12a32e376e68ced015a9e697eb61da4))
162
+ * make segments testable ([#95](https://github.com/featurevisor/featurevisor/issues/95)) ([15eae3c](https://github.com/featurevisor/featurevisor/commit/15eae3cdf12a32e376e68ced015a9e697eb61da4))
144
163
 
145
164
 
146
165
 
147
166
 
148
167
 
149
- # [0.31.0](https://github.com/fahad19/featurevisor/compare/v0.30.1...v0.31.0) (2023-06-24)
168
+ # [0.31.0](https://github.com/featurevisor/featurevisor/compare/v0.30.1...v0.31.0) (2023-06-24)
150
169
 
151
170
  **Note:** Version bump only for package @featurevisor/types
152
171
 
@@ -154,7 +173,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
154
173
 
155
174
 
156
175
 
157
- # [0.30.0](https://github.com/fahad19/featurevisor/compare/v0.29.0...v0.30.0) (2023-06-10)
176
+ # [0.30.0](https://github.com/featurevisor/featurevisor/compare/v0.29.0...v0.30.0) (2023-06-10)
158
177
 
159
178
  **Note:** Version bump only for package @featurevisor/types
160
179
 
@@ -162,29 +181,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
162
181
 
163
182
 
164
183
 
165
- # [0.29.0](https://github.com/fahad19/featurevisor/compare/v0.28.1...v0.29.0) (2023-06-10)
184
+ # [0.29.0](https://github.com/featurevisor/featurevisor/compare/v0.28.1...v0.29.0) (2023-06-10)
166
185
 
167
186
 
168
187
  ### Features
169
188
 
170
- * drop Allocation.percentage in datafiles ([#80](https://github.com/fahad19/featurevisor/issues/80)) ([b43da69](https://github.com/fahad19/featurevisor/commit/b43da6922f81aef9fe8e8a54342067627adb990b))
189
+ * drop Allocation.percentage in datafiles ([#80](https://github.com/featurevisor/featurevisor/issues/80)) ([b43da69](https://github.com/featurevisor/featurevisor/commit/b43da6922f81aef9fe8e8a54342067627adb990b))
171
190
 
172
191
 
173
192
 
174
193
 
175
194
 
176
- # [0.28.0](https://github.com/fahad19/featurevisor/compare/v0.27.1...v0.28.0) (2023-06-08)
195
+ # [0.28.0](https://github.com/featurevisor/featurevisor/compare/v0.27.1...v0.28.0) (2023-06-08)
177
196
 
178
197
 
179
198
  ### Features
180
199
 
181
- * make bucketing key configurable ([#79](https://github.com/fahad19/featurevisor/issues/79)) ([c05f0da](https://github.com/fahad19/featurevisor/commit/c05f0dae9e6e1d4ee68f2c457a49137bbd6727d9))
200
+ * make bucketing key configurable ([#79](https://github.com/featurevisor/featurevisor/issues/79)) ([c05f0da](https://github.com/featurevisor/featurevisor/commit/c05f0dae9e6e1d4ee68f2c457a49137bbd6727d9))
182
201
 
183
202
 
184
203
 
185
204
 
186
205
 
187
- # [0.27.0](https://github.com/fahad19/featurevisor/compare/v0.26.0...v0.27.0) (2023-05-24)
206
+ # [0.27.0](https://github.com/featurevisor/featurevisor/compare/v0.26.0...v0.27.0) (2023-05-24)
188
207
 
189
208
  **Note:** Version bump only for package @featurevisor/types
190
209
 
@@ -192,7 +211,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
192
211
 
193
212
 
194
213
 
195
- # [0.26.0](https://github.com/fahad19/featurevisor/compare/v0.25.0...v0.26.0) (2023-05-24)
214
+ # [0.26.0](https://github.com/featurevisor/featurevisor/compare/v0.25.0...v0.26.0) (2023-05-24)
196
215
 
197
216
  **Note:** Version bump only for package @featurevisor/types
198
217
 
@@ -200,29 +219,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
200
219
 
201
220
 
202
221
 
203
- # [0.25.0](https://github.com/fahad19/featurevisor/compare/v0.24.0...v0.25.0) (2023-05-22)
222
+ # [0.25.0](https://github.com/featurevisor/featurevisor/compare/v0.24.0...v0.25.0) (2023-05-22)
204
223
 
205
224
 
206
225
  ### Features
207
226
 
208
- * Pretty JSON ([#75](https://github.com/fahad19/featurevisor/issues/75)) ([322bc3a](https://github.com/fahad19/featurevisor/commit/322bc3a7f1676cf32e19f693d5736dc8f1db8d5a))
227
+ * Pretty JSON ([#75](https://github.com/featurevisor/featurevisor/issues/75)) ([322bc3a](https://github.com/featurevisor/featurevisor/commit/322bc3a7f1676cf32e19f693d5736dc8f1db8d5a))
209
228
 
210
229
 
211
230
 
212
231
 
213
232
 
214
- # [0.24.0](https://github.com/fahad19/featurevisor/compare/v0.23.0...v0.24.0) (2023-05-21)
233
+ # [0.24.0](https://github.com/featurevisor/featurevisor/compare/v0.23.0...v0.24.0) (2023-05-21)
215
234
 
216
235
 
217
236
  ### Features
218
237
 
219
- * ranges in datafiles as tuples ([#74](https://github.com/fahad19/featurevisor/issues/74)) ([07a3d92](https://github.com/fahad19/featurevisor/commit/07a3d9292f4038ebd68338bb905a34b2f13d36d9))
238
+ * ranges in datafiles as tuples ([#74](https://github.com/featurevisor/featurevisor/issues/74)) ([07a3d92](https://github.com/featurevisor/featurevisor/commit/07a3d9292f4038ebd68338bb905a34b2f13d36d9))
220
239
 
221
240
 
222
241
 
223
242
 
224
243
 
225
- # [0.23.0](https://github.com/fahad19/featurevisor/compare/v0.22.0...v0.23.0) (2023-05-20)
244
+ # [0.23.0](https://github.com/featurevisor/featurevisor/compare/v0.22.0...v0.23.0) (2023-05-20)
226
245
 
227
246
  **Note:** Version bump only for package @featurevisor/types
228
247
 
@@ -230,18 +249,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
230
249
 
231
250
 
232
251
 
233
- # [0.22.0](https://github.com/fahad19/featurevisor/compare/v0.21.0...v0.22.0) (2023-05-20)
252
+ # [0.22.0](https://github.com/featurevisor/featurevisor/compare/v0.21.0...v0.22.0) (2023-05-20)
234
253
 
235
254
 
236
255
  ### Features
237
256
 
238
- * state files are now per environment ([#72](https://github.com/fahad19/featurevisor/issues/72)) ([925f4cf](https://github.com/fahad19/featurevisor/commit/925f4cf980134db60c40c2e27259a3d6142f16aa))
257
+ * state files are now per environment ([#72](https://github.com/featurevisor/featurevisor/issues/72)) ([925f4cf](https://github.com/featurevisor/featurevisor/commit/925f4cf980134db60c40c2e27259a3d6142f16aa))
239
258
 
240
259
 
241
260
 
242
261
 
243
262
 
244
- # [0.21.0](https://github.com/fahad19/featurevisor/compare/v0.20.2...v0.21.0) (2023-05-14)
263
+ # [0.21.0](https://github.com/featurevisor/featurevisor/compare/v0.20.2...v0.21.0) (2023-05-14)
245
264
 
246
265
  **Note:** Version bump only for package @featurevisor/types
247
266
 
@@ -249,62 +268,62 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
249
268
 
250
269
 
251
270
 
252
- # [0.20.0](https://github.com/fahad19/featurevisor/compare/v0.19.0...v0.20.0) (2023-05-13)
271
+ # [0.20.0](https://github.com/featurevisor/featurevisor/compare/v0.19.0...v0.20.0) (2023-05-13)
253
272
 
254
273
 
255
274
  ### Features
256
275
 
257
- * SDK Instance from a single class ([#68](https://github.com/fahad19/featurevisor/issues/68)) ([1ab1d49](https://github.com/fahad19/featurevisor/commit/1ab1d49916fd4ccd14d5ec47d11e6bd863fd0af1))
276
+ * SDK Instance from a single class ([#68](https://github.com/featurevisor/featurevisor/issues/68)) ([1ab1d49](https://github.com/featurevisor/featurevisor/commit/1ab1d49916fd4ccd14d5ec47d11e6bd863fd0af1))
258
277
 
259
278
 
260
279
 
261
280
 
262
281
 
263
- # [0.19.0](https://github.com/fahad19/featurevisor/compare/v0.18.0...v0.19.0) (2023-05-13)
282
+ # [0.19.0](https://github.com/featurevisor/featurevisor/compare/v0.18.0...v0.19.0) (2023-05-13)
264
283
 
265
284
 
266
285
  ### Features
267
286
 
268
- * Date comparison operators ([#67](https://github.com/fahad19/featurevisor/issues/67)) ([b555f39](https://github.com/fahad19/featurevisor/commit/b555f39a0cb99e95e1d66a3c76df4483a26e2caf))
287
+ * Date comparison operators ([#67](https://github.com/featurevisor/featurevisor/issues/67)) ([b555f39](https://github.com/featurevisor/featurevisor/commit/b555f39a0cb99e95e1d66a3c76df4483a26e2caf))
269
288
 
270
289
 
271
290
 
272
291
 
273
292
 
274
- # [0.18.0](https://github.com/fahad19/featurevisor/compare/v0.17.0...v0.18.0) (2023-05-12)
293
+ # [0.18.0](https://github.com/featurevisor/featurevisor/compare/v0.17.0...v0.18.0) (2023-05-12)
275
294
 
276
295
 
277
296
  ### Features
278
297
 
279
- * Initial features ([#66](https://github.com/fahad19/featurevisor/issues/66)) ([ec91d6e](https://github.com/fahad19/featurevisor/commit/ec91d6e383c6795850bbb8e35a734f754378c68f))
298
+ * Initial features ([#66](https://github.com/featurevisor/featurevisor/issues/66)) ([ec91d6e](https://github.com/featurevisor/featurevisor/commit/ec91d6e383c6795850bbb8e35a734f754378c68f))
280
299
 
281
300
 
282
301
 
283
302
 
284
303
 
285
- # [0.17.0](https://github.com/fahad19/featurevisor/compare/v0.16.0...v0.17.0) (2023-05-12)
304
+ # [0.17.0](https://github.com/featurevisor/featurevisor/compare/v0.16.0...v0.17.0) (2023-05-12)
286
305
 
287
306
 
288
307
  ### Features
289
308
 
290
- * sticky features ([#65](https://github.com/fahad19/featurevisor/issues/65)) ([eb4ff69](https://github.com/fahad19/featurevisor/commit/eb4ff69dcb3d6f979eb1c9dec3fe4cf1583e1fc9))
309
+ * sticky features ([#65](https://github.com/featurevisor/featurevisor/issues/65)) ([eb4ff69](https://github.com/featurevisor/featurevisor/commit/eb4ff69dcb3d6f979eb1c9dec3fe4cf1583e1fc9))
291
310
 
292
311
 
293
312
 
294
313
 
295
314
 
296
- # [0.16.0](https://github.com/fahad19/featurevisor/compare/v0.15.0...v0.16.0) (2023-04-30)
315
+ # [0.16.0](https://github.com/featurevisor/featurevisor/compare/v0.15.0...v0.16.0) (2023-04-30)
297
316
 
298
317
 
299
318
  ### Features
300
319
 
301
- * Mutually exclusive experiments via Groups ([#63](https://github.com/fahad19/featurevisor/issues/63)) ([f3c8523](https://github.com/fahad19/featurevisor/commit/f3c85236d36fd0e499897f9ce1c2ed551c111523))
320
+ * Mutually exclusive experiments via Groups ([#63](https://github.com/featurevisor/featurevisor/issues/63)) ([f3c8523](https://github.com/featurevisor/featurevisor/commit/f3c85236d36fd0e499897f9ce1c2ed551c111523))
302
321
 
303
322
 
304
323
 
305
324
 
306
325
 
307
- # [0.15.0](https://github.com/fahad19/featurevisor/compare/v0.14.1...v0.15.0) (2023-04-23)
326
+ # [0.15.0](https://github.com/featurevisor/featurevisor/compare/v0.14.1...v0.15.0) (2023-04-23)
308
327
 
309
328
  **Note:** Version bump only for package @featurevisor/types
310
329
 
@@ -312,18 +331,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
312
331
 
313
332
 
314
333
 
315
- ## [0.14.1](https://github.com/fahad19/featurevisor/compare/v0.14.0...v0.14.1) (2023-04-22)
334
+ ## [0.14.1](https://github.com/featurevisor/featurevisor/compare/v0.14.0...v0.14.1) (2023-04-22)
316
335
 
317
336
 
318
337
  ### Bug Fixes
319
338
 
320
- * do not require variation type in Feature's YAML ([#57](https://github.com/fahad19/featurevisor/issues/57)) ([2e7c0cf](https://github.com/fahad19/featurevisor/commit/2e7c0cfb441a60beffa14dae17152257d97862b0))
339
+ * do not require variation type in Feature's YAML ([#57](https://github.com/featurevisor/featurevisor/issues/57)) ([2e7c0cf](https://github.com/featurevisor/featurevisor/commit/2e7c0cfb441a60beffa14dae17152257d97862b0))
321
340
 
322
341
 
323
342
 
324
343
 
325
344
 
326
- # [0.14.0](https://github.com/fahad19/featurevisor/compare/v0.13.1...v0.14.0) (2023-04-21)
345
+ # [0.14.0](https://github.com/featurevisor/featurevisor/compare/v0.13.1...v0.14.0) (2023-04-21)
327
346
 
328
347
  **Note:** Version bump only for package @featurevisor/types
329
348
 
@@ -331,7 +350,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
331
350
 
332
351
 
333
352
 
334
- # [0.13.0](https://github.com/fahad19/featurevisor/compare/v0.12.1...v0.13.0) (2023-04-19)
353
+ # [0.13.0](https://github.com/featurevisor/featurevisor/compare/v0.12.1...v0.13.0) (2023-04-19)
335
354
 
336
355
  **Note:** Version bump only for package @featurevisor/types
337
356
 
@@ -339,18 +358,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
339
358
 
340
359
 
341
360
 
342
- # [0.12.0](https://github.com/fahad19/featurevisor/compare/v0.11.0...v0.12.0) (2023-04-17)
361
+ # [0.12.0](https://github.com/featurevisor/featurevisor/compare/v0.11.0...v0.12.0) (2023-04-17)
343
362
 
344
363
 
345
364
  ### Features
346
365
 
347
- * Allow overriding variation for specific rules ([#51](https://github.com/fahad19/featurevisor/issues/51)) ([e6447df](https://github.com/fahad19/featurevisor/commit/e6447df579d8b579aa67a44ba7a370b7cac9f320))
366
+ * Allow overriding variation for specific rules ([#51](https://github.com/featurevisor/featurevisor/issues/51)) ([e6447df](https://github.com/featurevisor/featurevisor/commit/e6447df579d8b579aa67a44ba7a370b7cac9f320))
348
367
 
349
368
 
350
369
 
351
370
 
352
371
 
353
- # [0.11.0](https://github.com/fahad19/featurevisor/compare/v0.10.1...v0.11.0) (2023-04-17)
372
+ # [0.11.0](https://github.com/featurevisor/featurevisor/compare/v0.10.1...v0.11.0) (2023-04-17)
354
373
 
355
374
  **Note:** Version bump only for package @featurevisor/types
356
375
 
@@ -358,7 +377,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
358
377
 
359
378
 
360
379
 
361
- # [0.10.0](https://github.com/fahad19/featurevisor/compare/v0.9.0...v0.10.0) (2023-04-15)
380
+ # [0.10.0](https://github.com/featurevisor/featurevisor/compare/v0.9.0...v0.10.0) (2023-04-15)
362
381
 
363
382
  **Note:** Version bump only for package @featurevisor/types
364
383
 
@@ -366,7 +385,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
366
385
 
367
386
 
368
387
 
369
- # [0.9.0](https://github.com/fahad19/featurevisor/compare/v0.8.1...v0.9.0) (2023-04-15)
388
+ # [0.9.0](https://github.com/featurevisor/featurevisor/compare/v0.8.1...v0.9.0) (2023-04-15)
370
389
 
371
390
  **Note:** Version bump only for package @featurevisor/types
372
391
 
@@ -374,62 +393,62 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
374
393
 
375
394
 
376
395
 
377
- # [0.8.0](https://github.com/fahad19/featurevisor/compare/v0.7.0...v0.8.0) (2023-04-09)
396
+ # [0.8.0](https://github.com/featurevisor/featurevisor/compare/v0.7.0...v0.8.0) (2023-04-09)
378
397
 
379
398
 
380
399
  ### Features
381
400
 
382
- * Status site generator ([#31](https://github.com/fahad19/featurevisor/issues/31)) ([05749d4](https://github.com/fahad19/featurevisor/commit/05749d4ca2938a0ee7c7b52c7441b078d5f0dee9))
401
+ * Status site generator ([#31](https://github.com/featurevisor/featurevisor/issues/31)) ([05749d4](https://github.com/featurevisor/featurevisor/commit/05749d4ca2938a0ee7c7b52c7441b078d5f0dee9))
383
402
 
384
403
 
385
404
 
386
405
 
387
406
 
388
- # [0.7.0](https://github.com/fahad19/featurevisor/compare/v0.6.0...v0.7.0) (2023-03-25)
407
+ # [0.7.0](https://github.com/featurevisor/featurevisor/compare/v0.6.0...v0.7.0) (2023-03-25)
389
408
 
390
409
 
391
410
  ### Features
392
411
 
393
- * Introduce semver operators ([#30](https://github.com/fahad19/featurevisor/issues/30)) ([b2841c3](https://github.com/fahad19/featurevisor/commit/b2841c3473e9100f9a7f404c7ed15903037523a7))
412
+ * Introduce semver operators ([#30](https://github.com/featurevisor/featurevisor/issues/30)) ([b2841c3](https://github.com/featurevisor/featurevisor/commit/b2841c3473e9100f9a7f404c7ed15903037523a7))
394
413
 
395
414
 
396
415
 
397
416
 
398
417
 
399
- # [0.6.0](https://github.com/fahad19/featurevisor/compare/v0.5.3...v0.6.0) (2023-03-25)
418
+ # [0.6.0](https://github.com/featurevisor/featurevisor/compare/v0.5.3...v0.6.0) (2023-03-25)
400
419
 
401
420
 
402
421
  ### Features
403
422
 
404
- * Introduce new JSON type for variables ([#28](https://github.com/fahad19/featurevisor/issues/28)) ([49ff4cb](https://github.com/fahad19/featurevisor/commit/49ff4cb99f840f29e9ac8fcacfee9a9a961ff776))
423
+ * Introduce new JSON type for variables ([#28](https://github.com/featurevisor/featurevisor/issues/28)) ([49ff4cb](https://github.com/featurevisor/featurevisor/commit/49ff4cb99f840f29e9ac8fcacfee9a9a961ff776))
405
424
 
406
425
 
407
426
 
408
427
 
409
428
 
410
- ## [0.5.3](https://github.com/fahad19/featurevisor/compare/v0.5.2...v0.5.3) (2023-03-25)
429
+ ## [0.5.3](https://github.com/featurevisor/featurevisor/compare/v0.5.2...v0.5.3) (2023-03-25)
411
430
 
412
431
 
413
432
  ### Bug Fixes
414
433
 
415
- * linting fixes ([#27](https://github.com/fahad19/featurevisor/issues/27)) ([8f16194](https://github.com/fahad19/featurevisor/commit/8f161943332a617a5e25f811c985e1a33a9559fa))
434
+ * linting fixes ([#27](https://github.com/featurevisor/featurevisor/issues/27)) ([8f16194](https://github.com/featurevisor/featurevisor/commit/8f161943332a617a5e25f811c985e1a33a9559fa))
416
435
 
417
436
 
418
437
 
419
438
 
420
439
 
421
- # [0.5.0](https://github.com/fahad19/featurevisor/compare/v0.4.0...v0.5.0) (2023-03-22)
440
+ # [0.5.0](https://github.com/featurevisor/featurevisor/compare/v0.4.0...v0.5.0) (2023-03-22)
422
441
 
423
442
 
424
443
  ### Features
425
444
 
426
- * Variable overrides at rule level ([#23](https://github.com/fahad19/featurevisor/issues/23)) ([c4792a0](https://github.com/fahad19/featurevisor/commit/c4792a0beaf33370a3afaafa665491a59e876412))
445
+ * Variable overrides at rule level ([#23](https://github.com/featurevisor/featurevisor/issues/23)) ([c4792a0](https://github.com/featurevisor/featurevisor/commit/c4792a0beaf33370a3afaafa665491a59e876412))
427
446
 
428
447
 
429
448
 
430
449
 
431
450
 
432
- # [0.4.0](https://github.com/fahad19/featurevisor/compare/v0.3.0...v0.4.0) (2023-03-19)
451
+ # [0.4.0](https://github.com/featurevisor/featurevisor/compare/v0.3.0...v0.4.0) (2023-03-19)
433
452
 
434
453
  **Note:** Version bump only for package @featurevisor/types
435
454
 
@@ -437,29 +456,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
437
456
 
438
457
 
439
458
 
440
- # [0.3.0](https://github.com/fahad19/featurevisor/compare/v0.2.0...v0.3.0) (2023-03-17)
459
+ # [0.3.0](https://github.com/featurevisor/featurevisor/compare/v0.2.0...v0.3.0) (2023-03-17)
441
460
 
442
461
 
443
462
  ### Features
444
463
 
445
- * support objects as variables ([#18](https://github.com/fahad19/featurevisor/issues/18)) ([c1b6160](https://github.com/fahad19/featurevisor/commit/c1b61609d299bbf2e46c644c4f09336cdd94e128))
464
+ * support objects as variables ([#18](https://github.com/featurevisor/featurevisor/issues/18)) ([c1b6160](https://github.com/featurevisor/featurevisor/commit/c1b61609d299bbf2e46c644c4f09336cdd94e128))
446
465
 
447
466
 
448
467
 
449
468
 
450
469
 
451
- # [0.2.0](https://github.com/fahad19/featurevisor/compare/v0.1.0...v0.2.0) (2023-03-16)
470
+ # [0.2.0](https://github.com/featurevisor/featurevisor/compare/v0.1.0...v0.2.0) (2023-03-16)
452
471
 
453
472
 
454
473
  ### Features
455
474
 
456
- * NOT operator ([#16](https://github.com/fahad19/featurevisor/issues/16)) ([9c7b239](https://github.com/fahad19/featurevisor/commit/9c7b23944a37c327308f441f4afd2731aaf97889))
475
+ * NOT operator ([#16](https://github.com/featurevisor/featurevisor/issues/16)) ([9c7b239](https://github.com/featurevisor/featurevisor/commit/9c7b23944a37c327308f441f4afd2731aaf97889))
457
476
 
458
477
 
459
478
 
460
479
 
461
480
 
462
- # [0.1.0](https://github.com/fahad19/featurevisor/compare/v0.0.4...v0.1.0) (2023-03-05)
481
+ # [0.1.0](https://github.com/featurevisor/featurevisor/compare/v0.0.4...v0.1.0) (2023-03-05)
463
482
 
464
483
  **Note:** Version bump only for package @featurevisor/types
465
484
 
@@ -467,7 +486,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
467
486
 
468
487
 
469
488
 
470
- ## [0.0.4](https://github.com/fahad19/featurevisor/compare/v0.0.3...v0.0.4) (2023-03-05)
489
+ ## [0.0.4](https://github.com/featurevisor/featurevisor/compare/v0.0.3...v0.0.4) (2023-03-05)
471
490
 
472
491
  **Note:** Version bump only for package @featurevisor/types
473
492
 
@@ -475,18 +494,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
475
494
 
476
495
 
477
496
 
478
- ## [0.0.3](https://github.com/fahad19/featurevisor/compare/v0.0.2...v0.0.3) (2023-03-05)
497
+ ## [0.0.3](https://github.com/featurevisor/featurevisor/compare/v0.0.2...v0.0.3) (2023-03-05)
479
498
 
480
499
 
481
500
  ### Bug Fixes
482
501
 
483
- * publish access ([ea5cd7c](https://github.com/fahad19/featurevisor/commit/ea5cd7cd8554e2def5fdcc1d3488598a08e99bfa))
502
+ * publish access ([ea5cd7c](https://github.com/featurevisor/featurevisor/commit/ea5cd7cd8554e2def5fdcc1d3488598a08e99bfa))
484
503
 
485
504
 
486
505
 
487
506
 
488
507
 
489
- ## [0.0.2](https://github.com/fahad19/featurevisor/compare/v0.0.1...v0.0.2) (2023-03-05)
508
+ ## [0.0.2](https://github.com/featurevisor/featurevisor/compare/v0.0.1...v0.0.2) (2023-03-05)
490
509
 
491
510
  **Note:** Version bump only for package @featurevisor/types
492
511
 
@@ -499,4 +518,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
499
518
 
500
519
  ### Bug Fixes
501
520
 
502
- * linting ([230bfa0](https://github.com/fahad19/featurevisor/commit/230bfa0824f79181581585ccc37c2e78c5aeac42))
521
+ * linting ([230bfa0](https://github.com/featurevisor/featurevisor/commit/230bfa0824f79181581585ccc37c2e78c5aeac42))
package/package.json CHANGED
@@ -1,16 +1,19 @@
1
1
  {
2
2
  "name": "@featurevisor/types",
3
- "version": "0.46.0",
3
+ "version": "0.47.1",
4
4
  "description": "Common Typescript types for Featurevisor",
5
5
  "main": "dist/index.js",
6
6
  "module": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
8
8
  "scripts": {
9
- "lint": "echo 'not linting in this package yet'",
10
9
  "transpile": "rimraf lib && tsc --project tsconfig.esm.json",
11
10
  "dist": "webpack --config ./webpack.config.js",
12
11
  "build": "npm run transpile && npm run dist",
13
- "test": "echo 'Nothing to test in types package'"
12
+ "test": "echo 'Nothing to test in types package'",
13
+ "format": "prettier . --check --cache --log-level=warn",
14
+ "lint": "eslint . --cache",
15
+ "format:fix": "prettier . --write --cache --log-level=warn",
16
+ "lint:fix": "eslint . --fix --cache"
14
17
  },
15
18
  "author": {
16
19
  "name": "Fahad Heylaal",
@@ -31,15 +34,15 @@
31
34
  ],
32
35
  "repository": {
33
36
  "type": "git",
34
- "url": "https://github.com/fahad19/featurevisor.git"
37
+ "url": "https://github.com/featurevisor/featurevisor.git"
35
38
  },
36
39
  "publishConfig": {
37
40
  "access": "public",
38
41
  "registry": "https://registry.npmjs.org/"
39
42
  },
40
43
  "bugs": {
41
- "url": "https://github.com/fahad19/featurevisor/issues"
44
+ "url": "https://github.com/featurevisor/featurevisor/issues"
42
45
  },
43
46
  "license": "MIT",
44
- "gitHead": "2404707e0f8506be540726a372c06abe116b7152"
47
+ "gitHead": "1f71f945cf6bbfe420d41ae03ac205cbf30aba83"
45
48
  }
@@ -0,0 +1,8 @@
1
+ const rootConfig = require("../../prettier.config");
2
+
3
+ /** @type {import('prettier').Config} */
4
+ const config = {
5
+ ...rootConfig,
6
+ };
7
+
8
+ module.exports = config;