codebyplan 1.4.0 → 1.4.1
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 +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -14,7 +14,7 @@ var VERSION, PACKAGE_NAME;
|
|
|
14
14
|
var init_version = __esm({
|
|
15
15
|
"src/lib/version.ts"() {
|
|
16
16
|
"use strict";
|
|
17
|
-
VERSION = "1.4.
|
|
17
|
+
VERSION = "1.4.1";
|
|
18
18
|
PACKAGE_NAME = "codebyplan";
|
|
19
19
|
}
|
|
20
20
|
});
|
|
@@ -3498,7 +3498,7 @@ function getLocalFilePath(claudeDir, projectPath, remote) {
|
|
|
3498
3498
|
}
|
|
3499
3499
|
function getSyncVersion() {
|
|
3500
3500
|
try {
|
|
3501
|
-
return "1.4.
|
|
3501
|
+
return "1.4.1";
|
|
3502
3502
|
} catch {
|
|
3503
3503
|
return "unknown";
|
|
3504
3504
|
}
|