@keystrokehq/keystroke 0.1.83 → 0.1.84

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.
package/dist/agent.cjs CHANGED
@@ -9,6 +9,7 @@ let zod = require("zod");
9
9
  let node_async_hooks = require("node:async_hooks");
10
10
  let node_fs = require("node:fs");
11
11
  let node_path = require("node:path");
12
+ require("node:crypto");
12
13
  let node_os = require("node:os");
13
14
  let node_fs_promises = require("node:fs/promises");
14
15
  let node_sqlite = require("node:sqlite");