agentdial 1.0.2 → 1.0.3

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,4 +1,4 @@
1
- export declare const VERSION = "1.0.0";
1
+ export declare const VERSION = "1.0.3";
2
2
  export declare const CONFIG_DIR: string;
3
3
  export declare const CONFIG_FILE: string;
4
4
  export declare const CREDENTIALS_DIR: string;
@@ -1,6 +1,6 @@
1
1
  import { homedir } from "node:os";
2
2
  import { join } from "node:path";
3
- export const VERSION = "1.0.0";
3
+ export const VERSION = "1.0.3";
4
4
  export const CONFIG_DIR = join(homedir(), ".agentdial");
5
5
  export const CONFIG_FILE = join(CONFIG_DIR, "config.json");
6
6
  export const CREDENTIALS_DIR = join(CONFIG_DIR, "credentials");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentdial",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Dial your AI agent into every platform. One identity. Every channel.",
5
5
  "type": "module",
6
6
  "bin": {