@keystrokehq/cli 0.0.6 → 0.0.7

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.
@@ -25,7 +25,7 @@ function createAuthCommand() {
25
25
  description: "Authenticate Keystroke CLI via device flow",
26
26
  schema: AuthOptionsSchema,
27
27
  optionsConfig: AUTH_OPTIONS_CONFIG,
28
- loadHandler: async () => (await import("./auth.handler-CbhiLOG1.mjs")).handleAuth,
28
+ loadHandler: async () => (await import("./auth.handler-BFnFI2fQ.mjs")).handleAuth,
29
29
  subcommands: [
30
30
  createTypedCommand({
31
31
  name: "clear",
@@ -23,7 +23,7 @@ const deviceAuthCallbackSuccessSchema = z.object({
23
23
  organizationName: z.string().optional()
24
24
  });
25
25
  function createDeviceAuthState() {
26
- return randomBytes(24).toString("base64url");
26
+ return randomBytes(24).toString("hex");
27
27
  }
28
28
  function buildDeviceAuthUrl(params) {
29
29
  const authUrl = new URL(AUTH_URL_PATH, params.webUrl);
@@ -9,7 +9,7 @@ import * as path$1 from "node:path";
9
9
  import { z } from "zod";
10
10
  import { log } from "@clack/prompts";
11
11
  //#region package.json
12
- var version = "0.0.6";
12
+ var version = "0.0.7";
13
13
  //#endregion
14
14
  //#region src/command-registry.ts
15
15
  const ROOT_OPTIONS_WITH_VALUES = new Set([
@@ -33,7 +33,7 @@ const lazyCommandDefinitions = [
33
33
  },
34
34
  {
35
35
  name: "auth",
36
- loadCommand: async () => (await import("./auth-DS3C07ib.mjs")).createAuthCommand()
36
+ loadCommand: async () => (await import("./auth-D2vYD0E8.mjs")).createAuthCommand()
37
37
  },
38
38
  {
39
39
  name: "connect",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/cli",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "private": false,
5
5
  "description": "Command-line interface for creating, managing, and deploying Keystroke automations.",
6
6
  "type": "module",
@@ -41,15 +41,15 @@
41
41
  "vitest": "^4.1.5",
42
42
  "@keystroke/env-utils": "0.0.0",
43
43
  "@keystroke/local-memory": "0.0.0",
44
+ "@keystroke/project-config": "0.0.1",
44
45
  "@keystroke/shared-types": "0.0.1",
45
46
  "@keystroke/test-utils": "0.0.0",
46
- "@keystroke/typescript-config": "0.0.0",
47
47
  "@keystroke/utils": "0.0.0",
48
+ "@keystroke/typescript-config": "0.0.0",
48
49
  "@keystroke/workflow-builder": "0.0.2",
49
- "@keystrokehq/core": "0.0.3",
50
+ "@keystrokehq/core": "0.0.4",
50
51
  "@keystroke/workflow-deploy": "0.0.1",
51
- "@keystroke/workflow-sdk": "0.0.0",
52
- "@keystroke/project-config": "0.0.1"
52
+ "@keystroke/workflow-sdk": "0.0.0"
53
53
  },
54
54
  "keywords": [
55
55
  "automation",