@featurevisor/sdk 1.27.6 → 1.29.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/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.29.1](https://github.com/featurevisor/featurevisor/compare/v1.29.0...v1.29.1) (2025-01-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * convert to datafile schema v2 internally ([#337](https://github.com/featurevisor/featurevisor/issues/337)) ([3441369](https://github.com/featurevisor/featurevisor/commit/3441369a2c237fbef2acdf8acd219cda6c4eb923))
12
+
13
+
14
+
15
+
16
+
17
+ # [1.28.0](https://github.com/featurevisor/featurevisor/compare/v1.27.6...v1.28.0) (2025-01-21)
18
+
19
+
20
+ ### Features
21
+
22
+ * datafile schema v2 ([#334](https://github.com/featurevisor/featurevisor/issues/334)) ([ee91c78](https://github.com/featurevisor/featurevisor/commit/ee91c781ad8e3347c828cea63279f5b9931a24e7))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [1.27.6](https://github.com/featurevisor/featurevisor/compare/v1.27.5...v1.27.6) (2025-01-20)
7
29
 
8
30
 
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1737402562546" clover="3.2.0">
3
- <project timestamp="1737402562546" name="All files">
4
- <metrics statements="620" coveredstatements="570" conditionals="330" coveredconditionals="283" methods="99" coveredmethods="93" elements="1049" coveredelements="946" complexity="0" loc="620" ncloc="620" packages="1" files="8" classes="8"/>
2
+ <coverage generated="1737665080373" clover="3.2.0">
3
+ <project timestamp="1737665080373" name="All files">
4
+ <metrics statements="632" coveredstatements="582" conditionals="331" coveredconditionals="284" methods="100" coveredmethods="94" elements="1063" coveredelements="960" complexity="0" loc="632" ncloc="632" packages="1" files="8" classes="8"/>
5
5
  <file name="bucket.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/bucket.ts">
6
6
  <metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
7
7
  <line num="1" count="2" type="stmt"/>
@@ -84,31 +84,43 @@
84
84
  <line num="126" count="0" type="stmt"/>
85
85
  </file>
86
86
  <file name="datafileReader.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/datafileReader.ts">
87
- <metrics statements="24" coveredstatements="23" conditionals="5" coveredconditionals="5" methods="11" coveredmethods="11"/>
88
- <line num="11" count="3" type="stmt"/>
89
- <line num="12" count="135" type="cond" truecount="3" falsecount="0"/>
90
- <line num="13" count="9" type="stmt"/>
91
- <line num="14" count="9" type="stmt"/>
92
- <line num="16" count="0" type="stmt"/>
93
- <line num="20" count="135" type="stmt"/>
94
- <line num="23" count="3" type="stmt"/>
95
- <line num="31" count="30" type="stmt"/>
96
- <line num="32" count="30" type="stmt"/>
97
- <line num="33" count="30" type="stmt"/>
98
- <line num="34" count="30" type="stmt"/>
99
- <line num="35" count="30" type="stmt"/>
100
- <line num="39" count="2" type="stmt"/>
101
- <line num="43" count="1" type="stmt"/>
102
- <line num="47" count="2" type="stmt"/>
103
- <line num="51" count="1" type="stmt"/>
104
- <line num="55" count="354" type="stmt"/>
105
- <line num="57" count="136" type="cond" truecount="1" falsecount="0"/>
106
- <line num="58" count="1" type="stmt"/>
107
- <line num="61" count="135" type="stmt"/>
108
- <line num="65" count="128" type="stmt"/>
109
- <line num="67" count="118" type="cond" truecount="1" falsecount="0"/>
110
- <line num="68" count="7" type="stmt"/>
111
- <line num="71" count="111" type="stmt"/>
87
+ <metrics statements="36" coveredstatements="35" conditionals="6" coveredconditionals="6" methods="12" coveredmethods="12"/>
88
+ <line num="12" count="3" type="stmt"/>
89
+ <line num="13" count="137" type="cond" truecount="3" falsecount="0"/>
90
+ <line num="14" count="10" type="stmt"/>
91
+ <line num="15" count="10" type="stmt"/>
92
+ <line num="17" count="0" type="stmt"/>
93
+ <line num="21" count="137" type="stmt"/>
94
+ <line num="24" count="3" type="stmt"/>
95
+ <line num="33" count="31" type="stmt"/>
96
+ <line num="34" count="31" type="stmt"/>
97
+ <line num="36" count="31" type="cond" truecount="2" falsecount="0"/>
98
+ <line num="38" count="1" type="stmt"/>
99
+ <line num="40" count="1" type="stmt"/>
100
+ <line num="41" count="1" type="stmt"/>
101
+ <line num="42" count="1" type="stmt"/>
102
+ <line num="45" count="30" type="stmt"/>
103
+ <line num="47" count="30" type="stmt"/>
104
+ <line num="48" count="30" type="stmt"/>
105
+ <line num="49" count="6" type="stmt"/>
106
+ <line num="52" count="30" type="stmt"/>
107
+ <line num="53" count="30" type="stmt"/>
108
+ <line num="54" count="17" type="stmt"/>
109
+ <line num="57" count="30" type="stmt"/>
110
+ <line num="58" count="30" type="stmt"/>
111
+ <line num="59" count="27" type="stmt"/>
112
+ <line num="65" count="3" type="stmt"/>
113
+ <line num="69" count="2" type="stmt"/>
114
+ <line num="73" count="3" type="stmt"/>
115
+ <line num="75" count="3" type="stmt"/>
116
+ <line num="76" count="4" type="stmt"/>
117
+ <line num="79" count="3" type="stmt"/>
118
+ <line num="83" count="2" type="stmt"/>
119
+ <line num="87" count="139" type="stmt"/>
120
+ <line num="89" count="139" type="cond" truecount="1" falsecount="0"/>
121
+ <line num="90" count="2" type="stmt"/>
122
+ <line num="93" count="137" type="stmt"/>
123
+ <line num="97" count="120" type="stmt"/>
112
124
  </file>
113
125
  <file name="emitter.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/emitter.ts">
114
126
  <metrics statements="18" coveredstatements="18" conditionals="6" coveredconditionals="6" methods="7" coveredmethods="7"/>