@opensip-tools/fitness 1.0.5 → 1.0.7

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @opensip-tools/fitness@1.0.5 build /home/runner/work/opensip-tools/opensip-tools/packages/fitness/engine
2
+ > @opensip-tools/fitness@1.0.7 build /home/runner/work/opensip-tools/opensip-tools/packages/fitness/engine
3
3
  > tsc
4
4
 
@@ -1,48 +1,48 @@
1
1
 
2
- > @opensip-tools/fitness@1.0.5 test /home/runner/work/opensip-tools/opensip-tools/packages/fitness/engine
2
+ > @opensip-tools/fitness@1.0.7 test /home/runner/work/opensip-tools/opensip-tools/packages/fitness/engine
3
3
  > vitest run --passWithNoTests
4
4
 
5
5
 
6
6
   RUN  v2.1.9 /home/runner/work/opensip-tools/opensip-tools/packages/fitness/engine
7
7
 
8
- ✓ src/__tests__/gate.test.ts (28 tests) 246ms
9
- ✓ src/recipes/__tests__/service.test.ts (28 tests) 923ms
10
- ✓ src/framework/__tests__/registry.test.ts (24 tests) 151ms
11
- ✓ src/framework/__tests__/import-graph.test.ts (20 tests) 989ms
12
- ✓ findStronglyConnectedComponents > handles a deep graph without recursion blowing the stack 654ms
13
- ✓ src/plugins/__tests__/check-package-discovery.test.ts (16 tests) 151ms
14
- ✓ src/recipes/__tests__/check-resolution.test.ts (14 tests) 80ms
15
- ✓ src/__tests__/sarif.test.ts (15 tests) 64ms
16
- ✓ src/plugins/__tests__/lang-domain.test.ts (8 tests) 217ms
17
- ✓ src/framework/__tests__/result-builder.test.ts (25 tests) 174ms
18
- ✓ src/plugins/__tests__/loader.test.ts (10 tests) 6048ms
19
- ✓ loadPlugin > registers Check instances exported as named exports (no array wrapper) 5806ms
20
- ✓ src/framework/__tests__/scope-resolver.test.ts (8 tests) 179ms
21
- ✓ src/framework/__tests__/content-filter.test.ts (10 tests) 82ms
22
- ✓ src/framework/__tests__/define-check.test.ts (17 tests) 64ms
23
- ✓ src/framework/__tests__/file-cache.test.ts (15 tests) 142ms
24
- ✓ src/framework/__tests__/path-matcher.test.ts (12 tests) 181ms
25
- ✓ src/framework/__tests__/content-filter-dispatch.test.ts (6 tests) 46ms
26
- ✓ src/recipes/__tests__/registry.test.ts (15 tests) 33ms
27
- ✓ src/targets/__tests__/loader.test.ts (11 tests) 66ms
28
- ✓ src/framework/__tests__/strip-literals.test.ts (17 tests) 43ms
29
- ✓ src/framework/__tests__/file-accessor.test.ts (11 tests) 121ms
30
- ✓ src/recipes/__tests__/built-in-recipes.test.ts (14 tests) 43ms
31
- ✓ src/targets/__tests__/target-registry.test.ts (11 tests) 38ms
32
- ✓ src/framework/__tests__/ast-utilities.test.ts (19 tests) 73ms
33
- ✓ src/framework/__tests__/execution-context.test.ts (4 tests) 75ms
34
- ✓ src/signalers/__tests__/loader.test.ts (8 tests) 105ms
35
- ✓ src/recipes/__tests__/retry.test.ts (6 tests) 36ms
36
- ✓ src/targets/__tests__/resolver.test.ts (6 tests) 132ms
37
- ✓ src/framework/__tests__/directive-inventory.test.ts (9 tests) 26ms
38
- ✓ src/framework/__tests__/command-executor.test.ts (5 tests) 108ms
39
- ✓ src/framework/__tests__/check-config.test.ts (6 tests) 53ms
40
- ✓ src/framework/__tests__/severity-mapping.test.ts (13 tests) 20ms
41
- ✓ src/framework/__tests__/register-helpers.test.ts (4 tests) 14ms
42
- ✓ src/recipes/__tests__/check-config.test.ts (4 tests) 19ms
8
+ ✓ src/__tests__/gate.test.ts (28 tests) 203ms
9
+ ✓ src/framework/__tests__/registry.test.ts (24 tests) 140ms
10
+ ✓ src/recipes/__tests__/service.test.ts (28 tests) 1111ms
11
+ ✓ src/framework/__tests__/import-graph.test.ts (20 tests) 689ms
12
+ ✓ findStronglyConnectedComponents > handles a deep graph without recursion blowing the stack 467ms
13
+ ✓ src/plugins/__tests__/check-package-discovery.test.ts (16 tests) 213ms
14
+ ✓ src/recipes/__tests__/check-resolution.test.ts (14 tests) 106ms
15
+ ✓ src/__tests__/sarif.test.ts (15 tests) 71ms
16
+ ✓ src/plugins/__tests__/lang-domain.test.ts (8 tests) 231ms
17
+ ✓ src/framework/__tests__/result-builder.test.ts (25 tests) 118ms
18
+ ✓ src/framework/__tests__/scope-resolver.test.ts (8 tests) 249ms
19
+ ✓ src/plugins/__tests__/loader.test.ts (10 tests) 5899ms
20
+ ✓ loadPlugin > registers Check instances exported as named exports (no array wrapper) 5739ms
21
+ ✓ src/framework/__tests__/define-check.test.ts (17 tests) 52ms
22
+ ✓ src/framework/__tests__/content-filter.test.ts (10 tests) 13ms
23
+ ✓ src/framework/__tests__/file-cache.test.ts (15 tests) 247ms
24
+ ✓ src/framework/__tests__/path-matcher.test.ts (12 tests) 137ms
25
+ ✓ src/framework/__tests__/content-filter-dispatch.test.ts (6 tests) 60ms
26
+ ✓ src/recipes/__tests__/registry.test.ts (15 tests) 34ms
27
+ ✓ src/targets/__tests__/loader.test.ts (11 tests) 112ms
28
+ ✓ src/framework/__tests__/file-accessor.test.ts (11 tests) 117ms
29
+ ✓ src/framework/__tests__/strip-literals.test.ts (17 tests) 28ms
30
+ ✓ src/framework/__tests__/ast-utilities.test.ts (19 tests) 143ms
31
+ ✓ src/recipes/__tests__/built-in-recipes.test.ts (14 tests) 54ms
32
+ ✓ src/targets/__tests__/target-registry.test.ts (11 tests) 18ms
33
+ ✓ src/signalers/__tests__/loader.test.ts (8 tests) 63ms
34
+ ✓ src/framework/__tests__/execution-context.test.ts (4 tests) 175ms
35
+ ✓ src/recipes/__tests__/retry.test.ts (6 tests) 22ms
36
+ ✓ src/framework/__tests__/directive-inventory.test.ts (9 tests) 28ms
37
+ ✓ src/framework/__tests__/command-executor.test.ts (5 tests) 78ms
38
+ ✓ src/targets/__tests__/resolver.test.ts (6 tests) 54ms
39
+ ✓ src/framework/__tests__/check-config.test.ts (6 tests) 22ms
40
+ ✓ src/framework/__tests__/severity-mapping.test.ts (13 tests) 14ms
41
+ ✓ src/framework/__tests__/register-helpers.test.ts (4 tests) 23ms
42
+ ✓ src/recipes/__tests__/check-config.test.ts (4 tests) 11ms
43
43
 
