We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f829f7d commit 76535a1Copy full SHA for 76535a1
modules/code-generator/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@alilc/lowcode-code-generator",
3
- "version": "1.0.0-beta.20",
+ "version": "1.0.0",
4
"description": "出码引擎 for LowCode Engine",
5
"license": "MIT",
6
"main": "lib/index.js",
@@ -56,7 +56,7 @@
56
"**/*.{js,jsx,ts,tsx}": "eslint"
57
},
58
"dependencies": {
59
- "@alilc/lowcode-types": "^1.0.0-beta.19",
+ "@alilc/lowcode-types": "^1.0.0",
60
"@babel/generator": "^7.12.11",
61
"@babel/parser": "^7.12.11",
62
"@babel/runtime": "^7.12.5",
0 commit comments