@opensip-cli/fitness 0.1.1 → 0.1.3
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/README.md +2 -2
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -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.
|
|
27
|
-
- 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.
|
|
26
|
+
- 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-cli/blob/v0.1.3/docs/public/70-reference/02-package-catalog.md
|
|
27
|
+
- 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.3/packages/fitness/engine
|
|
28
28
|
|
|
29
29
|
## License
|
|
30
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensip-cli/fitness",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Fitness checks engine for OpenSIP CLI",
|
|
6
6
|
"keywords": [
|
|
@@ -114,19 +114,19 @@
|
|
|
114
114
|
"react": "^19.2.7",
|
|
115
115
|
"typescript": "~6.0.3",
|
|
116
116
|
"zod": "^4.4.3",
|
|
117
|
-
"@opensip-cli/cli-ui": "0.1.
|
|
118
|
-
"@opensip-cli/
|
|
119
|
-
"@opensip-cli/
|
|
120
|
-
"@opensip-cli/
|
|
121
|
-
"@opensip-cli/
|
|
122
|
-
"@opensip-cli/
|
|
123
|
-
"@opensip-cli/
|
|
117
|
+
"@opensip-cli/cli-ui": "0.1.3",
|
|
118
|
+
"@opensip-cli/contracts": "0.1.3",
|
|
119
|
+
"@opensip-cli/config": "0.1.3",
|
|
120
|
+
"@opensip-cli/core": "0.1.3",
|
|
121
|
+
"@opensip-cli/datastore": "0.1.3",
|
|
122
|
+
"@opensip-cli/targeting": "0.1.3",
|
|
123
|
+
"@opensip-cli/session-store": "0.1.3"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
126
|
"@types/node": "^24.13.2",
|
|
127
127
|
"@types/react": "^19.2.17",
|
|
128
128
|
"vitest": "^4.1.8",
|
|
129
|
-
"@opensip-cli/lang-typescript": "0.1.
|
|
129
|
+
"@opensip-cli/lang-typescript": "0.1.3"
|
|
130
130
|
},
|
|
131
131
|
"scripts": {
|
|
132
132
|
"build": "tsc",
|