@opensip-tools/checks-cpp 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/checks-cpp@1.0.9 build /home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-cpp
2
+ > @opensip-tools/checks-cpp@1.0.10 build /home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-cpp
3
3
  > tsc
4
4
 
@@ -1,15 +1,15 @@
1
1
 
2
- > @opensip-tools/checks-cpp@1.0.9 test /home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-cpp
2
+ > @opensip-tools/checks-cpp@1.0.10 test /home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-cpp
3
3
  > vitest run --passWithNoTests
4
4
 
5
5
 
6
6
   RUN  v2.1.9 /home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-cpp
7
7
 
8
- ✓ src/__tests__/parse.test.ts (7 tests) 28ms
9
- ✓ src/__tests__/clang-tidy.test.ts (6 tests) 48ms
8
+ ✓ src/__tests__/parse.test.ts (7 tests) 39ms
9
+ ✓ src/__tests__/clang-tidy.test.ts (6 tests) 54ms
10
10
 
11
11
   Test Files  2 passed (2)
12
12
   Tests  13 passed (13)
13
-  Start at  22:05:49
14
-  Duration  10.31s (transform 3.02s, setup 0ms, collect 16.33s, tests 76ms, environment 1ms, prepare 1.52s)
13
+  Start at  00:27:01
14
+  Duration  9.88s (transform 2.69s, setup 0ms, collect 15.74s, tests 93ms, environment 26ms, prepare 1.43s)
15
15
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @opensip-tools/checks-cpp@1.0.9 typecheck /home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-cpp
2
+ > @opensip-tools/checks-cpp@1.0.10 typecheck /home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-cpp
3
3
  > tsc --noEmit
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensip-tools/checks-cpp",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "license": "MIT",
5
5
  "description": "C/C++ fitness checks (clang-tidy backed)",
6
6
  "repository": {
@@ -19,7 +19,7 @@
19
19
  ".": "./dist/index.js"
20
20
  },
21
21
  "dependencies": {
22
- "@opensip-tools/fitness": "1.0.9"
22
+ "@opensip-tools/fitness": "1.0.10"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "^22.0.0",