@ibiz-template/full-code-template 0.7.40-alpha.6 → 0.7.40-alpha.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/full-code-template",
3
- "version": "0.7.40-alpha.6",
3
+ "version": "0.7.40-alpha.7",
4
4
  "description": "vue3全代码模版包,根据包内容生成项目代码。",
5
5
  "bin": {
6
6
  "code-generator": "src/index.js"
package/src/index.js CHANGED
@@ -32,7 +32,6 @@ const binPath = path.resolve(path.join(__dirname, '../node_modules/.bin'));
32
32
  execSync(
33
33
  `${binPath}/ibizlab pub -m ${modelPath} -t ${templatePath} -o ${outputPath}/src/publish --app ${app} && ${binPath}/prettier --ignore-path '' '${outputPath}/src/publish/**/*.(ts|vue|tsx)' -w`,
34
34
  );
35
- debugger;
36
35
  copyFiles(`${outputPath}/src/publish/app`, `${outputPath}/public/static/app`);
37
36
 
38
37
  console.log(`发布模板成功,模型路径:${modelPath},发布应用代码标识:${app},模板路径:${templatePath},输出路径:${outputPath}/src/publish`);
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ibiz-template/full-code-template",
3
3
  "private": true,
4
- "version": "0.7.40-alpha.6",
4
+ "version": "0.7.40-alpha.7",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -16,7 +16,7 @@
16
16
  "prettier": "prettier --ignore-path '' 'src/publish/**/*.(ts|vue|tsx)' -w",
17
17
  "clear": "rm -rf src/publish",
18
18
  "publish": "publish -p .",
19
- "generate": "generate -m /root/workspace/plm-community-plugin/plmcom-core/src/main/resources/model/cn/ibizlab/plmcom -o ./temp --app plmcomweb -tv 0.7.40-alpha.6"
19
+ "generate": "generate -m /root/workspace/plm-community-plugin/plmcom-core/src/main/resources/model/cn/ibizlab/plmcom -o ./temp --app plmcomweb -tv 0.7.40-alpha.7"
20
20
  },
21
21
  "dependencies": {
22
22
  "@antv/x6": "^2.18.1",
@@ -1 +1 @@
1
- // 构建成果物存放目录
1
+ // 微应用json占位文件