@visulima/crud 1.0.8 → 1.0.9
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 +15 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## @visulima/crud [1.0.9](https://github.com/visulima/visulima/compare/@visulima/crud@1.0.8...@visulima/crud@1.0.9) (2023-01-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* allow higher node versions ([c93d55b](https://github.com/visulima/visulima/commit/c93d55b80135282235e933da52d9c88ade3073a8))
|
|
7
|
+
* allow higher node versions ([faf4780](https://github.com/visulima/visulima/commit/faf478069f3508249db22ed2171ddee4fa380122))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* **@visulima/pagination:** upgraded to 2.0.1
|
|
14
|
+
* **@visulima/prisma-dmmf-transformer:** upgraded to 1.0.4
|
|
15
|
+
|
|
1
16
|
## @visulima/crud [1.0.8](https://github.com/visulima/visulima/compare/@visulima/crud@1.0.7...@visulima/crud@1.0.8) (2022-12-20)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/crud",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "visulima crud",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"test": "vitest"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@visulima/pagination": "2.0.
|
|
70
|
-
"@visulima/prisma-dmmf-transformer": "1.0.
|
|
69
|
+
"@visulima/pagination": "2.0.1",
|
|
70
|
+
"@visulima/prisma-dmmf-transformer": "1.0.4",
|
|
71
71
|
"http-errors": "^2.0.0",
|
|
72
72
|
"lodash.set": "^4.3.2",
|
|
73
73
|
"path-to-regexp": "^6.2.1"
|
|
@@ -114,13 +114,13 @@
|
|
|
114
114
|
"prettier": "^2.7.1",
|
|
115
115
|
"read-pkg": "^7.1.0",
|
|
116
116
|
"rimraf": "^3.0.2",
|
|
117
|
-
"semantic-release": "^
|
|
117
|
+
"semantic-release": "^20.0.0",
|
|
118
118
|
"tsup": "^6.2.3",
|
|
119
119
|
"typescript": "^4.8.4",
|
|
120
120
|
"vitest": "^0.26.1"
|
|
121
121
|
},
|
|
122
122
|
"engines": {
|
|
123
|
-
"node": ">=16"
|
|
123
|
+
"node": ">=16.18.0 <=19.0"
|
|
124
124
|
},
|
|
125
125
|
"publishConfig": {
|
|
126
126
|
"access": "public"
|