@keystrokehq/cli 0.0.10 → 0.0.11

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.
@@ -13,7 +13,7 @@ import { config } from "dotenv";
13
13
  import { z } from "zod";
14
14
  import { log } from "@clack/prompts";
15
15
  //#region package.json
16
- var version = "0.0.10";
16
+ var version = "0.0.11";
17
17
  //#endregion
18
18
  //#region src/command-registry.ts
19
19
  const ROOT_OPTIONS_WITH_VALUES$1 = new Set([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/cli",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "private": false,
5
5
  "description": "Command-line interface for creating, managing, and deploying Keystroke automations.",
6
6
  "type": "module",
@@ -30,7 +30,7 @@
30
30
  "dotenv": "^17.4.2",
31
31
  "ky": "^1.14.3",
32
32
  "oxc-parser": "^0.128.0",
33
- "rolldown": "1.0.0-rc.17",
33
+ "rolldown": "1.0.0",
34
34
  "tsx": "^4.21.0",
35
35
  "zod": "^4.3.6",
36
36
  "@keystrokehq/skills": "0.0.2"
@@ -40,16 +40,16 @@
40
40
  "typescript": "^5.9.3",
41
41
  "vitest": "^4.1.5",
42
42
  "@keystroke/env-utils": "0.0.0",
43
- "@keystroke/local-memory": "0.0.0",
44
43
  "@keystroke/project-config": "0.0.1",
45
44
  "@keystroke/shared-types": "0.0.1",
45
+ "@keystroke/local-memory": "0.0.0",
46
46
  "@keystroke/test-utils": "0.0.0",
47
47
  "@keystroke/typescript-config": "0.0.0",
48
48
  "@keystroke/utils": "0.0.0",
49
49
  "@keystroke/workflow-builder": "0.0.2",
50
50
  "@keystrokehq/core": "0.0.4",
51
- "@keystroke/workflow-deploy": "0.0.1",
52
- "@keystroke/workflow-sdk": "0.0.0"
51
+ "@keystroke/workflow-sdk": "0.0.0",
52
+ "@keystroke/workflow-deploy": "0.0.1"
53
53
  },
54
54
  "keywords": [
55
55
  "automation",