@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.
- package/dist/index.js +1 -1
- 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-
|
|
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";
|