@lastbrain/app 0.1.28 → 0.1.29
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/scripts/init-app.js
CHANGED
|
@@ -231,6 +231,8 @@ async function addDependencies(targetDir, useHeroUI, withAuth, selectedModules =
|
|
|
231
231
|
"@lastbrain/core": versions.core,
|
|
232
232
|
"@lastbrain/ui": versions.ui,
|
|
233
233
|
"next-themes": "^0.4.6",
|
|
234
|
+
"pino": "^10.1.0",
|
|
235
|
+
"pino-pretty": "^13.1.2",
|
|
234
236
|
};
|
|
235
237
|
// Ajouter module-auth si demandé
|
|
236
238
|
if (withAuth) {
|
package/package.json
CHANGED
package/src/scripts/init-app.ts
CHANGED