create-nextly-app 0.0.2-alpha.11 → 0.0.2-alpha.13

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/cli.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  import { createRequire } from 'module';
3
- import { __commonJS, __require, __toESM, init, resolveProjectArg, validateProjectName, capture, createNextly, shutdown } from './chunk-RPGFJSDP.mjs';
3
+ import { __commonJS, __require, __toESM, init, resolveProjectArg, validateProjectName, capture, createNextly, shutdown } from './chunk-AATWR2UA.mjs';
4
4
 
5
5
  createRequire(import.meta.url);
6
6
 
@@ -3434,7 +3434,7 @@ var require_package = __commonJS({
3434
3434
  "package.json"(exports$1, module) {
3435
3435
  module.exports = {
3436
3436
  name: "create-nextly-app",
3437
- version: "0.0.2-alpha.11",
3437
+ version: "0.0.2-alpha.13",
3438
3438
  description: "CLI to scaffold Nextly in your Next.js project",
3439
3439
  license: "MIT",
3440
3440
  type: "module",