@visulima/pail 4.0.0-alpha.7 → 4.0.0-alpha.8

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/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## @visulima/pail [4.0.0-alpha.8](https://github.com/visulima/visulima/compare/@visulima/pail@4.0.0-alpha.7...@visulima/pail@4.0.0-alpha.8) (2026-03-26)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **pail:** use workspace:* for internal [@visulima](https://github.com/visulima) deps ([8423dd7](https://github.com/visulima/visulima/commit/8423dd779fbea0acff8f090e548a423e46d761fd))
6
+ * **web:** improve build setup with incremental stats caching and prod install ([fe33e75](https://github.com/visulima/visulima/commit/fe33e75827586779b4b3a0c6d57b39f889ee6207))
7
+
8
+ ### Miscellaneous Chores
9
+
10
+ * **pail:** migrate deps to pnpm catalogs ([b2acd86](https://github.com/visulima/visulima/commit/b2acd864a40d0b2cc8eaf4e531cb2dedfd54181a))
11
+ * update license ([b2d306c](https://github.com/visulima/visulima/commit/b2d306cfeb1eabfd9e24880cb9198f6360724d82))
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.6
17
+ * **@visulima/error:** upgraded to 6.0.0-alpha.6
18
+ * **@visulima/fmt:** upgraded to 2.0.0-alpha.6
19
+ * **@visulima/inspector:** upgraded to 2.0.0-alpha.5
20
+ * **@visulima/redact:** upgraded to 3.0.0-alpha.6
21
+ * **@visulima/string:** upgraded to 3.0.0-alpha.7
22
+
1
23
  ## @visulima/pail [4.0.0-alpha.7](https://github.com/visulima/visulima/compare/@visulima/pail@4.0.0-alpha.6...@visulima/pail@4.0.0-alpha.7) (2026-03-16)
2
24
 
3
25
  ### Features
@@ -4,8 +4,8 @@ import { g as getLongestLabel, b as build } from './packem_shared/index-DnkF86LQ
4
4
  import JsonReporter from './packem_shared/JsonReporter-p_BXg6Sj.js';
5
5
  export { PailError, createPailError } from './packem_shared/createPailError-B11aRfrT.js';
6
6
 
7
- function getDefaultExportFromCjs (x) {
8
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
7
+ function getDefaultExportFromCjs(x) {
8
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
9
9
  }
10
10
 
11
11
  var safeStableStringify = {exports: {}};
@@ -318,8 +318,8 @@ class InteractiveStreamHook {
318
318
  }
319
319
  }
320
320
 
321
- function getDefaultExportFromCjs (x) {
322
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
321
+ function getDefaultExportFromCjs(x) {
322
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
323
323
  }
324
324
 
325
325
  var safeStableStringify = {exports: {}};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pail",
3
- "version": "4.0.0-alpha.7",
3
+ "version": "4.0.0-alpha.8",
4
4
  "description": "Highly configurable Logger for Node.js, Edge and Browser.",
5
5
  "keywords": [
6
6
  "ansi",
@@ -243,19 +243,19 @@
243
243
  "LICENSE.md"
244
244
  ],
245
245
  "dependencies": {
246
- "@visulima/colorize": "2.0.0-alpha.5",
247
- "type-fest": "^5.4.4"
246
+ "@visulima/colorize": "2.0.0-alpha.6",
247
+ "type-fest": "5.5.0"
248
248
  },
249
249
  "peerDependencies": {
250
250
  "@opentelemetry/api": "^1.9",
251
251
  "@sveltejs/kit": ">=2.0",
252
- "@visulima/redact": "3.0.0-alpha.5",
252
+ "@visulima/redact": "3.0.0-alpha.6",
253
253
  "elysia": ">=1.0",
254
254
  "express": ">=4.0",
255
255
  "fastify": ">=4.0",
256
256
  "hono": ">=4.0",
257
257
  "next": ">=14.0",
258
- "rotating-file-stream": "^3.2.7"
258
+ "rotating-file-stream": "3.2.9"
259
259
  },
260
260
  "peerDependenciesMeta": {
261
261
  "@opentelemetry/api": {
@@ -286,6 +286,7 @@
286
286
  "optional": true
287
287
  }
288
288
  },
289
+ "optionalDependencies": {},
289
290
  "engines": {
290
291
  "node": ">=22.13 <=25.x"
291
292
  },