@medyll/idae-query 0.145.0 → 0.146.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@medyll/idae-query",
3
3
  "scope": "@medyll",
4
- "version": "0.145.0",
4
+ "version": "0.146.0",
5
5
  "description": "A powerful and flexible query library for TypeScript and JavaScript applications, featuring a MongoDB-like query interface, strong TypeScript support, and easy integration with front-end frameworks.",
6
6
  "scripts": {
7
7
  "dev": "vite dev",
@@ -41,6 +41,7 @@
41
41
  "@sveltejs/package": "^2.3.11",
42
42
  "@sveltejs/vite-plugin-svelte": "^5.0.3",
43
43
  "@types/eslint": "^9.6.1",
44
+ "@vitest/coverage-v8": "^3.1.1",
44
45
  "eslint": "^9.25.0",
45
46
  "eslint-config-prettier": "^10.1.2",
46
47
  "eslint-plugin-svelte": "^3.5.1",
@@ -58,4 +59,4 @@
58
59
  "svelte": "./dist/index.js",
59
60
  "types": "./dist/index.d.ts",
60
61
  "type": "module"
61
- }
62
+ }