@adonisjs-ecommerce-core/create 1.0.1 → 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 +3 -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();
@@ -267,6 +267,7 @@ async function createProject(config) {
267
267
  console.log(chalk.hex("#B388FF")(` $ ${config.packageManager === "npm" ? "npm run" : config.packageManager} dev`));
268
268
  console.log();
269
269
  console.log(chalk.gray(" Docs ") + chalk.hex("#7C4DFF").underline("https://github.com/haliltoma/adonisjs-ecommerce-core"));
270
+ console.log(chalk.gray(" Web ") + chalk.hex("#7C4DFF").underline("https://laserkopf.com"));
270
271
  console.log(chalk.gray(" Made with ") + chalk.hex("#E040FB")("<3") + chalk.gray(" by ") + chalk.hex("#7C4DFF").bold("laserkopf"));
271
272
  console.log();
272
273
  } catch (error) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adonisjs-ecommerce-core/create",
3
- "version": "1.0.1",
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": {