@sixsevenai/ai-dlc-installer 1.2.4 → 1.2.5
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/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -13,7 +13,7 @@ var EXIT_CANCELLED = 2;
|
|
|
13
13
|
import * as path from "path";
|
|
14
14
|
import * as fs from "fs/promises";
|
|
15
15
|
import { fileURLToPath } from "url";
|
|
16
|
-
var INSTALLER_VERSION = "1.2.
|
|
16
|
+
var INSTALLER_VERSION = "1.2.5";
|
|
17
17
|
var CLAUDE_DIRECTORY_NAME = ".claude";
|
|
18
18
|
var SOURCE_LIBRARY_RELATIVE = "../library";
|
|
19
19
|
async function resolveSourceDirectory() {
|