create-adoniscommerce 2.2.2 → 2.3.0

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.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import{defineCommand as Ae,runMain as _e}from"citty";import*as f from"@clack/prompts";import ce from"picocolors";import x from"fs-extra";import Ee from"path";import d from"picocolors";var D="2.0.0",M="haliltoma/adonisjs-ecommerce-core/templates/default#main",T=".adoniscommerce-cache";function B(){let e=`
2
+ import{defineCommand as Ae,runMain as _e}from"citty";import*as f from"@clack/prompts";import ce from"picocolors";import x from"fs-extra";import Ee from"path";import d from"picocolors";var D="2.3.0",M="haliltoma/adonisjs-ecommerce-core/templates/default#main",T=".adoniscommerce-cache";function B(){let e=`
3
3
  ${d.magenta(" \u256D\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256E")}
4
4
  ${d.magenta(" \u2502")} ${d.magenta("\u2502")}
5
5
  ${d.magenta(" \u2502")} ${d.bold(d.magenta("\u25C6 AdonisCommerce"))} ${d.dim(`v${D}`)} ${d.magenta("\u2502")}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-adoniscommerce",
3
- "version": "2.2.2",
3
+ "version": "2.3.0",
4
4
  "description": "Create a new AdonisCommerce e-commerce application",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",