@opensip-tools/fitness 1.0.5 → 1.0.6

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.6 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.6 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
8
+ ✓ src/__tests__/gate.test.ts (28 tests) 259ms
9
+ ✓ src/recipes/__tests__/service.test.ts (28 tests) 759ms
10
+ ✓ src/framework/__tests__/registry.test.ts (24 tests) 94ms
11
+ ✓ src/framework/__tests__/import-graph.test.ts (20 tests) 957ms
12
+ ✓ findStronglyConnectedComponents > handles a deep graph without recursion blowing the stack 681ms
13
+ ✓ src/plugins/__tests__/check-package-discovery.test.ts (16 tests) 259ms
14
+ ✓ src/recipes/__tests__/check-resolution.test.ts (14 tests) 74ms
15
+ ✓ src/__tests__/sarif.test.ts (15 tests) 85ms
16
+ ✓ src/plugins/__tests__/lang-domain.test.ts (8 tests) 173ms
17
+ ✓ src/framework/__tests__/result-builder.test.ts (25 tests) 98ms
18
+ ✓ src/framework/__tests__/scope-resolver.test.ts (8 tests) 276ms
19
+ ✓ src/plugins/__tests__/loader.test.ts (10 tests) 6660ms
20
+ ✓ loadPlugin > registers Check instances exported as named exports (no array wrapper) 6353ms
21
+ ✓ src/framework/__tests__/content-filter.test.ts (10 tests) 50ms
22
+ ✓ src/framework/__tests__/define-check.test.ts (17 tests) 45ms
23
+ ✓ src/framework/__tests__/file-cache.test.ts (15 tests) 249ms
24
+ ✓ src/framework/__tests__/path-matcher.test.ts (12 tests) 251ms
25
+ ✓ src/recipes/__tests__/registry.test.ts (15 tests) 60ms
26
+ ✓ src/framework/__tests__/content-filter-dispatch.test.ts (6 tests) 67ms
27
+ ✓ src/targets/__tests__/loader.test.ts (11 tests) 93ms
28
+ ✓ src/framework/__tests__/file-accessor.test.ts (11 tests) 95ms
29
+ ✓ src/framework/__tests__/strip-literals.test.ts (17 tests) 19ms
30
+ ✓ src/recipes/__tests__/built-in-recipes.test.ts (14 tests) 58ms
31
+ ✓ src/framework/__tests__/ast-utilities.test.ts (19 tests) 56ms
32
+ ✓ src/targets/__tests__/target-registry.test.ts (11 tests) 20ms
33
+ ✓ src/framework/__tests__/execution-context.test.ts (4 tests) 159ms
34
+ ✓ src/recipes/__tests__/retry.test.ts (6 tests) 17ms
35
+ ✓ src/signalers/__tests__/loader.test.ts (8 tests) 92ms
36
+ ✓ src/framework/__tests__/directive-inventory.test.ts (9 tests) 14ms
37
+ ✓ src/framework/__tests__/command-executor.test.ts (5 tests) 88ms
38
+ ✓ src/targets/__tests__/resolver.test.ts (6 tests) 120ms
39
+ ✓ src/framework/__tests__/check-config.test.ts (6 tests) 14ms
40
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
41
+ ✓ src/framework/__tests__/register-helpers.test.ts (4 tests) 15ms
42
+ ✓ src/recipes/__tests__/check-config.test.ts (4 tests) 10ms
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  17:46:32
47
+  Duration  23.94s (transform 5.82s, setup 0ms, collect 22.82s, tests 11.31s, environment 40ms, prepare 11.53s)
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.6 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.6",
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.6",
32
+ "@opensip-tools/core": "1.0.6"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/js-yaml": "^4.0.0",