@opensip-cli/graph 0.1.16 → 0.1.17
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 +10 -10
package/README.md
CHANGED
|
@@ -25,8 +25,8 @@ This package is published for the CLI and advanced plugin authors; most users sh
|
|
|
25
25
|
## Documentation
|
|
26
26
|
|
|
27
27
|
- 📚 Project docs: https://opensip.ai/docs/opensip-cli/
|
|
28
|
-
- 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-cli/blob/v0.1.
|
|
29
|
-
- 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.
|
|
28
|
+
- 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-cli/blob/v0.1.17/docs/public/70-reference/02-package-catalog.md
|
|
29
|
+
- 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.17/packages/graph/engine
|
|
30
30
|
|
|
31
31
|
## License
|
|
32
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensip-cli/graph",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.17",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Static call-graph + dead-end analysis (seven-stage pipeline)",
|
|
6
6
|
"keywords": [
|
|
@@ -441,21 +441,21 @@
|
|
|
441
441
|
"glob": "^13.0.0",
|
|
442
442
|
"react": "^19.2.7",
|
|
443
443
|
"zod": "^4.4.3",
|
|
444
|
-
"@opensip-cli/cli-live": "0.1.
|
|
445
|
-
"@opensip-cli/clone-detection": "0.1.
|
|
446
|
-
"@opensip-cli/
|
|
447
|
-
"@opensip-cli/
|
|
448
|
-
"@opensip-cli/contracts": "0.1.
|
|
449
|
-
"@opensip-cli/datastore": "0.1.
|
|
450
|
-
"@opensip-cli/
|
|
451
|
-
"@opensip-cli/
|
|
444
|
+
"@opensip-cli/cli-live": "0.1.17",
|
|
445
|
+
"@opensip-cli/clone-detection": "0.1.17",
|
|
446
|
+
"@opensip-cli/config": "0.1.17",
|
|
447
|
+
"@opensip-cli/cli-ui": "0.1.17",
|
|
448
|
+
"@opensip-cli/contracts": "0.1.17",
|
|
449
|
+
"@opensip-cli/datastore": "0.1.17",
|
|
450
|
+
"@opensip-cli/session-store": "0.1.17",
|
|
451
|
+
"@opensip-cli/core": "0.1.17"
|
|
452
452
|
},
|
|
453
453
|
"devDependencies": {
|
|
454
454
|
"@types/node": "^24.13.2",
|
|
455
455
|
"@types/react": "^19.2.17",
|
|
456
456
|
"typescript": "~6.0.3",
|
|
457
457
|
"vitest": "^4.1.8",
|
|
458
|
-
"@opensip-cli/output": "0.1.
|
|
458
|
+
"@opensip-cli/output": "0.1.17"
|
|
459
459
|
},
|
|
460
460
|
"scripts": {
|
|
461
461
|
"build": "tsc",
|