@powerlines/core 0.48.6 → 0.48.7

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 COMMUNICATION: "communication";
22
22
  };
23
- declare const LOG_CATEGORIES_ARRAY: ("fs" | "plugins" | "general" | "performance" | "config" | "hooks" | "env" | "rpc" | "babel" | "communication")[];
23
+ declare const LOG_CATEGORIES_ARRAY: ("plugins" | "general" | "fs" | "performance" | "config" | "hooks" | "env" | "rpc" | "babel" | "communication")[];
24
24
  declare const LOG_CATEGORIES: readonly ["general", "fs", "performance", "config", "plugins", "hooks", "env", "rpc", "communication", "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 COMMUNICATION: "communication";
22
22
  };
23
- declare const LOG_CATEGORIES_ARRAY: ("fs" | "plugins" | "general" | "performance" | "config" | "hooks" | "env" | "rpc" | "babel" | "communication")[];
23
+ declare const LOG_CATEGORIES_ARRAY: ("plugins" | "general" | "fs" | "performance" | "config" | "hooks" | "env" | "rpc" | "babel" | "communication")[];
24
24
  declare const LOG_CATEGORIES: readonly ["general", "fs", "performance", "config", "plugins", "hooks", "env", "rpc", "communication", "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.48.6",
3
+ "version": "0.48.7",
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",
@@ -345,7 +345,7 @@
345
345
  "c12": "^3.3.4",
346
346
  "chalk": "5.6.2",
347
347
  "compatx": "^0.2.0",
348
- "date-fns": "^4.2.1",
348
+ "date-fns": "^4.3.0",
349
349
  "defu": "^6.1.7",
350
350
  "devframe": "^0.1.22",
351
351
  "diff-match-patch": "^1.0.5",
@@ -375,5 +375,5 @@
375
375
  "undici-types": "^7.25.0"
376
376
  },
377
377
  "publishConfig": { "access": "public" },
378
- "gitHead": "0daef1eefc1aaf0d184b1517aad107c5f3e491bc"
378
+ "gitHead": "985eea96e52a002cb91b70e755ce4e35c8075347"
379
379
  }