@gowelle/stint-agent 1.2.7 → 1.2.8

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.
@@ -5,7 +5,7 @@ import {
5
5
  } from "./chunk-QQP6IASS.js";
6
6
  import {
7
7
  authService
8
- } from "./chunk-EC5CDRON.js";
8
+ } from "./chunk-ATTQKBCX.js";
9
9
  import "./chunk-XHXSWLUC.js";
10
10
 
11
11
  // src/components/StatusDashboard.tsx
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  apiService
3
- } from "./chunk-3SUNGAQM.js";
4
- import "./chunk-EC5CDRON.js";
3
+ } from "./chunk-BKCCL27K.js";
4
+ import "./chunk-ATTQKBCX.js";
5
5
  import "./chunk-XHXSWLUC.js";
6
6
  export {
7
7
  apiService
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  apiService
3
- } from "./chunk-3SUNGAQM.js";
3
+ } from "./chunk-BKCCL27K.js";
4
4
  import {
5
5
  gitService,
6
6
  projectService
7
7
  } from "./chunk-QQP6IASS.js";
8
8
  import {
9
9
  authService
10
- } from "./chunk-EC5CDRON.js";
10
+ } from "./chunk-ATTQKBCX.js";
11
11
  import {
12
12
  notify
13
13
  } from "./chunk-HUQ7VJO6.js";
@@ -306,8 +306,8 @@ var WebSocketServiceImpl = class {
306
306
  * Get authentication signature for private channel from Laravel backend
307
307
  */
308
308
  async getChannelAuth(channel, socketId) {
309
- const { apiService: apiService2 } = await import("./api-WKNSGZ7I.js");
310
- const response = await apiService2.request("/broadcasting/auth", {
309
+ const { apiService: apiService2 } = await import("./api-D7WMIXU2.js");
310
+ const response = await apiService2.request("/api/broadcasting/auth", {
311
311
  method: "POST",
312
312
  body: JSON.stringify({
313
313
  socket_id: socketId,
@@ -71,7 +71,7 @@ var AuthServiceImpl = class {
71
71
  return null;
72
72
  }
73
73
  try {
74
- const { apiService } = await import("./api-WKNSGZ7I.js");
74
+ const { apiService } = await import("./api-D7WMIXU2.js");
75
75
  const user = await apiService.getCurrentUser();
76
76
  logger.info("auth", `Token validated for user: ${user.email}`);
77
77
  return user;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  authService
3
- } from "./chunk-EC5CDRON.js";
3
+ } from "./chunk-ATTQKBCX.js";
4
4
  import {
5
5
  config,
6
6
  logger
@@ -100,7 +100,7 @@ var CircuitBreaker = class {
100
100
  };
101
101
 
102
102
  // src/services/api.ts
103
- var AGENT_VERSION = "1.2.7";
103
+ var AGENT_VERSION = "1.2.8";
104
104
  var ApiServiceImpl = class {
105
105
  sessionId = null;
106
106
  circuitBreaker = new CircuitBreaker({
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  commitQueue,
4
4
  websocketService
5
- } from "../chunk-4LHVG6DQ.js";
5
+ } from "../chunk-6LRRKEOC.js";
6
6
  import {
7
7
  apiService
8
- } from "../chunk-3SUNGAQM.js";
8
+ } from "../chunk-BKCCL27K.js";
9
9
  import {
10
10
  gitService,
11
11
  projectService,
@@ -14,7 +14,7 @@ import {
14
14
  } from "../chunk-QQP6IASS.js";
15
15
  import {
16
16
  authService
17
- } from "../chunk-EC5CDRON.js";
17
+ } from "../chunk-ATTQKBCX.js";
18
18
  import {
19
19
  notify
20
20
  } from "../chunk-HUQ7VJO6.js";
package/dist/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  commitQueue,
4
4
  websocketService
5
- } from "./chunk-4LHVG6DQ.js";
5
+ } from "./chunk-6LRRKEOC.js";
6
6
  import {
7
7
  apiService
8
- } from "./chunk-3SUNGAQM.js";
8
+ } from "./chunk-BKCCL27K.js";
9
9
  import {
10
10
  getPidFilePath,
11
11
  gitService,
@@ -17,7 +17,7 @@ import {
17
17
  } from "./chunk-QQP6IASS.js";
18
18
  import {
19
19
  authService
20
- } from "./chunk-EC5CDRON.js";
20
+ } from "./chunk-ATTQKBCX.js";
21
21
  import "./chunk-HUQ7VJO6.js";
22
22
  import {
23
23
  config,
@@ -623,7 +623,7 @@ function registerStatusCommand(program2) {
623
623
  try {
624
624
  const { render } = await import("ink");
625
625
  const { createElement } = await import("react");
626
- const { StatusDashboard } = await import("./StatusDashboard-R2ITRP6M.js");
626
+ const { StatusDashboard } = await import("./StatusDashboard-PKADKPBY.js");
627
627
  render(createElement(StatusDashboard, { cwd }));
628
628
  return;
629
629
  } catch (error) {
@@ -2003,7 +2003,7 @@ function registerDoctorCommand(program2) {
2003
2003
  }
2004
2004
 
2005
2005
  // src/index.ts
2006
- var AGENT_VERSION = "1.2.7";
2006
+ var AGENT_VERSION = "1.2.8";
2007
2007
  var program = new Command();
2008
2008
  program.name("stint").description("Stint Agent - Local daemon for Stint Project Assistant").version(AGENT_VERSION, "-v, --version", "output the current version").addHelpText("after", `
2009
2009
  ${chalk13.bold("Examples:")}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowelle/stint-agent",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Local agent for Stint - Project Assistant",
5
5
  "author": "Gowelle John <gowelle.john@icloud.com>",
6
6
  "license": "MIT",