@opensip-tools/checks-python 1.0.8 → 1.0.9
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.
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
> @opensip-tools/checks-python@1.0.
|
|
2
|
+
> @opensip-tools/checks-python@1.0.9 test /home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-python
|
|
3
3
|
> vitest run --passWithNoTests
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
[1m[7m[36m RUN [39m[27m[22m [36mv2.1.9 [39m[90m/home/runner/work/opensip-tools/opensip-tools/packages/fitness/checks-python[39m
|
|
7
7
|
|
|
8
|
-
[32m✓[39m src/__tests__/no-bare-except.test.ts [2m([22m[2m7 tests[22m[2m)[22m[90m
|
|
8
|
+
[32m✓[39m src/__tests__/no-bare-except.test.ts [2m([22m[2m7 tests[22m[2m)[22m[90m 7[2mms[22m[39m
|
|
9
9
|
[32m✓[39m src/__tests__/analyze.test.ts [2m([22m[2m7 tests[22m[2m)[22m[90m 45[2mms[22m[39m
|
|
10
10
|
|
|
11
11
|
[2m Test Files [22m [1m[32m2 passed[39m[22m[90m (2)[39m
|
|
12
12
|
[2m Tests [22m [1m[32m14 passed[39m[22m[90m (14)[39m
|
|
13
|
-
[2m Start at [22m
|
|
14
|
-
[2m Duration [22m
|
|
13
|
+
[2m Start at [22m 22:05:55
|
|
14
|
+
[2m Duration [22m 9.97s[2m (transform 2.64s, setup 0ms, collect 16.00s, tests 53ms, environment 14ms, prepare 1.07s)[22m
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensip-tools/checks-python",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
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.
|
|
22
|
+
"@opensip-tools/fitness": "1.0.9"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/node": "^22.0.0",
|