create-avalon 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1400,6 +1400,7 @@ Options:
1400
1400
  printSummary(config);
1401
1401
  process.exit(0);
1402
1402
  }
1403
+ main();
1403
1404
  export {
1404
1405
  validateDirectory,
1405
1406
  parseCliArgs,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-avalon",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Scaffold a new Avalon project with multi-framework islands architecture",
5
5
  "license": "MIT",
6
6
  "type": "module",