@opensip-cli/cli-live 0.1.13 → 0.1.14

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 +4 -4
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.13/docs/public/70-reference/02-package-catalog.md
29
- - 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.13/packages/cli-live
28
+ - 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-cli/blob/v0.1.14/docs/public/70-reference/02-package-catalog.md
29
+ - 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.14/packages/cli-live
30
30
 
31
31
  ## License
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensip-cli/cli-live",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Shared live-run runtime for OpenSIP CLI tools — state machine, produce() seam, and core glue over the cli-ui LiveRun shell.",
6
6
  "keywords": [
@@ -35,9 +35,9 @@
35
35
  "dependencies": {
36
36
  "ink": "^7.0.5",
37
37
  "react": "^19.2.7",
38
- "@opensip-cli/contracts": "0.1.13",
39
- "@opensip-cli/core": "0.1.13",
40
- "@opensip-cli/cli-ui": "0.1.13"
38
+ "@opensip-cli/cli-ui": "0.1.14",
39
+ "@opensip-cli/contracts": "0.1.14",
40
+ "@opensip-cli/core": "0.1.14"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^24.13.2",