@orion-js/core
Advanced tools
Comparing version 3.1.10 to 3.1.12
@@ -11,2 +11,3 @@ #!/usr/bin/env node | ||
const build_1 = __importDefault(require("./build")); | ||
const create_1 = __importDefault(require("./create")); | ||
const safe_1 = __importDefault(require("colors/safe")); | ||
@@ -54,2 +55,8 @@ const test_1 = __importDefault(require("./test")); | ||
.action(run(add_1.default)); | ||
program | ||
.command('create') | ||
.description('Creates a new Orionjs project') | ||
.option('--name [name]', 'Name of the project') | ||
.option('--kit [kit]', 'Which starter kit to use') | ||
.action(run(create_1.default)); | ||
program.version(version_1.default, '-v --version'); | ||
@@ -56,0 +63,0 @@ program.parse(process.argv); |
{ | ||
"name": "@orion-js/core", | ||
"version": "3.1.10", | ||
"version": "3.1.12", | ||
"main": "index.js", | ||
@@ -19,3 +19,3 @@ "author": "nicolaslopezj", | ||
"dependencies": { | ||
"@orion-js/crypto": "^3.1.10", | ||
"@orion-js/crypto": "^3.1.12", | ||
"chokidar": "3.5.3", | ||
@@ -38,3 +38,3 @@ "colors": "^1.4.0", | ||
}, | ||
"gitHead": "40fa0800303f49ad08890b2bedff2cdadb81360d", | ||
"gitHead": "a6b82a931bea3179dfac4099579096c4f7a780bb", | ||
"devDependencies": { | ||
@@ -41,0 +41,0 @@ "@shelf/jest-mongodb": "^2.1.0", |
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
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
40040
38
838
Updated@orion-js/crypto@^3.1.12