@pylonsync/create-pylon 0.3.21 → 0.3.23

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.
@@ -25,7 +25,7 @@ import { stdin, stdout, exit, argv, cwd } from "node:process";
25
25
  // of the pylon stack).
26
26
  // ---------------------------------------------------------------------------
27
27
 
28
- const PYLON_VERSION = "0.3.21";
28
+ const PYLON_VERSION = "0.3.22";
29
29
 
30
30
  // ---------------------------------------------------------------------------
31
31
  // CLI args + interactive prompt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pylonsync/create-pylon",
3
- "version": "0.3.21",
3
+ "version": "0.3.23",
4
4
  "description": "Scaffold a new Pylon app — realtime backend + Next.js frontend in one command. Run via `npm create @pylonsync/pylon@latest`.",
5
5
  "publishConfig": {
6
6
  "access": "public"