44
44
   Test Files  33 passed (33)
45
45
   Tests  419 passed (419)
46
-  Start at  05:18:28
47
-  Duration  25.39s (transform 5.88s, setup 0ms, collect 25.01s, tests 10.74s, environment 13ms, prepare 13.12s)
46
+  Start at  20:35:32
47
+  Duration  22.43s (transform 5.92s, setup 0ms, collect 22.40s, tests 10.53s, environment 31ms, prepare 10.76s)
48
48
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @opensip-tools/fitness@1.0.5 typecheck /home/runner/work/opensip-tools/opensip-tools/packages/fitness/engine
2
+ > @opensip-tools/fitness@1.0.7 typecheck /home/runner/work/opensip-tools/opensip-tools/packages/fitness/engine
3
3
  > tsc --noEmit
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensip-tools/fitness",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "license": "MIT",
5
5
  "description": "Fitness checks engine for OpenSIP Tools",
6
6
  "repository": {
@@ -28,8 +28,8 @@
28
28
  "minimatch": "^10.0.0",
29
29
  "typescript": "~5.7.0",
30
30
  "zod": "^3.24.0",
31
- "@opensip-tools/contracts": "1.0.5",
32
- "@opensip-tools/core": "1.0.5"
31
+ "@opensip-tools/contracts": "1.0.7",
32
+ "@opensip-tools/core": "1.0.7"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/js-yaml": "^4.0.0",