@stacksjs/logging 0.59.10 → 0.59.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { consola } from 'consola';
|
|
2
2
|
import type { Prompt } from '@stacksjs/cli';
|
|
3
3
|
export declare function logLevel(): any;
|
|
4
|
-
export declare const logger: import("consola
|
|
4
|
+
export declare const logger: import("consola").ConsolaInstance;
|
|
5
5
|
export { consola };
|
|
6
6
|
export interface Log {
|
|
7
7
|
info: (...args: any[]) => void;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/logging",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.59.
|
|
4
|
+
"version": "0.59.11",
|
|
5
5
|
"description": "The Stacks logging system.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -60,6 +60,6 @@
|
|
|
60
60
|
"consola": "^3.2.3"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"typescript": "^5.
|
|
63
|
+
"typescript": "^5.4.2"
|
|
64
64
|
}
|
|
65
65
|
}
|