@sprucelabs/spruce-skill-utils 32.0.65 → 32.0.67
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.
|
@@ -11,7 +11,7 @@ export interface LogOptions {
|
|
|
11
11
|
export type Level = 'ERROR' | 'INFO' | 'WARN';
|
|
12
12
|
export type LogTransport = (...messageParts: string[]) => void;
|
|
13
13
|
type TransportMap = Record<Level, LogTransport | LogTransport[] | null | undefined>;
|
|
14
|
-
type Anything = string | number | boolean | null | undefined | Error;
|
|
14
|
+
type Anything = string | number | boolean | null | undefined | Error | unknown;
|
|
15
15
|
export type LoggableType = Anything | Anything[] | Record<string, Anything>;
|
|
16
16
|
export interface Log {
|
|
17
17
|
readonly prefix: string | undefined;
|
|
@@ -11,7 +11,7 @@ export interface LogOptions {
|
|
|
11
11
|
export type Level = 'ERROR' | 'INFO' | 'WARN';
|
|
12
12
|
export type LogTransport = (...messageParts: string[]) => void;
|
|
13
13
|
type TransportMap = Record<Level, LogTransport | LogTransport[] | null | undefined>;
|
|
14
|
-
type Anything = string | number | boolean | null | undefined | Error;
|
|
14
|
+
type Anything = string | number | boolean | null | undefined | Error | unknown;
|
|
15
15
|
export type LoggableType = Anything | Anything[] | Record<string, Anything>;
|
|
16
16
|
export interface Log {
|
|
17
17
|
readonly prefix: string | undefined;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "32.0.
|
|
6
|
+
"version": "32.0.67",
|
|
7
7
|
"skill": {
|
|
8
8
|
"namespace": "skill-utils",
|
|
9
9
|
"upgradeIgnoreList": [
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@sprucelabs/globby": "^2.0.506",
|
|
61
|
-
"@sprucelabs/schema": "^32.1.
|
|
61
|
+
"@sprucelabs/schema": "^32.1.13",
|
|
62
62
|
"chalk": "^4.1.2",
|
|
63
63
|
"dotenv": "^17.2.1",
|
|
64
64
|
"fs-extra": "^11.3.1",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@sprucelabs/resolve-path-aliases": "^3.0.18",
|
|
74
74
|
"@sprucelabs/semantic-release": "^5.0.2",
|
|
75
75
|
"@sprucelabs/test": "^10.0.14",
|
|
76
|
-
"@sprucelabs/test-utils": "^6.0.
|
|
76
|
+
"@sprucelabs/test-utils": "^6.0.54",
|
|
77
77
|
"@types/fs-extra": "^11.0.4",
|
|
78
78
|
"@types/inflection": "^2.0.0",
|
|
79
79
|
"@types/lodash": "^4.17.20",
|