@gasket/cli
Advanced tools
Comparing version 6.22.0 to 6.22.1
@@ -1,1 +0,1 @@ | ||
{"version":"6.22.0","commands":{"create":{"id":"create","description":"Create a new gasket application","pluginName":"@gasket/cli","pluginType":"core","aliases":[],"flags":{"presets":{"name":"presets","type":"option","char":"p","description":"Initial gasket preset(s) to use.\nCan be set as short name with version (e.g. --presets nextjs@^1.0.0)\nOr other (multiple) custom presets (e.g. --presets my-gasket-preset@1.0.0.beta-1,nextjs@^1.0.0)"},"plugins":{"name":"plugins","type":"option","description":"Additional plugin(s) to install. Can be set as\nmultiple flags (e.g. --plugins jest --plugins zkconfig@^1.0.0)\ncomma-separated values: --plugins=jest,zkconfig^1.0.0\n "},"package-manager":{"name":"package-manager","type":"option","description":"Selects which package manager you would like to use during\n installation. (e.g. --package-manager yarn)"},"bootstrap":{"name":"bootstrap","type":"boolean","description":"(INTERNAL) If provided, skip the bootstrap phase of gasket create","hidden":true,"allowNo":true},"generate":{"name":"generate","type":"boolean","description":"(INTERNAL) If provided, skip the generate phase of gasket create","hidden":true,"allowNo":true},"npm-link":{"name":"npm-link","type":"option","description":"(INTERNAL) Local packages to be linked. Can be set as\nmultiple flags (e.g. --npm-link @gasket/plugin-jest --npm-link some-test-preset)\ncomma-separated values: --npm-link=@gasket/plugin-jest,some-test-preset","hidden":true},"preset-path":{"name":"preset-path","type":"option","description":"(INTERNAL) Paths the a local preset packages. Can be absolute\nor relative to the current working directory.\ncomma-separated values: --preset-path=path1,path2","hidden":true},"npmconfig":{"name":"npmconfig","type":"option","description":"(DEPRECATED) .npmrc to be used for npm actions in @gasket/cli'.\nInstead, prefer environment variables to configure package managers\n","hidden":true}},"args":[{"name":"appname","description":"Name of the gasket application to create","required":true}]}}} | ||
{"version":"6.22.1","commands":{"create":{"id":"create","description":"Create a new gasket application","pluginName":"@gasket/cli","pluginType":"core","aliases":[],"flags":{"presets":{"name":"presets","type":"option","char":"p","description":"Initial gasket preset(s) to use.\nCan be set as short name with version (e.g. --presets nextjs@^1.0.0)\nOr other (multiple) custom presets (e.g. --presets my-gasket-preset@1.0.0.beta-1,nextjs@^1.0.0)"},"plugins":{"name":"plugins","type":"option","description":"Additional plugin(s) to install. Can be set as\nmultiple flags (e.g. --plugins jest --plugins zkconfig@^1.0.0)\ncomma-separated values: --plugins=jest,zkconfig^1.0.0\n "},"package-manager":{"name":"package-manager","type":"option","description":"Selects which package manager you would like to use during\n installation. (e.g. --package-manager yarn)"},"bootstrap":{"name":"bootstrap","type":"boolean","description":"(INTERNAL) If provided, skip the bootstrap phase of gasket create","hidden":true,"allowNo":true},"generate":{"name":"generate","type":"boolean","description":"(INTERNAL) If provided, skip the generate phase of gasket create","hidden":true,"allowNo":true},"npm-link":{"name":"npm-link","type":"option","description":"(INTERNAL) Local packages to be linked. Can be set as\nmultiple flags (e.g. --npm-link @gasket/plugin-jest --npm-link some-test-preset)\ncomma-separated values: --npm-link=@gasket/plugin-jest,some-test-preset","hidden":true},"preset-path":{"name":"preset-path","type":"option","description":"(INTERNAL) Paths the a local preset packages. Can be absolute\nor relative to the current working directory.\ncomma-separated values: --preset-path=path1,path2","hidden":true},"npmconfig":{"name":"npmconfig","type":"option","description":"(DEPRECATED) .npmrc to be used for npm actions in @gasket/cli'.\nInstead, prefer environment variables to configure package managers\n","hidden":true}},"args":[{"name":"appname","description":"Name of the gasket application to create","required":true}]}}} |
{ | ||
"name": "@gasket/cli", | ||
"version": "6.22.0", | ||
"version": "6.22.1", | ||
"description": "CLI for rapid application development with gasket", | ||
@@ -75,2 +75,3 @@ "main": "src/index.js", | ||
"deepmerge": "^4.2.2", | ||
"glob": "^7.1.6", | ||
"handlebars": "^4.7.6", | ||
@@ -222,3 +223,3 @@ "inquirer": "6.3.1", | ||
}, | ||
"gitHead": "4b8cae41f0b7f99e30c687462a86e2ef067536e8" | ||
"gitHead": "c85df5837759a8a93911119515f76f7c1ae302a3" | ||
} |
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
122850
0
29
+ Addedglob@^7.1.6
+ Added@types/node@22.13.4(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
- Removed@types/node@22.13.1(transitive)