@cloudbase/lowcode-builder 1.8.45-beta.1 → 1.8.45-beta.3

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": "@cloudbase/lowcode-builder",
3
- "version": "1.8.45-beta.1",
3
+ "version": "1.8.45-beta.3",
4
4
  "description": "云开发 Tencent CloudBase Framework Low Code Plugin,将低码配置生成完整项目并一键部署云开发资源。",
5
5
  "author": "yhsunshining@gmail.com",
6
6
  "homepage": "https://github.com/TencentCloudBase/cloudbase-framework#readme",
@@ -34,6 +34,8 @@
34
34
  "dev:web": "rm -rf dist && cross-env NODE_ENV=development webpack --config ./webpack/web.config.js",
35
35
  "build:web": "rm -rf dist && cross-env NODE_ENV=production webpack --config ./webpack/web.config.js && cp -Rf dist/ lib/",
36
36
  "build:template": "./scripts/buildTemplate.sh",
37
+ "dev:debug": "tsc-watch --onSuccess 'npm run build-dev-web-and-push'",
38
+ "build-dev-web-and-push": "npm run dev:web && clear && yalc publish --push",
37
39
  "release": "yarn npm whoami --publish && npm run build && npm run build:web && yarn set version 1.22.19 && yarn config set version-tag-prefix '@cloudbase/lowcode-builder@' && yarn version --no-commit-hooks --message 'chore(builder): v%s' && yarn config set version-tag-prefix v && yarn set version 3.6.2 && yarn npm publish"
38
40
  },
39
41
  "bugs": {
@@ -42,8 +44,8 @@
42
44
  "dependencies": {
43
45
  "@babel/core": "7.21.4",
44
46
  "@babel/preset-env": "7.21.4",
45
- "@cloudbase/cals": "^1.0.31-beta.1",
46
- "@cloudbase/lowcode-generator": "^1.8.14",
47
+ "@cloudbase/cals": "^1.0.31-beta.2",
48
+ "@cloudbase/lowcode-generator": "^1.8.15-beta.2",
47
49
  "axios": "^0.21.0",
48
50
  "browserfs": "^1.4.3",
49
51
  "browserify-zlib": "^0.2.0",
@@ -79,6 +81,7 @@
79
81
  "jest": "^27.5.1",
80
82
  "ts-loader": "^8.3.0",
81
83
  "ts-node": "^10.4.0",
84
+ "tsc-watch": "^6.0.4",
82
85
  "typescript": "^4.7.4",
83
86
  "uglifyjs-webpack-plugin": "^2.2.0",
84
87
  "webpack-cli": "^4.9.1",