@linghun/shared 0.1.2 → 0.1.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.
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  declare const LINGHUN_NAME = "Linghun";
2
2
  declare const LINGHUN_CLI_NAME = "linghun";
3
- declare const LINGHUN_VERSION = "0.1.2";
3
+ declare const LINGHUN_VERSION = "0.1.3";
4
4
  declare const DEFAULT_DEEPSEEK_BASE_URL = "https://api.deepseek.com/v1";
5
5
  declare const CODEBASE_MEMORY_COMMAND = "codebase-memory-mcp";
6
6
  declare const CODEBASE_MEMORY_ENV = "LINGHUN_CODEBASE_MEMORY_MCP";
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // src/index.ts
2
2
  var LINGHUN_NAME = "Linghun";
3
3
  var LINGHUN_CLI_NAME = "linghun";
4
- var LINGHUN_VERSION = "0.1.2";
4
+ var LINGHUN_VERSION = "0.1.3";
5
5
  var DEFAULT_DEEPSEEK_BASE_URL = "https://api.deepseek.com/v1";
6
6
  var CODEBASE_MEMORY_COMMAND = "codebase-memory-mcp";
7
7
  var CODEBASE_MEMORY_ENV = "LINGHUN_CODEBASE_MEMORY_MCP";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linghun/shared",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",