@_tc/template-core 0.0.1-bate.39 → 0.0.1-bate.41
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/cjs/bundler/utils.js +1 -1
- package/esm/bundler/utils.js +1 -1
- package/package.json +2 -2
package/cjs/bundler/utils.js
CHANGED
|
@@ -174,9 +174,9 @@ var VBuildFE = async (input, OperatingEnv) => {
|
|
|
174
174
|
rollupOptions: { input }
|
|
175
175
|
},
|
|
176
176
|
resolve: { alias: {
|
|
177
|
-
"@tc/ui-react": path.default.resolve(currentDir, "../../fe/packages/ui/react/"),
|
|
178
177
|
react: resolvePackageDir("react"),
|
|
179
178
|
"react-dom": resolvePackageDir("react-dom"),
|
|
179
|
+
"@tc/ui-react": path.default.resolve(currentDir, "../../fe/packages/ui/react/"),
|
|
180
180
|
...resolveAliasWithFallback([["$business/SchemaForm/data", "./extended/SchemaForm/data"]])
|
|
181
181
|
} }
|
|
182
182
|
});
|
package/esm/bundler/utils.js
CHANGED
|
@@ -169,9 +169,9 @@ var VBuildFE = async (input, OperatingEnv) => {
|
|
|
169
169
|
rollupOptions: { input }
|
|
170
170
|
},
|
|
171
171
|
resolve: { alias: {
|
|
172
|
-
"@tc/ui-react": path.resolve(currentDir, "../../fe/packages/ui/react/"),
|
|
173
172
|
react: resolvePackageDir("react"),
|
|
174
173
|
"react-dom": resolvePackageDir("react-dom"),
|
|
174
|
+
"@tc/ui-react": path.resolve(currentDir, "../../fe/packages/ui/react/"),
|
|
175
175
|
...resolveAliasWithFallback([["$business/SchemaForm/data", "./extended/SchemaForm/data"]])
|
|
176
176
|
} }
|
|
177
177
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@_tc/template-core",
|
|
3
|
-
"version": "0.0.1-bate.
|
|
3
|
+
"version": "0.0.1-bate.41",
|
|
4
4
|
"description": "A TypeScript Koa framework template - Monorepo root",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"@babel/runtime": "^7.27.6",
|
|
50
50
|
"@tailwindcss/vite": "^4.2.4",
|
|
51
51
|
"ajv": "^8.18.0",
|
|
52
|
+
"chokidar": "^4.0.3",
|
|
52
53
|
"glob": "^10.3.10",
|
|
53
54
|
"immer": "^11.1.7",
|
|
54
55
|
"knex": "^3.2.3",
|
|
@@ -65,7 +66,6 @@
|
|
|
65
66
|
"peerDependencies": {
|
|
66
67
|
"@types/node": ">=18.0.0",
|
|
67
68
|
"@vitejs/plugin-react": "6.0.1",
|
|
68
|
-
"chokidar": "^4.0.3",
|
|
69
69
|
"clsx": "^2.1.0",
|
|
70
70
|
"date-fns": "^3.6.0",
|
|
71
71
|
"koa": "^2.15.0",
|