tabclaw 0.1.2 → 0.1.4

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.
@@ -3235,8 +3235,8 @@ function broadcastEvent(wsServer, frame) {
3235
3235
 
3236
3236
  // src/shared/credentials.ts
3237
3237
  init_esm_shims();
3238
- import { readFileSync as readFileSync4, writeFileSync as writeFileSync2, existsSync as existsSync6 } from "fs";
3239
- import { join as join4 } from "path";
3238
+ import { readFileSync as readFileSync4, writeFileSync as writeFileSync2, existsSync as existsSync6, mkdirSync as mkdirSync3 } from "fs";
3239
+ import { join as join4, dirname as dirname4 } from "path";
3240
3240
  import { homedir as homedir2 } from "os";
3241
3241
  function getCredentialsPath() {
3242
3242
  return join4(homedir2(), ".tabclaw", "credentials.json");