@ibiz-template/full-code-template 0.7.41-alpha.8 → 0.7.41-alpha.9

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.41-alpha.8",
3
+ "version": "0.7.41-alpha.9",
4
4
  "description": "vue3全代码模版包,根据包内容生成项目代码。",
5
5
  "bin": {
6
6
  "code-generator": "src/index.js"
package/src/index.js CHANGED
@@ -34,7 +34,7 @@ if (!localMode) {
34
34
  const binPath = path.resolve(path.join(__dirname, '../node_modules/.bin'));
35
35
 
36
36
  execSync(
37
- `${binPath}/ibizlab pub -m ${modelPath} -t ${templatePath} -o ${outputPath}/src/publish --app ${app} && ${binPath}/prettier --ignore-path '' '${outputPath}/src/publish/**/*.(ts|vue|tsx)' -w`,
37
+ `${binPath}/ibizlab pub -m ${modelPath} -t ${templatePath} -o ${outputPath}/src/publish --app ${app} && ${binPath}/prettier --ignore-path "" "${outputPath}/src/publish/**/*.(ts|vue|tsx)" -w`,
38
38
  );
39
39
  copyFiles(`${outputPath}/src/publish/app`, `${outputPath}/public/static/app`);
40
40
  fs.rmSync(`${outputPath}/src/publish/app`, { recursive: true, force: true }); // 递归删除目录及其内容
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ibiz-template/full-code-template",
3
3
  "private": true,
4
- "version": "0.7.41-alpha.8",
4
+ "version": "0.7.41-alpha.9",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -10,7 +10,7 @@
10
10
  "lint": "eslint 'src/**/*.tsx' 'src/**/*.ts' 'src/**/*.vue'",
11
11
  "lint:style": "stylelint 'src/**/*.scss'",
12
12
  "pub:temp":"publish -p .",
13
- "pub:code": "generate -m /root/workspace/ibizlab-plm/model -o ./ --app plmweb -tv 0.7.41-alpha.8 --local-mode",
13
+ "pub:code": "generate -m /root/workspace/ibizlab-plm/model -o ./ --app plmweb -tv 0.7.41-alpha.9 --local-mode",
14
14
  "compute:pkg": "ibiz-temp compute-pkg -m /root/workspace/ibizlab-plm/model --app plmweb",
15
15
  "download:pkg": "ibiz-temp download-pkg",
16
16
  "prettier": "prettier --ignore-path '' 'src/publish/**/*.(ts|vue|tsx)' -w",
@@ -60,7 +60,7 @@
60
60
  "@commitlint/cli": "^17.8.0",
61
61
  "@commitlint/config-conventional": "^17.8.0",
62
62
  "@ibiz-template/cli": "^0.3.23",
63
- "@ibiz-template/full-code-generator": "^0.0.4",
63
+ "@ibiz-template/full-code-generator": "^0.0.5",
64
64
  "@ibizlab/cli": "^0.2.29",
65
65
  "@types/lodash-es": "^4.17.10",
66
66
  "@types/node": "^20.8.7",
@@ -131,8 +131,8 @@ devDependencies:
131
131
  specifier: ^0.3.23
132
132
  version: 0.3.23(@types/node@20.8.7)(postcss@8.4.31)(vue@3.3.8)
133
133
  '@ibiz-template/full-code-generator':
134
- specifier: ^0.0.4
135
- version: 0.0.4(@ibizlab/model@0.2.15)
134
+ specifier: ^0.0.5
135
+ version: 0.0.5(@ibizlab/model@0.2.15)
136
136
  '@ibizlab/cli':
137
137
  specifier: ^0.2.29
138
138
  version: 0.2.29(@ibizlab/model@0.2.15)
@@ -4044,8 +4044,8 @@ packages:
4044
4044
  vuedraggable: 4.1.0(vue@3.3.8)
4045
4045
  dev: false
4046
4046
 
4047
- /@ibiz-template/full-code-generator@0.0.4(@ibizlab/model@0.2.15):
4048
- resolution: {integrity: sha512-GpnU3vWPsgrfAWGvCw9ic4TzewVdwMti9cS0xzKyCTbAhueCyzyRA/DpaHbotkMC9uYoDr5BK9AQ38JEnEprAg==}
4047
+ /@ibiz-template/full-code-generator@0.0.5(@ibizlab/model@0.2.15):
4048
+ resolution: {integrity: sha512-atCutDYMZhUflxVl7SfoU8bbSSbVv/uakjI3JnHwWEmKRO+zHSmjh2prj8dBNHljZv2y0ghGbJQoN9/4RkIdRQ==}
4049
4049
  hasBin: true
4050
4050
  dependencies:
4051
4051
  '@ibizlab/cli': 0.2.29(@ibizlab/model@0.2.15)