@lark-apaas/openclaw-dev-cli 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4082,7 +4082,7 @@ var RENAME_FILES = {
4082
4082
  _gitignore: ".gitignore",
4083
4083
  "_env.local": ".env.local"
4084
4084
  };
4085
- var TEMPLATE_PACKAGE = "@lark-apaas/coding-template";
4085
+ var TEMPLATE_PACKAGE = "@lark-apaas/coding-templates";
4086
4086
  var SPARK_DIR = ".spark";
4087
4087
  var SPARK_META_FILE = "meta.json";
4088
4088
  var DIST_DIR = "dist";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/openclaw-dev-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI tool for OpenClaw development",
5
5
  "main": "dist/index.js",
6
6
  "bin": {