@opensip-cli/checks-python 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  This is a **fitness check pack**. Install it alongside the `opensip-cli` CLI and its checks are discovered automatically.
10
10
 
11
- Part of [**opensip-cli**](https://github.com/opensip-ai/opensip-cli) — an open-source codebase-analysis toolkit: fitness checks (`fit`), static call-graph analysis (`graph`), and simulation (`sim`).
11
+ Part of [**opensip-cli**](https://github.com/opensip-ai/opensip-cli) — an open-source codebase intelligence CLI: fitness checks (`fit`), static call-graph analysis (`graph`), and simulation (`sim`).
12
12
 
13
13
  ## Install
14
14
 
@@ -23,8 +23,8 @@ This package is published for the CLI and advanced plugin authors; most users sh
23
23
  ## Documentation
24
24
 
25
25
  - 📚 Project docs: https://opensip.ai/docs/opensip-cli/
26
- - 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-cli/blob/v0.1.0/docs/public/70-reference/02-package-catalog.md
27
- - 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.0/packages/fitness/checks-python
26
+ - 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-cli/blob/v0.1.1/docs/public/70-reference/02-package-catalog.md
27
+ - 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.1/packages/fitness/checks-python
28
28
 
29
29
  ## License
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensip-cli/checks-python",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Python fitness checks for opensip-cli",
6
6
  "keywords": [
@@ -35,14 +35,14 @@
35
35
  "NOTICE"
36
36
  ],
37
37
  "dependencies": {
38
- "@opensip-cli/lang-python": "0.1.0",
39
- "@opensip-cli/fitness": "0.1.0"
38
+ "@opensip-cli/lang-python": "0.1.1",
39
+ "@opensip-cli/fitness": "0.1.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^24.13.2",
43
43
  "vitest": "^4.1.8",
44
- "@opensip-cli/test-support": "0.1.0",
45
- "@opensip-cli/core": "0.1.0"
44
+ "@opensip-cli/test-support": "0.1.1",
45
+ "@opensip-cli/core": "0.1.1"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsc",