@opensip-tools/fitness 1.0.4 → 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.4 build /Users/sb/Documents/Code/opensip-ai/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
 
@@ -0,0 +1,48 @@
1
+
2
+ > @opensip-tools/fitness@1.0.6 test /home/runner/work/opensip-tools/opensip-tools/packages/fitness/engine
3
+ > vitest run --passWithNoTests
4
+
5
+
6
+  RUN  v2.1.9 /home/runner/work/opensip-tools/opensip-tools/packages/fitness/engine
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
43
+
44
+  Test Files  33 passed (33)
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)
48
+
@@ -1,4 +1,4 @@
1
1
 
2
- > @opensip-tools/fitness@1.0.4 typecheck /Users/sb/Documents/Code/opensip-ai/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.4",
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.4",
32
- "@opensip-tools/core": "1.0.4"
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",