@gowelle/stint-agent 1.0.6 → 1.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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  apiService
3
- } from "./chunk-NCWEPWZN.js";
3
+ } from "./chunk-DPKCS26C.js";
4
4
  export {
5
5
  apiService
6
6
  };
@@ -254,7 +254,7 @@ var AuthServiceImpl = class {
254
254
  return null;
255
255
  }
256
256
  try {
257
- const { apiService: apiService2 } = await import("./api-N3FEQDDP.js");
257
+ const { apiService: apiService2 } = await import("./api-DA6X5ZWT.js");
258
258
  const user = await apiService2.getCurrentUser();
259
259
  logger.info("auth", `Token validated for user: ${user.email}`);
260
260
  return user;
@@ -274,7 +274,7 @@ var AuthServiceImpl = class {
274
274
  var authService = new AuthServiceImpl();
275
275
 
276
276
  // src/services/api.ts
277
- var AGENT_VERSION = "1.0.6";
277
+ var AGENT_VERSION = "1.0.7";
278
278
  var ApiServiceImpl = class {
279
279
  sessionId = null;
280
280
  async getHeaders() {
@@ -2,7 +2,7 @@ import {
2
2
  apiService,
3
3
  config,
4
4
  logger
5
- } from "./chunk-NCWEPWZN.js";
5
+ } from "./chunk-DPKCS26C.js";
6
6
 
7
7
  // src/utils/process.ts
8
8
  import fs from "fs";
@@ -5,13 +5,13 @@ import {
5
5
  projectService,
6
6
  removePidFile,
7
7
  writePidFile
8
- } from "../chunk-RWHZ5ULY.js";
8
+ } from "../chunk-EEO2GKXF.js";
9
9
  import {
10
10
  apiService,
11
11
  authService,
12
12
  config,
13
13
  logger
14
- } from "../chunk-NCWEPWZN.js";
14
+ } from "../chunk-DPKCS26C.js";
15
15
 
16
16
  // src/daemon/runner.ts
17
17
  import "dotenv/config";
package/dist/index.js CHANGED
@@ -8,13 +8,13 @@ import {
8
8
  projectService,
9
9
  spawnDetached,
10
10
  validatePidFile
11
- } from "./chunk-RWHZ5ULY.js";
11
+ } from "./chunk-EEO2GKXF.js";
12
12
  import {
13
13
  apiService,
14
14
  authService,
15
15
  config,
16
16
  logger
17
- } from "./chunk-NCWEPWZN.js";
17
+ } from "./chunk-DPKCS26C.js";
18
18
 
19
19
  // src/index.ts
20
20
  import "dotenv/config";
@@ -1328,7 +1328,7 @@ Current version: ${currentVersion}`));
1328
1328
  }
1329
1329
 
1330
1330
  // src/index.ts
1331
- var AGENT_VERSION = "1.0.6";
1331
+ var AGENT_VERSION = "1.0.7";
1332
1332
  var program = new Command();
1333
1333
  program.name("stint").description("Stint Agent - Local daemon for Stint Project Assistant").version(AGENT_VERSION, "-v, -V, --version", "output the current version").addHelpText("after", `
1334
1334
  ${chalk12.bold("Examples:")}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowelle/stint-agent",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Local agent for Stint - Project Assistant",
5
5
  "author": "Gowelle John <gowelle.john@icloud.com>",
6
6
  "license": "MIT",