Skip to content

Commit

Permalink
chore: runtime mv to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
1ncounter committed Mar 26, 2024
1 parent c7a483f commit 50465d6
Show file tree
Hide file tree
Showing 73 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@alilc/renderer-core",
"name": "@alilc/lowcode-renderer-core",
"version": "2.0.0-beta.0",
"description": "",
"type": "module",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@alilc/renderer-react",
"name": "@alilc/lowcode-renderer-react",
"version": "2.0.0-beta.0",
"description": "react renderer for ali lowcode engine",
"type": "module",
Expand All @@ -22,8 +22,8 @@
"test": "vitest"
},
"dependencies": {
"@alilc/renderer-core": "workspace:*",
"@alilc/runtime-router": "workspace:*",
"@alilc/lowcode-renderer-core": "workspace:*",
"@alilc/lowcode-renderer-router": "workspace:*",
"@vue/reactivity": "^3.4.21",
"lodash-es": "^4.17.21",
"immer": "^10.0.4",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@alilc/runtime-router",
"name": "@alilc/lowcode-renderer-router",
"version": "1.0.0-beta.0",
"description": "",
"type": "module",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
"skipLibCheck": true,
"useDefineForClassFields": true,
"baseUrl": ".",
"rootDir": "."
"rootDir": ".",
"paths": {
"@alilc/lowcode-*": ["packages/*/src"]
}
},
"exclude": ["**/dist", "node_modules"]
}

0 comments on commit 50465d6

Please sign in to comment.