@visulima/crud 3.0.0-alpha.3 → 3.0.0-alpha.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.
- package/CHANGELOG.md +16 -0
- package/dist/next/index.js +22 -22
- package/dist/next/index.js.map +1 -1
- package/dist/next/index.mjs +22 -22
- package/dist/next/index.mjs.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/crud",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.4",
|
|
4
4
|
"description": "A comprehensive CRUD library for building RESTful APIs with Prisma, providing automatic CRUD operations, filtering, sorting, and pagination.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"LICENSE.md"
|
|
66
66
|
],
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@visulima/pagination": "5.0.0-alpha.
|
|
69
|
-
"@visulima/prisma-dmmf-transformer": "3.0.0-alpha.
|
|
68
|
+
"@visulima/pagination": "5.0.0-alpha.4",
|
|
69
|
+
"@visulima/prisma-dmmf-transformer": "3.0.0-alpha.4",
|
|
70
70
|
"http-errors": "^2.0.1",
|
|
71
71
|
"path-to-regexp": "^8.3.0"
|
|
72
72
|
},
|