@visulima/crud 2.0.1 → 2.0.2
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 +14 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## @visulima/crud [2.0.2](https://github.com/visulima/visulima/compare/@visulima/crud@2.0.1...@visulima/crud@2.0.2) (2023-09-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update package versions in pnpm-lock file ([6917001](https://github.com/visulima/visulima/commit/69170010084f572f6f4609a68ab653c68e8cfe64))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/pagination:** upgraded to 3.0.2
|
|
13
|
+
* **@visulima/prisma-dmmf-transformer:** upgraded to 2.0.2
|
|
14
|
+
|
|
1
15
|
## @visulima/crud [2.0.1](https://github.com/visulima/visulima/compare/@visulima/crud@2.0.0...@visulima/crud@2.0.1) (2023-08-29)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/crud",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "visulima crud",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -82,16 +82,16 @@
|
|
|
82
82
|
"test:watch": "vitest"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@visulima/pagination": "3.0.
|
|
86
|
-
"@visulima/prisma-dmmf-transformer": "2.0.
|
|
85
|
+
"@visulima/pagination": "3.0.2",
|
|
86
|
+
"@visulima/prisma-dmmf-transformer": "2.0.2",
|
|
87
87
|
"http-errors": "^2.0.0",
|
|
88
88
|
"lodash.set": "^4.3.2",
|
|
89
89
|
"path-to-regexp": "^6.2.1"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"@anolilab/eslint-config": "^11.3.
|
|
93
|
-
"@anolilab/prettier-config": "^5.0.
|
|
94
|
-
"@anolilab/semantic-release-preset": "^6.0.
|
|
92
|
+
"@anolilab/eslint-config": "^11.3.5",
|
|
93
|
+
"@anolilab/prettier-config": "^5.0.4",
|
|
94
|
+
"@anolilab/semantic-release-preset": "^6.0.5",
|
|
95
95
|
"@prisma/client": "4.16.2",
|
|
96
96
|
"@rushstack/eslint-plugin-security": "^0.6.0",
|
|
97
97
|
"@testing-library/react": "^14.0.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@types/http-errors": "^2.0.1",
|
|
100
100
|
"@types/json-schema": "7.0.12",
|
|
101
101
|
"@types/lodash.set": "^4.3.7",
|
|
102
|
-
"@types/node": "18.17.
|
|
102
|
+
"@types/node": "18.17.12",
|
|
103
103
|
"@vitest/coverage-v8": "^0.34.3",
|
|
104
104
|
"cross-env": "^7.0.3",
|
|
105
105
|
"eslint": "^8.48.0",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"next-test-api-route-handler": "^4.0.0-canary.1",
|
|
114
114
|
"node-mocks-http": "^1.13.0",
|
|
115
115
|
"openapi-types": "^12.1.3",
|
|
116
|
-
"prettier": "^3.0.
|
|
116
|
+
"prettier": "^3.0.3",
|
|
117
117
|
"react": "^18.2.0",
|
|
118
118
|
"react-dom": "^18.2.0",
|
|
119
119
|
"rimraf": "^5.0.1",
|