@aponiajs/cli 0.6.0-alpha.1 → 0.6.0-alpha.4

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/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -183,7 +183,7 @@ function readStringOption(options, name) {
183
183
  }
184
184
  //#endregion
185
185
  //#region src/version.ts
186
- const aponiaVersion = "0.6.0-alpha.1";
186
+ const aponiaVersion = "0.6.0-alpha.4";
187
187
  //#endregion
188
188
  //#region src/project-generator.ts
189
189
  const projectNamePattern = /^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$/;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aponiajs/cli",
3
- "version": "0.6.0-alpha.1",
3
+ "version": "0.6.0-alpha.4",
4
4
  "description": "Bun-native project generator and command-line interface for Aponia.",
5
5
  "homepage": "https://github.com/aponiajs/aponiajs#readme",
6
6
  "bugs": {