@opensip-tools/fitness 1.0.4 → 1.0.5

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.5 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.5 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) 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
43
+
44
+  Test Files  33 passed (33)
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)
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.5 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.5",
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.5",
32
+ "@opensip-tools/core": "1.0.5"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/js-yaml": "^4.0.0",