@keystrokehq/cli 0.0.27 → 0.0.28

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/dist/keystroke.mjs +1 -1
  2. package/package.json +10 -10
@@ -521,7 +521,7 @@ const logger = {
521
521
  };
522
522
  //#endregion
523
523
  //#region package.json
524
- var version = "0.0.27";
524
+ var version = "0.0.28";
525
525
  //#endregion
526
526
  //#region src/command-registry.ts
527
527
  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.27",
3
+ "version": "0.0.28",
4
4
  "private": false,
5
5
  "description": "Command-line interface for creating, managing, and deploying Keystroke automations.",
6
6
  "type": "module",
@@ -32,26 +32,26 @@
32
32
  "rolldown": "1.0.0",
33
33
  "tsx": "^4.21.0",
34
34
  "zod": "4.4.3",
35
- "@keystrokehq/skills": "0.0.7"
35
+ "@keystrokehq/skills": "0.0.8"
36
36
  },
37
37
  "devDependencies": {
38
38
  "tsdown": "0.21.10",
39
39
  "typescript": "^5.9.3",
40
40
  "vitest": "^4.1.5",
41
- "@keystroke/env-utils": "0.0.0",
42
- "@keystroke/local-memory": "0.0.1",
43
41
  "@keystrokehq/config": "0.0.2",
44
- "@keystroke/shared-types": "0.0.7",
42
+ "@keystroke/test-utils": "0.0.4",
45
43
  "@keystroke/typescript-config": "0.0.0",
44
+ "@keystroke/shared-types": "0.0.8",
46
45
  "@keystroke/utils": "0.0.0",
47
- "@keystroke/test-utils": "0.0.4",
48
- "@keystroke/workflow-builder": "0.0.9",
46
+ "@keystroke/workflow-builder": "0.0.10",
47
+ "@keystrokehq/runtime": "0.0.5",
49
48
  "@keystrokehq/core": "0.0.8",
50
49
  "@keystrokehq/workflow-build-contracts": "0.0.4",
51
- "@keystrokehq/runtime": "0.0.5",
52
50
  "@keystrokehq/testing": "0.2.3",
53
- "@keystroke/workflow-sdk": "0.0.6",
54
- "@keystroke/workflow-deploy": "0.0.8"
51
+ "@keystroke/workflow-deploy": "0.0.9",
52
+ "@keystroke/workflow-sdk": "0.0.7",
53
+ "@keystroke/env-utils": "0.0.0",
54
+ "@keystroke/local-memory": "0.0.1"
55
55
  },
56
56
  "keywords": [
57
57
  "automation",