github SonicJs-Org/sonicjs v3.0.0-beta.20

2 hours ago

Changes

  • feat(scripts): New npm run update:plugin command — fetches the latest bundled plugin files from GitHub main and overwrites local copies, so existing apps can pick up plugin bug fixes without scaffolding a new project (--dry-run flag supported)

Update your plugin

npm run update:plugin
# or preview without writing:
npm run update:plugin -- example --dry-run

Installation

npm create sonicjs@latest my-app

Or update existing project:

npm install @sonicjs-cms/core@3.0.0-beta.20

Don't miss a new sonicjs release

NewReleases is sending notifications on new releases.