@magidoc/cli
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -56,3 +56,7 @@ import { templates } from '@magidoc/plugin-starter-variables'; | ||
}; | ||
await executeAllTasks([copyStaticAssetsTask(newDevConfig), writeEnvFileTask(newDevConfig)], { | ||
await executeAllTasks([ | ||
loadGraphQLSchemaTask(newDevConfig), | ||
copyStaticAssetsTask(newDevConfig), | ||
writeEnvFileTask(newDevConfig), | ||
], { | ||
ctx, | ||
@@ -59,0 +63,0 @@ silent: true, |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"type": "module", | ||
@@ -28,3 +28,3 @@ "license": "MIT", | ||
"chokidar": "^3.5.3", | ||
"commander": "^10.0.1", | ||
"commander": "^11.0.0", | ||
"extract-zip": "^2.0.1", | ||
@@ -36,4 +36,4 @@ "fs-extra": "^11.1.1", | ||
"zod": "^3.21.4", | ||
"@magidoc/plugin-starter-variables": "^4.0.0", | ||
"@magidoc/rollup-plugin-gql-schema": "^4.0.0" | ||
"@magidoc/plugin-starter-variables": "^4.1.0", | ||
"@magidoc/rollup-plugin-gql-schema": "^4.1.0" | ||
}, | ||
@@ -44,9 +44,9 @@ "devDependencies": { | ||
"@types/lodash": "^4.14.194", | ||
"@types/node": "^20.2.1", | ||
"@types/node": "^20.4.5", | ||
"@vitest/coverage-c8": "^0.31.1", | ||
"rollup": "^3.22.0", | ||
"rollup-plugin-preserve-shebang": "^1.0.1", | ||
"tslib": "^2.5.2", | ||
"typescript": "^5.0.4", | ||
"vite": "^4.3.8", | ||
"tslib": "^2.6.1", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.4.7", | ||
"vitest": "^0.31.1" | ||
@@ -61,4 +61,4 @@ }, | ||
"scripts": { | ||
"start": "pnpm build:rollup && pnpm run", | ||
"run": "node build/index.js", | ||
"start": "pnpm build:rollup && pnpm execute", | ||
"execute": "node build/index.js", | ||
"build": "run-p build:*", | ||
@@ -65,0 +65,0 @@ "build:rollup": "rollup -c", |
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
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
119844
1878
+ Addedcommander@11.1.0(transitive)
- Removedcommander@10.0.1(transitive)
Updatedcommander@^11.0.0