qast 2.0.2 → 2.0.3

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qast",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Query to AST to ORM — Parse human-readable query strings into AST and transform them into ORM-compatible filters",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -84,7 +84,7 @@
84
84
  "@typescript-eslint/eslint-plugin": "^8.0.0",
85
85
  "@typescript-eslint/parser": "^8.0.0",
86
86
  "eslint": "^9.0.0",
87
- "eslint-config-prettier": "^9.1.0",
87
+ "eslint-config-prettier": "^10.1.8",
88
88
  "fastify": "^5.7.2",
89
89
  "hono": "^4.11.5",
90
90
  "jest": "^30.2.0",