create-strapi-starter
Advanced tools
Comparing version 3.6.8 to 4.0.0-beta.0
'use strict'; | ||
// FIXME | ||
/* eslint-disable import/extensions */ | ||
const commander = require('commander'); | ||
@@ -19,3 +21,2 @@ | ||
.option('--dbhost <dbhost>', 'Database host') | ||
.option('--dbsrv <dbsrv>', 'Database srv') | ||
.option('--dbport <dbport>', 'Database port') | ||
@@ -26,3 +27,2 @@ .option('--dbname <dbname>', 'Database name') | ||
.option('--dbssl <dbssl>', 'Database SSL') | ||
.option('--dbauth <dbauth>', 'Authentication Database') | ||
.option('--dbfile <dbfile>', 'Database file path for sqlite') | ||
@@ -29,0 +29,0 @@ .option('--dbforce', 'Overwrite database content if any') |
{ | ||
"name": "create-strapi-starter", | ||
"version": "3.6.8", | ||
"version": "4.0.0-beta.0", | ||
"description": "Generate a new Strapi application.", | ||
@@ -19,2 +19,3 @@ "license": "SEE LICENSE IN LICENSE", | ||
"dependencies": { | ||
"@strapi/generate-new": "4.0.0-beta.0", | ||
"chalk": "4.1.1", | ||
@@ -30,4 +31,3 @@ "ci-info": "3.1.1", | ||
"ora": "5.4.0", | ||
"strapi-generate-new": "3.6.8", | ||
"tar": "6.1.4" | ||
"tar": "6.1.11" | ||
}, | ||
@@ -50,6 +50,6 @@ "scripts": { | ||
"engines": { | ||
"node": ">=10.16.0 <=14.x.x", | ||
"node": ">=12.x.x <=16.x.x", | ||
"npm": ">=6.0.0" | ||
}, | ||
"gitHead": "8972d78e8d1783ded6089d0318bfb62aff8e6962" | ||
"gitHead": "9807c78cb7ab6373b7abb46da5ecc4980a9ea56c" | ||
} |
@@ -11,3 +11,3 @@ 'use strict'; | ||
const generateNewApp = require('strapi-generate-new'); | ||
const generateNewApp = require('@strapi/generate-new'); | ||
@@ -14,0 +14,0 @@ const hasYarn = require('./has-yarn'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
18854
2
+ Added@strapi/generate-new@4.0.0-beta.0(transitive)
+ Addedansi-regex@3.0.1(transitive)
+ Addedtar@6.1.11(transitive)
- Removedstrapi-generate-new@3.6.8
- Removedstrapi-generate-new@3.6.8(transitive)
- Removedtar@6.1.4(transitive)
Updatedtar@6.1.11