@opensip-cli/simulation 0.1.18 → 0.1.19

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 +9 -9
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.18/docs/public/70-reference/02-package-catalog.md
29
- - 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.18/packages/simulation/engine
28
+ - 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-cli/blob/v0.1.19/docs/public/70-reference/02-package-catalog.md
29
+ - 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.19/packages/simulation/engine
30
30
 
31
31
  ## License
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensip-cli/simulation",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Simulation scenarios for OpenSIP CLI",
6
6
  "keywords": [
@@ -180,19 +180,19 @@
180
180
  "commander": "^15.0.0",
181
181
  "react": "^19.2.7",
182
182
  "zod": "^4.4.3",
183
- "@opensip-cli/contracts": "0.1.18",
184
- "@opensip-cli/cli-live": "0.1.18",
185
- "@opensip-cli/core": "0.1.18",
186
- "@opensip-cli/session-store": "0.1.18",
187
- "@opensip-cli/cli-ui": "0.1.18",
188
- "@opensip-cli/config": "0.1.18",
189
- "@opensip-cli/datastore": "0.1.18"
183
+ "@opensip-cli/cli-live": "0.1.19",
184
+ "@opensip-cli/contracts": "0.1.19",
185
+ "@opensip-cli/config": "0.1.19",
186
+ "@opensip-cli/core": "0.1.19",
187
+ "@opensip-cli/session-store": "0.1.19",
188
+ "@opensip-cli/cli-ui": "0.1.19",
189
+ "@opensip-cli/datastore": "0.1.19"
190
190
  },
191
191
  "devDependencies": {
192
192
  "@types/node": "^24.13.2",
193
193
  "@types/react": "^19.2.17",
194
194
  "typescript": "~6.0.3",
195
- "vitest": "^4.1.8"
195
+ "vitest": "^4.1.9"
196
196
  },
197
197
  "scripts": {
198
198
  "build": "tsc",