@featurevisor/sdk 1.35.0 → 1.35.2

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ ## [1.35.2](https://github.com/featurevisor/featurevisor/compare/v1.35.1...v1.35.2) (2025-03-31)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * variable evaluation when variation is overridden from rule ([#352](https://github.com/featurevisor/featurevisor/issues/352)) ([9c7039d](https://github.com/featurevisor/featurevisor/commit/9c7039d3782c96af28122b64bedb1a0d28502e29))
12
+
13
+
14
+
15
+
16
+
6
17
  # [1.35.0](https://github.com/featurevisor/featurevisor/compare/v1.34.2...v1.35.0) (2025-03-13)
7
18
 
8
19
  **Note:** Version bump only for package @featurevisor/sdk
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1741900884337" clover="3.2.0">
3
- <project timestamp="1741900884337" name="All files">
4
- <metrics statements="635" coveredstatements="588" conditionals="349" coveredconditionals="302" methods="101" coveredmethods="94" elements="1085" coveredelements="984" complexity="0" loc="635" ncloc="635" packages="1" files="9" classes="9"/>
2
+ <coverage generated="1743456389663" clover="3.2.0">
3
+ <project timestamp="1743456389663" name="All files">
4
+ <metrics statements="637" coveredstatements="589" conditionals="353" coveredconditionals="305" methods="101" coveredmethods="94" elements="1091" coveredelements="988" complexity="0" loc="637" ncloc="637" packages="1" files="9" classes="9"/>
5
5
  <file name="bucket.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/bucket.ts">
6
6
  <metrics statements="44" coveredstatements="42" conditionals="17" coveredconditionals="15" methods="4" coveredmethods="4"/>
7
7
  <line num="1" count="2" type="stmt"/>
@@ -184,7 +184,7 @@
184
184
  <line num="50" count="8" type="stmt"/>
185
185
  </file>
186
186
  <file name="evaluate.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/evaluate.ts">
187
- <metrics statements="206" coveredstatements="197" conditionals="139" coveredconditionals="128" methods="10" coveredmethods="10"/>
187
+ <metrics statements="208" coveredstatements="198" conditionals="143" coveredconditionals="131" methods="10" coveredmethods="10"/>
188
188
  <line num="24" count="1" type="stmt"/>
189
189
  <line num="25" count="1" type="stmt"/>
190
190
  <line num="31" count="1" type="stmt"/>
@@ -355,42 +355,44 @@
355
355
  <line num="643" count="2" type="stmt"/>
356
356
  <line num="649" count="20" type="cond" truecount="4" falsecount="0"/>
357
357
  <line num="650" count="3" type="stmt"/>
358
- <line num="651" count="17" type="cond" truecount="3" falsecount="0"/>
359
- <line num="652" count="16" type="stmt"/>
360
- <line num="655" count="20" type="cond" truecount="3" falsecount="0"/>
361
- <line num="656" count="38" type="stmt"/>
362
- <line num="658" count="19" type="cond" truecount="3" falsecount="0"/>
363
- <line num="659" count="34" type="stmt"/>
364
- <line num="661" count="19" type="cond" truecount="1" falsecount="0"/>
365
- <line num="662" count="7" type="cond" truecount="1" falsecount="0"/>
366
- <line num="663" count="7" type="stmt"/>
367
- <line num="664" count="12" type="cond" truecount="1" falsecount="0"/>
368
- <line num="665" count="5" type="stmt"/>
369
- <line num="672" count="7" type="cond" truecount="1" falsecount="0"/>
370
- <line num="673" count="7" type="stmt"/>
371
- <line num="681" count="0" type="stmt"/>
372
- <line num="684" count="7" type="cond" truecount="1" falsecount="0"/>
373
- <line num="685" count="4" type="stmt"/>
374
- <line num="697" count="4" type="stmt"/>
358
+ <line num="651" count="17" type="cond" truecount="3" falsecount="1"/>
359
+ <line num="652" count="0" type="stmt"/>
360
+ <line num="653" count="17" type="cond" truecount="3" falsecount="0"/>
361
+ <line num="654" count="16" type="stmt"/>
362
+ <line num="657" count="20" type="cond" truecount="3" falsecount="0"/>
363
+ <line num="658" count="38" type="stmt"/>
364
+ <line num="660" count="19" type="cond" truecount="3" falsecount="0"/>
365
+ <line num="661" count="34" type="stmt"/>
366
+ <line num="663" count="19" type="cond" truecount="1" falsecount="0"/>
367
+ <line num="664" count="7" type="cond" truecount="1" falsecount="0"/>
368
+ <line num="665" count="7" type="stmt"/>
369
+ <line num="666" count="12" type="cond" truecount="1" falsecount="0"/>
370
+ <line num="667" count="5" type="stmt"/>
371
+ <line num="674" count="7" type="cond" truecount="1" falsecount="0"/>
372
+ <line num="675" count="7" type="stmt"/>
373
+ <line num="683" count="0" type="stmt"/>
374
+ <line num="686" count="7" type="cond" truecount="1" falsecount="0"/>
375
+ <line num="687" count="4" type="stmt"/>
375
376
  <line num="699" count="4" type="stmt"/>
376
- <line num="703" count="3" type="cond" truecount="1" falsecount="0"/>
377
- <line num="704" count="3" type="stmt"/>
378
- <line num="716" count="3" type="stmt"/>
377
+ <line num="701" count="4" type="stmt"/>
378
+ <line num="705" count="3" type="cond" truecount="1" falsecount="0"/>
379
+ <line num="706" count="3" type="stmt"/>
379
380
  <line num="718" count="3" type="stmt"/>
380
- <line num="728" count="18" type="cond" truecount="0" falsecount="1"/>
381
- <line num="729" count="0" type="stmt"/>
382
- <line num="736" count="0" type="stmt"/>
381
+ <line num="720" count="3" type="stmt"/>
382
+ <line num="730" count="18" type="cond" truecount="0" falsecount="1"/>
383
+ <line num="731" count="0" type="stmt"/>
383
384
  <line num="738" count="0" type="stmt"/>
384
- <line num="741" count="18" type="cond" truecount="3" falsecount="0"/>
385
- <line num="742" count="13" type="stmt"/>
386
- <line num="752" count="13" type="stmt"/>
385
+ <line num="740" count="0" type="stmt"/>
386
+ <line num="743" count="18" type="cond" truecount="3" falsecount="0"/>
387
+ <line num="744" count="13" type="stmt"/>
387
388
  <line num="754" count="13" type="stmt"/>
388
- <line num="757" count="5" type="stmt"/>
389
- <line num="765" count="5" type="stmt"/>
389
+ <line num="756" count="13" type="stmt"/>
390
+ <line num="759" count="5" type="stmt"/>
390
391
  <line num="767" count="5" type="stmt"/>
391
- <line num="769" count="0" type="stmt"/>
392
- <line num="775" count="0" type="stmt"/>
392
+ <line num="769" count="5" type="stmt"/>
393
+ <line num="771" count="0" type="stmt"/>
393
394
  <line num="777" count="0" type="stmt"/>
395
+ <line num="779" count="0" type="stmt"/>
394
396
  </file>
395
397
  <file name="feature.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/feature.ts">
396
398
  <metrics statements="42" coveredstatements="41" conditionals="20" coveredconditionals="19" methods="7" coveredmethods="7"/>