@aponiajs/cli 0.5.0 → 0.6.0-alpha.1
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.
- package/dist/index.mjs +1 -1
- 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.
|
|
186
|
+
const aponiaVersion = "0.6.0-alpha.1";
|
|
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