@opensip-tools/fitness 1.0.6 → 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.6 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.6 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) 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
- ✓ src/framework/__tests__/severity-mapping.test.ts (13 tests) 20ms
41
- ✓ src/framework/__tests__/register-helpers.test.ts (4 tests) 15ms
42
- ✓ src/recipes/__tests__/check-config.test.ts (4 tests) 10ms
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  17:46:32
47
-  Duration  23.94s (transform 5.82s, setup 0ms, collect 22.82s, tests 11.31s, environment 40ms, prepare 11.53s)
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.6 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.6",
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.6",
32
- "@opensip-tools/core": "1.0.6"
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",