create-sonicjs 2.3.13 → 2.3.15

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.3.13",
3
+ "version": "2.3.15",
4
4
  "description": "Create a new SonicJS application with zero configuration",
5
5
  "type": "module",
6
6
  "bin": {
package/src/cli.js CHANGED
@@ -415,7 +415,7 @@ async function copyTemplate(templateName, targetDir, options) {
415
415
 
416
416
  // Add @sonicjs-cms/core dependency
417
417
  packageJson.dependencies = {
418
- '@sonicjs-cms/core': '^2.3.13',
418
+ '@sonicjs-cms/core': '^2.3.15',
419
419
  ...packageJson.dependencies
420
420
  }
421
421