@adonisjs-ecommerce-core/create 1.0.2 → 2.0.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 +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@ import path from "path";
10
10
  import { execSync } from "child_process";
11
11
  import validatePackageName from "validate-npm-package-name";
12
12
  var TEMPLATE_REPO = "github:haliltoma/adonisjs-ecommerce-core/templates/default#main";
13
- var VERSION = "1.0.1";
13
+ var VERSION = "2.0.0";
14
14
  function printBanner() {
15
15
  const lines = [
16
16
  "",
@@ -48,7 +48,7 @@ function printBanner() {
48
48
  console.log(
49
49
  chalk.hex("#7C4DFF").bold(" AdonisJS E-Commerce") + chalk.gray(" | ") + chalk.hex("#B388FF")(`v${VERSION}`)
50
50
  );
51
- console.log(chalk.gray(" Modern e-commerce platform powered by AdonisJS 6 + React"));
51
+ console.log(chalk.gray(" Modern e-commerce platform powered by AdonisJS 7 + React"));
52
52
  console.log();
53
53
  console.log(chalk.gray(" \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\u2500\u2500\u2500\u2500"));
54
54
  console.log();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adonisjs-ecommerce-core/create",
3
- "version": "1.0.2",
4
- "description": "Create a new AdonisJS E-Commerce application",
3
+ "version": "2.0.0",
4
+ "description": "Create a new AdonisCommerce e-commerce application (AdonisJS 7 + React)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "bin": {