Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@extollo/cli

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@extollo/cli - npm Package Compare versions

Comparing version
0.4.3
to
0.4.4
+1
-1
lib/service/CommandLine.d.ts

@@ -56,3 +56,3 @@ import { Unit, Logging } from "@extollo/lib";

*/
getTemplate(name: string): import("@extollo/util/lib/collection/Collection").MaybeCollectionItem<Template>;
getTemplate(name: string): Template | undefined;
/**

@@ -59,0 +59,0 @@ * Get a collection of all registered templates.

{
"name": "@extollo/cli",
"version": "0.4.3",
"version": "0.4.4",
"description": "The command-line utilities that lift up your code.",

@@ -11,5 +11,5 @@ "main": "lib/index.js",

"dependencies": {
"@extollo/di": "^0.4.4",
"@extollo/di": "^0.4.5",
"@extollo/lib": "^0.1.3",
"@extollo/util": "^0.3.2",
"@extollo/util": "^0.3.3",
"@types/node": "^14.14.37",

@@ -21,3 +21,4 @@ "colors": "^1.4.0",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
"build": "tsc",
"prepare": "pnpm run build"
},

@@ -24,0 +25,0 @@ "files": [