@loglayer/plugin-filter 2.1.1 → 3.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.
- package/package.json +9 -10
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": "
|
|
4
|
+
"version": "3.0.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -32,17 +32,16 @@
|
|
|
32
32
|
"plugin"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@jsonquerylang/jsonquery": "
|
|
36
|
-
"@loglayer/plugin": "2.1.
|
|
37
|
-
"@loglayer/shared": "2.
|
|
35
|
+
"@jsonquerylang/jsonquery": "5.0.4",
|
|
36
|
+
"@loglayer/plugin": "2.1.2",
|
|
37
|
+
"@loglayer/shared": "2.4.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"
|
|
41
|
-
"@types/node": "22.15.17",
|
|
40
|
+
"@types/node": "24.3.1",
|
|
42
41
|
"tsup": "8.5.0",
|
|
43
|
-
"typescript": "5.
|
|
42
|
+
"typescript": "5.9.2",
|
|
44
43
|
"vitest": "3.2.4",
|
|
45
|
-
"loglayer": "6.
|
|
44
|
+
"loglayer": "6.7.0",
|
|
46
45
|
"@internal/tsconfig": "2.1.0"
|
|
47
46
|
},
|
|
48
47
|
"bugs": "https://github.com/loglayer/loglayer/issues",
|
|
@@ -56,9 +55,9 @@
|
|
|
56
55
|
"scripts": {
|
|
57
56
|
"build": "tsup src/index.ts",
|
|
58
57
|
"test": "vitest --run",
|
|
59
|
-
"build:dev": "hash-runner",
|
|
60
58
|
"clean": "rm -rf .turbo node_modules dist",
|
|
61
|
-
"lint": "biome check --write --unsafe src
|
|
59
|
+
"lint": "biome check --no-errors-on-unmatched --write --unsafe src",
|
|
60
|
+
"lint:staged": "biome check --no-errors-on-unmatched --write --unsafe --staged src",
|
|
62
61
|
"verify-types": "tsc --noEmit"
|
|
63
62
|
}
|
|
64
63
|
}
|