@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.5";
7675
+ var VERSION = "0.1.6";
7676
7676
  var cli = new OpenClawCLI(VERSION);
7677
7677
  cli.useAll(commands);
7678
7678
  cli.run();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/openclaw-dev-cli",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "CLI tool for OpenClaw development",
5
5
  "main": "dist/index.js",
6
6
  "bin": {