@strapi/generate-new
Advanced tools
Comparing version 0.0.0-experimental.dc0644f58f68688716958be1623823bde2e615b2 to 0.0.0-experimental.dca319db78ab45784bcdb153490e644df56aabaf
@@ -174,2 +174,5 @@ "use strict"; | ||
console.log(); | ||
console.log(` ${cmd} deploy`); | ||
console.log(" Deploy Strapi project."); | ||
console.log(); | ||
console.log(` ${cmd} strapi`); | ||
@@ -176,0 +179,0 @@ console.log(` Display all available commands.`); |
import type { NewOptions } from './types'; | ||
export { default as checkInstallPath } from './utils/check-install-path'; | ||
export type { NewOptions } from './types'; | ||
export declare const generateNewApp: (projectDirectory: string, options: Partial<NewOptions>) => Promise<void>; | ||
//# sourceMappingURL=index.d.ts.map |
module.exports = [ | ||
'strapi::logger', | ||
'strapi::errors', | ||
@@ -6,3 +7,2 @@ 'strapi::security', | ||
'strapi::poweredBy', | ||
'strapi::logger', | ||
'strapi::query', | ||
@@ -9,0 +9,0 @@ 'strapi::body', |
@@ -39,2 +39,6 @@ # 🚀 Getting started with Strapi | ||
``` | ||
yarn strapi deploy | ||
``` | ||
## 📚 Learn more | ||
@@ -41,0 +45,0 @@ |
export default [ | ||
'strapi::logger', | ||
'strapi::errors', | ||
@@ -6,3 +7,2 @@ 'strapi::security', | ||
'strapi::poweredBy', | ||
'strapi::logger', | ||
'strapi::query', | ||
@@ -9,0 +9,0 @@ 'strapi::body', |
@@ -39,2 +39,6 @@ # 🚀 Getting started with Strapi | ||
``` | ||
yarn strapi deploy | ||
``` | ||
## 📚 Learn more | ||
@@ -41,0 +45,0 @@ |
@@ -16,2 +16,3 @@ import { Scope } from '../../../types'; | ||
strapi: string; | ||
deploy: string; | ||
}; | ||
@@ -18,0 +19,0 @@ devDependencies: {}; |
@@ -21,3 +21,4 @@ "use strict"; | ||
build: "strapi build", | ||
strapi: "strapi" | ||
strapi: "strapi", | ||
deploy: "strapi deploy" | ||
}, | ||
@@ -24,0 +25,0 @@ devDependencies: {}, |
"use strict"; | ||
const sqlClientModule = { | ||
mysql: { mysql: "2.18.1" }, | ||
mysql2: { mysql2: "3.6.0" }, | ||
mysql2: { mysql2: "3.10.0" }, | ||
postgres: { pg: "8.8.0" }, | ||
@@ -6,0 +6,0 @@ sqlite: { "better-sqlite3": "8.6.0" }, |
{ | ||
"name": "@strapi/generate-new", | ||
"version": "0.0.0-experimental.dc0644f58f68688716958be1623823bde2e615b2", | ||
"version": "0.0.0-experimental.dca319db78ab45784bcdb153490e644df56aabaf", | ||
"description": "Generate a new Strapi application.", | ||
@@ -57,6 +57,6 @@ "keywords": [ | ||
"semver": "7.5.4", | ||
"tar": "6.1.13" | ||
"tar": "6.2.1" | ||
}, | ||
"devDependencies": { | ||
"@strapi/pack-up": "0.0.0-experimental.dc0644f58f68688716958be1623823bde2e615b2", | ||
"@strapi/pack-up": "4.23.0", | ||
"copyfiles": "2.4.1" | ||
@@ -68,3 +68,3 @@ }, | ||
}, | ||
"gitHead": "dc0644f58f68688716958be1623823bde2e615b2" | ||
"gitHead": "dca319db78ab45784bcdb153490e644df56aabaf" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
256638
213
2771
2
1
80
+ Addedminipass@5.0.0(transitive)
+ Addedtar@6.2.1(transitive)
- Removedminipass@4.2.8(transitive)
- Removedtar@6.1.13(transitive)
Updatedtar@6.2.1