@featurevisor/sdk 1.27.2 → 1.27.5
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 +19 -0
- package/coverage/clover.xml +5 -5
- package/coverage/coverage-final.json +8 -8
- package/coverage/lcov-report/bucket.ts.html +1 -1
- package/coverage/lcov-report/conditions.ts.html +4 -4
- package/coverage/lcov-report/datafileReader.ts.html +1 -1
- package/coverage/lcov-report/emitter.ts.html +1 -1
- package/coverage/lcov-report/feature.ts.html +1 -1
- package/coverage/lcov-report/index.html +5 -5
- package/coverage/lcov-report/instance.ts.html +1 -1
- package/coverage/lcov-report/logger.ts.html +1 -1
- package/coverage/lcov-report/segments.ts.html +1 -1
- package/coverage/lcov.info +48 -50
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.gz +0 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -8
- package/src/conditions.ts +1 -1
- package/src/logger.spec.ts +1 -3
- package/.eslintcache +0 -1
- package/.eslintrc.js +0 -18
- package/.prettierignore +0 -5
- package/prettier.config.js +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.27.5](https://github.com/featurevisor/featurevisor/compare/v1.27.4...v1.27.5) (2024-12-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @featurevisor/sdk
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.27.4](https://github.com/featurevisor/featurevisor/compare/v1.27.3...v1.27.4) (2024-12-01)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* non-existent property in context when checking in and noIn conditions ([#328](https://github.com/featurevisor/featurevisor/issues/328)) ([fc85214](https://github.com/featurevisor/featurevisor/commit/fc85214449ff9c34b9f63e8eb737104365f0bb8d))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [1.27.2](https://github.com/featurevisor/featurevisor/compare/v1.27.1...v1.27.2) (2024-08-28)
|
|
7
26
|
|
|
8
27
|
|
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="620" coveredstatements="570" conditionals="
|
|
2
|
+
<coverage generated="1734809187986" clover="3.2.0">
|
|
3
|
+
<project timestamp="1734809187987" name="All files">
|
|
4
|
+
<metrics statements="620" coveredstatements="570" conditionals="327" coveredconditionals="281" methods="99" coveredmethods="93" elements="1046" coveredelements="944" complexity="0" loc="620" ncloc="620" 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"/>
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<line num="12" count="105" type="stmt"/>
|
|
15
15
|
</file>
|
|
16
16
|
<file name="conditions.ts" path="/home/runner/work/featurevisor/featurevisor/packages/sdk/src/conditions.ts">
|
|
17
|
-
<metrics statements="67" coveredstatements="63" conditionals="
|
|
17
|
+
<metrics statements="67" coveredstatements="63" conditionals="63" coveredconditionals="62" methods="6" coveredmethods="6"/>
|
|
18
18
|
<line num="1" count="3" type="stmt"/>
|
|
19
19
|
<line num="7" count="3" type="stmt"/>
|
|
20
20
|
<line num="8" count="414" type="stmt"/>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<line num="19" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
28
28
|
<line num="20" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
29
29
|
<line num="22" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
30
|
-
<line num="25" count="45" type="cond" truecount="
|
|
30
|
+
<line num="25" count="45" type="cond" truecount="2" falsecount="0"/>
|
|
31
31
|
<line num="27" count="8" type="stmt"/>
|
|
32
32
|
<line num="29" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
33
33
|
<line num="30" count="4" type="stmt"/>
|