@lark-apaas/openclaw-dev-cli 0.1.5 → 0.1.6
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7672,7 +7672,7 @@ function loadEnvFile(filePath) {
|
|
|
7672
7672
|
}
|
|
7673
7673
|
}
|
|
7674
7674
|
loadEnvFile(import_node_path17.default.join(process.cwd(), ".env"));
|
|
7675
|
-
var VERSION = "0.1.
|
|
7675
|
+
var VERSION = "0.1.6";
|
|
7676
7676
|
var cli = new OpenClawCLI(VERSION);
|
|
7677
7677
|
cli.useAll(commands);
|
|
7678
7678
|
cli.run();
|