vestig 0.20.0 → 0.22.0

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/dist/version.d.ts CHANGED
@@ -2,5 +2,5 @@
2
2
  * Vestig library version
3
3
  * This is automatically updated during the release process
4
4
  */
5
- export declare const VERSION = "0.19.0";
5
+ export declare const VERSION = "0.20.0";
6
6
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  * Vestig library version
3
3
  * This is automatically updated during the release process
4
4
  */
5
- export const VERSION = '0.19.0';
5
+ export const VERSION = '0.20.0';
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vestig",
3
- "version": "0.20.0",
3
+ "version": "0.22.0",
4
4
  "description": "Leave a trace. A modern, runtime-agnostic structured logging library with automatic PII sanitization and context propagation.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",