@gasket/cli
Advanced tools
Comparing version 7.0.0-next.1 to 7.0.0-next.2
{ | ||
"name": "@gasket/cli", | ||
"version": "7.0.0-next.1", | ||
"version": "7.0.0-next.2", | ||
"description": "CLI for rapid application development with gasket", | ||
@@ -47,10 +47,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@gasket/engine": "^7.0.0-next.1", | ||
"@gasket/plugin-git": "^7.0.0-next.1", | ||
"@gasket/plugin-lifecycle": "^7.0.0-next.1", | ||
"@gasket/plugin-logger": "^7.0.0-next.1", | ||
"@gasket/plugin-metadata": "^7.0.0-next.1", | ||
"@gasket/plugin-start": "^7.0.0-next.1", | ||
"@gasket/resolve": "^7.0.0-next.1", | ||
"@gasket/utils": "^7.0.0-next.1", | ||
"@gasket/engine": "^7.0.0-next.2", | ||
"@gasket/plugin-git": "^7.0.0-next.2", | ||
"@gasket/plugin-lifecycle": "^7.0.0-next.2", | ||
"@gasket/plugin-logger": "^7.0.0-next.2", | ||
"@gasket/plugin-metadata": "^7.0.0-next.2", | ||
"@gasket/plugin-start": "^7.0.0-next.2", | ||
"@gasket/resolve": "^7.0.0-next.2", | ||
"@gasket/utils": "^7.0.0-next.2", | ||
"commander": "^12.0.0", | ||
@@ -202,3 +202,3 @@ "cross-env": "^7.0.3", | ||
}, | ||
"gitHead": "05300b094247de1fdfaf06afcdfed24280e3f084" | ||
"gitHead": "ae1c37abe63a7deea1431e37e57f2b14daa31bf5" | ||
} |
Updated@gasket/engine@^7.0.0-next.2
Updated@gasket/utils@^7.0.0-next.2