@swirls/cli 0.1.25 → 0.1.27

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 +1 -1
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @swirls/cli
2
2
 
3
- Swirls command line application. https://swirls.ai/docs/docs/references/cli
3
+ Swirls command line application. https://swirls.ai/docs/docs/reference/cli
4
4
 
5
5
  ## Install
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swirls/cli",
3
- "version": "0.1.25",
3
+ "version": "0.1.27",
4
4
  "description": "Swirls command line application",
5
5
  "author": {
6
6
  "name": "Swirls",
@@ -32,7 +32,7 @@
32
32
  "@stricli/core": "1.2.4",
33
33
  "@swirls/auth": "0.0.1",
34
34
  "@swirls/core": "0.0.1",
35
- "@swirls/execution": "0.0.1",
35
+ "@swirls/engine": "0.0.1",
36
36
  "@swirls/language": "0.0.1",
37
37
  "@swirls/sdk": "0.0.13",
38
38
  "@types/bun": "1.3.9",
@@ -43,7 +43,6 @@
43
43
  "elysia": "1.4.18",
44
44
  "open": "10.2.0",
45
45
  "picocolors": "1.0.0",
46
- "openworkflow": "0.8.1",
47
46
  "resend": "6.9.1",
48
47
  "typescript": "5.9.3",
49
48
  "zod": "4.3.5"