silgi 0.7.6 → 0.7.7
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/dist/cli/prepare.mjs +0 -2
- package/package.json +1 -3
package/dist/cli/prepare.mjs
CHANGED
|
@@ -1468,8 +1468,6 @@ async function generateApp(app, options = {}) {
|
|
|
1468
1468
|
for (const write of writes) {
|
|
1469
1469
|
write();
|
|
1470
1470
|
}
|
|
1471
|
-
writeFileSync(resolve(app.options.silgi.serverDir, "index.ts"), `${indexImports.map((i) => `export * from '${i}'`).join("\n")}
|
|
1472
|
-
`, "utf8");
|
|
1473
1471
|
if (changedTemplates.length) {
|
|
1474
1472
|
await app.callHook("app:templatesGenerated", app, changedTemplates, options);
|
|
1475
1473
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "silgi",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.7",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"exports": {
|
|
@@ -175,8 +175,6 @@
|
|
|
175
175
|
"zod": "^3.24.1"
|
|
176
176
|
},
|
|
177
177
|
"resolutions": {
|
|
178
|
-
"@silgi/graphql": "workspace:^",
|
|
179
|
-
"@silgi/module-builder": "workspace:^",
|
|
180
178
|
"@silgi/openapi": "workspace:^",
|
|
181
179
|
"@silgi/permission": "workspace:^",
|
|
182
180
|
"@silgi/scalar": "workspace:^",
|