@tenux/cli 0.0.16 → 0.0.17

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.
@@ -59,6 +59,7 @@ function getSupabase() {
59
59
  accessToken: session.access_token,
60
60
  refreshToken: session.refresh_token
61
61
  });
62
+ client.realtime.setAuth(session.access_token);
62
63
  }
63
64
  });
64
65
  return client;
@@ -75,6 +76,7 @@ async function initSupabaseSession() {
75
76
  if (error) {
76
77
  throw new Error(`Failed to restore session: ${error.message}`);
77
78
  }
79
+ sb.realtime.setAuth(config.accessToken);
78
80
  }
79
81
  initialized = true;
80
82
  }
package/dist/cli.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  loadConfig,
10
10
  saveConfig,
11
11
  updateConfig
12
- } from "./chunk-MB4X6UQJ.js";
12
+ } from "./chunk-QPS4CXAL.js";
13
13
 
14
14
  // src/cli.ts
15
15
  import { Command } from "commander";
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  resetSupabase,
8
8
  saveConfig,
9
9
  updateConfig
10
- } from "./chunk-MB4X6UQJ.js";
10
+ } from "./chunk-QPS4CXAL.js";
11
11
  export {
12
12
  Relay,
13
13
  configExists,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tenux/cli",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "Tenux — mobile-first IDE for 10x engineering",
5
5
  "author": "Antelogic LLC",
6
6
  "license": "MIT",