@angelps/prisma-query-builder 0.1.3 → 0.1.4

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -705,5 +705,3 @@ class UserRepo extends CrudRepository<...> {
705
705
  ```
706
706
 
707
707
  By default the library uses `console.*` — no configuration required.
708
-
709
- Holaa, solo probando :D
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angelps/prisma-query-builder",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Library to build Prisma queries from HTTP parameters (pagination, filters, sorting)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",