@loglayer/plugin-filter 1.0.5 → 2.0.1

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Log filtering plugin for LogLayer
2
2
 
3
+ [![NPM Version](https://img.shields.io/npm/v/%40loglayer%2Fplugin-filter)](https://www.npmjs.com/package/@loglayer/plugin-filter)
4
+ [![NPM Downloads](https://img.shields.io/npm/dm/%40loglayer%2Fplugin-filter)](https://www.npmjs.com/package/@loglayer/plugin-filter)
5
+ [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
6
+
3
7
  A plugin for [LogLayer](https://loglayer.dev) that filters log messages. You can filter logs using string patterns, regular expressions,
4
8
  or [JSON Queries](https://jsonquerylang.org/).
5
9
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loglayer/plugin-filter",
3
3
  "description": "Filter logs with LogLayer using string patterns, regular expressions, or JSON Queries.",
4
- "version": "1.0.5",
4
+ "version": "2.0.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -29,8 +29,8 @@
29
29
  ],
30
30
  "dependencies": {
31
31
  "@jsonquerylang/jsonquery": "4.1.1",
32
- "@loglayer/plugin": "1.3.0",
33
- "@loglayer/shared": "1.3.0"
32
+ "@loglayer/plugin": "2.0.1",
33
+ "@loglayer/shared": "2.1.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "hash-runner": "2.0.1",
@@ -38,8 +38,8 @@
38
38
  "tsup": "8.3.5",
39
39
  "typescript": "5.7.3",
40
40
  "vitest": "3.0.4",
41
- "@internal/tsconfig": "1.0.0",
42
- "loglayer": "5.6.0"
41
+ "loglayer": "6.1.0",
42
+ "@internal/tsconfig": "2.0.0"
43
43
  },
44
44
  "bugs": "https://github.com/loglayer/loglayer/issues",
45
45
  "engines": {