@powerlines/core 0.48.12 → 0.48.14

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: ("config" | "plugins" | "general" | "fs" | "performance" | "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: ("config" | "plugins" | "general" | "fs" | "performance" | "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.12",
3
+ "version": "0.48.14",
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",
@@ -327,19 +327,19 @@
327
327
  "@donedeal0/superdiff": "^3.2.0",
328
328
  "@jridgewell/sourcemap-codec": "^1.5.5",
329
329
  "@rolldown/pluginutils": "1.0.0-rc.18",
330
- "@storm-software/config": "^1.137.61",
331
- "@storm-software/config-tools": "^1.190.29",
332
- "@stryke/capnp": "^0.12.102",
333
- "@stryke/convert": "^0.7.7",
334
- "@stryke/env": "^0.20.93",
335
- "@stryke/fs": "^0.33.76",
336
- "@stryke/hash": "^0.13.29",
337
- "@stryke/helpers": "^0.10.16",
338
- "@stryke/json": "^0.15.0",
339
- "@stryke/path": "^0.29.3",
340
- "@stryke/string-format": "^0.17.18",
341
- "@stryke/type-checks": "^0.6.9",
342
- "@stryke/unique-id": "^0.3.87",
330
+ "@storm-software/config": "^1.137.62",
331
+ "@storm-software/config-tools": "^1.190.30",
332
+ "@stryke/capnp": "^0.12.103",
333
+ "@stryke/convert": "^0.7.8",
334
+ "@stryke/env": "^0.20.94",
335
+ "@stryke/fs": "^0.33.77",
336
+ "@stryke/hash": "^0.13.30",
337
+ "@stryke/helpers": "^0.10.17",
338
+ "@stryke/json": "^0.15.1",
339
+ "@stryke/path": "^0.29.4",
340
+ "@stryke/string-format": "^0.17.19",
341
+ "@stryke/type-checks": "^0.6.10",
342
+ "@stryke/unique-id": "^0.3.88",
343
343
  "birpc": "^4.0.0",
344
344
  "bundle-require": "^5.1.0",
345
345
  "c12": "^3.3.4",
@@ -357,13 +357,13 @@
357
357
  "oxc-resolver": "^11.19.1",
358
358
  "prettier": "^3.8.3",
359
359
  "ts-morph": "^27.0.2",
360
- "undici": "^7.25.0",
360
+ "undici": "^7.26.0",
361
361
  "unplugin": "^3.0.0",
362
362
  "unplugin-combine": "^2.4.0"
363
363
  },
364
364
  "devDependencies": {
365
- "@storm-software/testing-tools": "^1.119.182",
366
- "@stryke/types": "^0.12.4",
365
+ "@storm-software/testing-tools": "^1.119.183",
366
+ "@stryke/types": "^0.12.5",
367
367
  "@types/bun": "^1.3.14",
368
368
  "@types/diff-match-patch": "^1.0.36",
369
369
  "@types/node": "^25.9.1",
@@ -372,8 +372,8 @@
372
372
  "prettier-plugin-organize-imports": "^4.3.0",
373
373
  "tsdown": "^0.22.0",
374
374
  "typescript": "^6.0.3",
375
- "undici-types": "^7.25.0"
375
+ "undici-types": "^7.26.0"
376
376
  },
377
377
  "publishConfig": { "access": "public" },
378
- "gitHead": "50107ef1a62407559a697891a13b7b3b9324f122"
378
+ "gitHead": "bb2fced8516bd420e927eb1b78e1ccfcf6d9bf02"
379
379
  }