create-sonicjs 2.0.9 → 2.0.10

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/package.json +1 -1
  2. package/src/cli.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sonicjs",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Create a new SonicJS application with zero configuration",
5
5
  "type": "module",
6
6
  "bin": {
package/src/cli.js CHANGED
@@ -372,7 +372,7 @@ async function copyTemplate(templateName, targetDir, options) {
372
372
 
373
373
  // Add @sonicjs-cms/core dependency
374
374
  packageJson.dependencies = {
375
- '@sonicjs-cms/core': '^2.0.6',
375
+ '@sonicjs-cms/core': '^2.0.8',
376
376
  ...packageJson.dependencies
377
377
  }
378
378