@storm-stack/plugin-system
Advanced tools
Comparing version 1.4.10 to 1.4.11
@@ -232,2 +232,10 @@ import { ExecaReturnValue } from 'execa'; | ||
stopwatch: (name?: string, startTime?: StormTime) => MaybePromise<void>; | ||
/** | ||
* Create a child logger | ||
* | ||
* @param name - The name of the child logger | ||
* @returns The child logger | ||
*/ | ||
child: (options: { name: string } & Record<string, any>) => IStormLog; | ||
} | ||
@@ -234,0 +242,0 @@ |
{ | ||
"name": "@storm-stack/plugin-system", | ||
"version": "1.4.10", | ||
"version": "1.4.11", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A library used to create and manage a plugin-styled architecture in a TypeScript application.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2422428
1297