@opensip-tools/checks-python 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/checks-python@1.0.6 build /home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-python
2
+ > @opensip-tools/checks-python@1.0.7 build /home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-python
3
3
  > tsc
4
4
 
@@ -1,15 +1,15 @@
1
1
 
2
- > @opensip-tools/checks-python@1.0.6 test /home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-python
2
+ > @opensip-tools/checks-python@1.0.7 test /home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-python
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-python
7
7
 
8
- ✓ src/__tests__/no-bare-except.test.ts (7 tests) 24ms
9
- ✓ src/__tests__/analyze.test.ts (7 tests) 33ms
8
+ ✓ src/__tests__/no-bare-except.test.ts (7 tests) 16ms
9
+ ✓ src/__tests__/analyze.test.ts (7 tests) 47ms
10
10
 
11
11
   Test Files  2 passed (2)
12
12
   Tests  14 passed (14)
13
-  Start at  17:46:37
14
-  Duration  9.54s (transform 2.23s, setup 0ms, collect 15.62s, tests 57ms, environment 10ms, prepare 1.07s)
13
+  Start at  20:35:32
14
+  Duration  9.45s (transform 2.64s, setup 0ms, collect 15.09s, tests 63ms, environment 9ms, prepare 883ms)
15
15
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @opensip-tools/checks-python@1.0.6 typecheck /home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-python
2
+ > @opensip-tools/checks-python@1.0.7 typecheck /home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-python
3
3
  > tsc --noEmit
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensip-tools/checks-python",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "license": "MIT",
5
5
  "description": "Python fitness checks for opensip-tools",
6
6
  "repository": {
@@ -19,7 +19,7 @@
19
19
  ".": "./dist/index.js"
20
20
  },
21
21
  "dependencies": {
22
- "@opensip-tools/fitness": "1.0.6"
22
+ "@opensip-tools/fitness": "1.0.7"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "^22.0.0",