@opensip-tools/fitness 1.0.9 → 1.0.10

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.9 build /home/runner/work/opensip-tools/opensip-tools/packages/fitness/engine
2
+ > @opensip-tools/fitness@1.0.10 build /home/runner/work/opensip-tools/opensip-tools/packages/fitness/engine
3
3
  > tsc
4
4
 
@@ -1,49 +1,49 @@
1
1
 
2
- > @opensip-tools/fitness@1.0.9 test /home/runner/work/opensip-tools/opensip-tools/packages/fitness/engine
2
+ > @opensip-tools/fitness@1.0.10 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) 230ms
9
- ✓ src/framework/__tests__/registry.test.ts (24 tests) 65ms
10
- ✓ src/recipes/__tests__/service.test.ts (28 tests) 709ms
11
- ✓ src/framework/__tests__/import-graph.test.ts (20 tests) 865ms
12
- ✓ findStronglyConnectedComponents > handles a deep graph without recursion blowing the stack 642ms
13
- ✓ src/plugins/__tests__/check-package-discovery.test.ts (16 tests) 298ms
14
- ✓ src/recipes/__tests__/check-resolution.test.ts (14 tests) 43ms
15
- ✓ src/__tests__/sarif.test.ts (15 tests) 48ms
16
- ✓ src/plugins/__tests__/lang-domain.test.ts (8 tests) 138ms
17
- ✓ src/framework/__tests__/result-builder.test.ts (25 tests) 97ms
18
- ✓ src/framework/__tests__/scope-resolver.test.ts (8 tests) 264ms
19
- ✓ src/plugins/__tests__/loader.test.ts (10 tests) 6358ms
20
- ✓ loadPlugin > registers Check instances exported as named exports (no array wrapper) 6076ms
21
- ✓ src/framework/__tests__/content-filter.test.ts (10 tests) 41ms
22
- ✓ src/framework/__tests__/define-check.test.ts (17 tests) 51ms
23
- ✓ src/framework/__tests__/file-cache.test.ts (15 tests) 101ms
24
- ✓ src/framework/__tests__/path-matcher.test.ts (12 tests) 151ms
25
- ✓ src/framework/__tests__/content-filter-dispatch.test.ts (6 tests) 44ms
26
- ✓ src/recipes/__tests__/registry.test.ts (15 tests) 78ms
27
- ✓ src/targets/__tests__/loader.test.ts (11 tests) 74ms
28
- ✓ src/framework/__tests__/strip-literals.test.ts (17 tests) 36ms
29
- ✓ src/framework/__tests__/file-accessor.test.ts (11 tests) 162ms
30
- ✓ src/framework/__tests__/ast-utilities.test.ts (19 tests) 81ms
31
- ✓ src/targets/__tests__/target-registry.test.ts (11 tests) 23ms
32
- ✓ src/recipes/__tests__/built-in-recipes.test.ts (14 tests) 37ms
33
- ✓ src/framework/__tests__/execution-context.test.ts (4 tests) 100ms
34
- ✓ src/signalers/__tests__/loader.test.ts (8 tests) 73ms
35
- ✓ src/recipes/__tests__/retry.test.ts (6 tests) 31ms
36
- ✓ src/framework/__tests__/directive-parsing.test.ts (8 tests) 13ms
37
- ✓ src/recipes/__tests__/check-config.test.ts (5 tests) 12ms
38
- ✓ src/targets/__tests__/resolver.test.ts (6 tests) 71ms
39
- ✓ src/framework/__tests__/directive-inventory.test.ts (9 tests) 18ms
40
- ✓ src/framework/__tests__/command-executor.test.ts (5 tests) 89ms
41
- ✓ src/framework/__tests__/check-config.test.ts (6 tests) 31ms
42
- ✓ src/framework/__tests__/severity-mapping.test.ts (13 tests) 28ms
43
- ✓ src/framework/__tests__/register-helpers.test.ts (4 tests) 19ms
8
+ ✓ src/__tests__/gate.test.ts (28 tests) 354ms
9
+ ✓ src/recipes/__tests__/service.test.ts (28 tests) 666ms
10
+ ✓ src/framework/__tests__/registry.test.ts (24 tests) 99ms
11
+ ✓ src/framework/__tests__/import-graph.test.ts (20 tests) 745ms
12
+ ✓ findStronglyConnectedComponents > handles a deep graph without recursion blowing the stack 557ms
13
+ ✓ src/plugins/__tests__/check-package-discovery.test.ts (16 tests) 327ms
14
+ ✓ src/recipes/__tests__/check-resolution.test.ts (14 tests) 145ms
15
+ ✓ src/__tests__/sarif.test.ts (15 tests) 101ms
16
+ ✓ src/plugins/__tests__/lang-domain.test.ts (8 tests) 84ms
17
+ ✓ src/framework/__tests__/result-builder.test.ts (25 tests) 124ms
18
+ ✓ src/framework/__tests__/scope-resolver.test.ts (8 tests) 181ms
19
+ ✓ src/plugins/__tests__/loader.test.ts (10 tests) 6479ms
20
+ ✓ loadPlugin > registers Check instances exported as named exports (no array wrapper) 6108ms
21
+ ✓ src/framework/__tests__/content-filter.test.ts (10 tests) 111ms
22
+ ✓ src/framework/__tests__/define-check.test.ts (17 tests) 85ms
23
+ ✓ src/framework/__tests__/file-cache.test.ts (15 tests) 60ms
24
+ ✓ src/framework/__tests__/path-matcher.test.ts (12 tests) 150ms
25
+ ✓ src/recipes/__tests__/registry.test.ts (15 tests) 33ms
26
+ ✓ src/framework/__tests__/content-filter-dispatch.test.ts (6 tests) 67ms
27
+ ✓ src/targets/__tests__/loader.test.ts (11 tests) 71ms
28
+ ✓ src/framework/__tests__/file-accessor.test.ts (11 tests) 147ms
29
+ ✓ src/framework/__tests__/strip-literals.test.ts (17 tests) 38ms
30
+ ✓ src/recipes/__tests__/built-in-recipes.test.ts (14 tests) 64ms
31
+ ✓ src/framework/__tests__/ast-utilities.test.ts (19 tests) 88ms
32
+ ✓ src/targets/__tests__/target-registry.test.ts (11 tests) 30ms
33
+ ✓ src/framework/__tests__/execution-context.test.ts (4 tests) 150ms
34
+ ✓ src/signalers/__tests__/loader.test.ts (8 tests) 153ms
35
+ ✓ src/recipes/__tests__/retry.test.ts (6 tests) 25ms
36
+ ✓ src/recipes/__tests__/check-config.test.ts (5 tests) 20ms
37
+ ✓ src/framework/__tests__/directive-parsing.test.ts (8 tests) 16ms
38
+ ✓ src/targets/__tests__/resolver.test.ts (6 tests) 113ms
39
+ ✓ src/framework/__tests__/command-executor.test.ts (5 tests) 101ms
40
+ ✓ src/framework/__tests__/directive-inventory.test.ts (9 tests) 12ms
41
+ ✓ src/framework/__tests__/check-config.test.ts (6 tests) 47ms
42
+ ✓ src/framework/__tests__/severity-mapping.test.ts (13 tests) 18ms
43
+ ✓ src/framework/__tests__/register-helpers.test.ts (4 tests) 20ms
44
44
 
45
45
   Test Files  34 passed (34)
46
46
   Tests  428 passed (428)
47
-  Start at  22:05:49
48
-  Duration  25.18s (transform 6.39s, setup 0ms, collect 23.57s, tests 10.48s, environment 37ms, prepare 12.94s)
47
+  Start at  00:26:54
48
+  Duration  25.75s (transform 5.14s, setup 0ms, collect 22.49s, tests 10.92s, environment 43ms, prepare 14.54s)
49
49
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @opensip-tools/fitness@1.0.9 typecheck /home/runner/work/opensip-tools/opensip-tools/packages/fitness/engine
2
+ > @opensip-tools/fitness@1.0.10 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.9",
3
+ "version": "1.0.10",
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.9",
32
- "@opensip-tools/core": "1.0.9"
31
+ "@opensip-tools/contracts": "1.0.10",
32
+ "@opensip-tools/core": "1.0.10"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/js-yaml": "^4.0.0",