@powerlines/core 0.47.3 → 0.47.4
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.
|
@@ -20,7 +20,7 @@ declare const LogCategories: {
|
|
|
20
20
|
readonly BABEL: "babel";
|
|
21
21
|
readonly NETWORK: "network";
|
|
22
22
|
};
|
|
23
|
-
declare const LOG_CATEGORIES_ARRAY: ("
|
|
23
|
+
declare const LOG_CATEGORIES_ARRAY: ("plugins" | "config" | "fs" | "general" | "performance" | "hooks" | "env" | "ipc" | "babel" | "network")[];
|
|
24
24
|
declare const LOG_CATEGORIES: readonly ["general", "fs", "performance", "config", "plugins", "hooks", "env", "ipc", "network", "babel"];
|
|
25
25
|
declare const DEFAULT_DEVELOPMENT_LOG_LEVEL: {
|
|
26
26
|
readonly general: "debug";
|
|
@@ -20,7 +20,7 @@ declare const LogCategories: {
|
|
|
20
20
|
readonly BABEL: "babel";
|
|
21
21
|
readonly NETWORK: "network";
|
|
22
22
|
};
|
|
23
|
-
declare const LOG_CATEGORIES_ARRAY: ("
|
|
23
|
+
declare const LOG_CATEGORIES_ARRAY: ("plugins" | "config" | "fs" | "general" | "performance" | "hooks" | "env" | "ipc" | "babel" | "network")[];
|
|
24
24
|
declare const LOG_CATEGORIES: readonly ["general", "fs", "performance", "config", "plugins", "hooks", "env", "ipc", "network", "babel"];
|
|
25
25
|
declare const DEFAULT_DEVELOPMENT_LOG_LEVEL: {
|
|
26
26
|
readonly general: "debug";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/core",
|
|
3
|
-
"version": "0.47.
|
|
3
|
+
"version": "0.47.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "An internal core package for Powerlines - please use the `powerlines` package for public usage.",
|
|
6
6
|
"homepage": "https://stormsoftware.com",
|
|
@@ -242,5 +242,5 @@
|
|
|
242
242
|
"typescript": "^6.0.3"
|
|
243
243
|
},
|
|
244
244
|
"publishConfig": { "access": "public" },
|
|
245
|
-
"gitHead": "
|
|
245
|
+
"gitHead": "af32ddb830394bb40196113171aa009dd5b7e28a"
|
|
246
246
|
}
|