create-momentum-app 0.5.5 → 0.5.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.
Files changed (2) hide show
  1. package/index.cjs +1 -0
  2. package/package.json +1 -1
package/index.cjs CHANGED
@@ -190,6 +190,7 @@ const pool = (dbAdapter as PostgresAdapterWithRaw).getPool();` : "",
190
190
  defaultPort: "4200",
191
191
  externalDependencies: [
192
192
  database === "postgres" ? '"pg", "pg-native"' : '"better-sqlite3"',
193
+ '"@napi-rs/image"',
193
194
  ...flavor === "nestjs" ? [
194
195
  '"@nestjs/microservices"',
195
196
  '"@nestjs/websockets"',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-momentum-app",
3
- "version": "0.5.5",
3
+ "version": "0.5.7",
4
4
  "description": "Create a new Momentum CMS application",
5
5
  "license": "MIT",
6
6
  "author": "Momentum CMS Contributors",