@nexagent-cli/shared 0.2.2 → 0.2.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.
@@ -1,4 +1,4 @@
1
- export declare const NEXAGENT_VERSION: "0.2.0";
1
+ export declare const NEXAGENT_VERSION: "0.2.4";
2
2
  export declare const MIN_NODE_VERSION = 22;
3
3
  export declare const DATA_DIR_ENV = "NEXAGENT_DATA_DIR";
4
4
  export declare const CONFIG_FILE_NAME = "config.json";
@@ -1,7 +1,7 @@
1
1
  // ============================================================
2
2
  // Constants
3
3
  // ============================================================
4
- export const NEXAGENT_VERSION = '0.2.0';
4
+ export const NEXAGENT_VERSION = '0.2.4';
5
5
  export const MIN_NODE_VERSION = 22;
6
6
  export const DATA_DIR_ENV = 'NEXAGENT_DATA_DIR';
7
7
  export const CONFIG_FILE_NAME = 'config.json';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexagent-cli/shared",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "type": "module",
5
5
  "description": "Shared types, constants, and utilities for NexAgent",
6
6
  "main": "./dist/index.js",