@opensip-cli/graph 0.1.9 → 0.1.10

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 +2 -2
  2. package/package.json +8 -8
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.9/docs/public/70-reference/02-package-catalog.md
27
- - 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.9/packages/graph/engine
26
+ - 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-cli/blob/v0.1.10/docs/public/70-reference/02-package-catalog.md
27
+ - 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.10/packages/graph/engine
28
28
 
29
29
  ## License
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensip-cli/graph",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Static call-graph + dead-end analysis (seven-stage pipeline)",
6
6
  "keywords": [
@@ -375,19 +375,19 @@
375
375
  "ink": "^7.0.5",
376
376
  "react": "^19.2.7",
377
377
  "zod": "^4.4.3",
378
- "@opensip-cli/cli-ui": "0.1.9",
379
- "@opensip-cli/config": "0.1.9",
380
- "@opensip-cli/contracts": "0.1.9",
381
- "@opensip-cli/core": "0.1.9",
382
- "@opensip-cli/datastore": "0.1.9",
383
- "@opensip-cli/session-store": "0.1.9"
378
+ "@opensip-cli/cli-ui": "0.1.10",
379
+ "@opensip-cli/config": "0.1.10",
380
+ "@opensip-cli/contracts": "0.1.10",
381
+ "@opensip-cli/core": "0.1.10",
382
+ "@opensip-cli/session-store": "0.1.10",
383
+ "@opensip-cli/datastore": "0.1.10"
384
384
  },
385
385
  "devDependencies": {
386
386
  "@types/node": "^24.13.2",
387
387
  "@types/react": "^19.2.17",
388
388
  "typescript": "~6.0.3",
389
389
  "vitest": "^4.1.8",
390
- "@opensip-cli/output": "0.1.9"
390
+ "@opensip-cli/output": "0.1.10"
391
391
  },
392
392
  "scripts": {
393
393
  "build": "tsc",