@visulima/crud 2.0.4 → 2.0.5
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 +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## @visulima/crud [2.0.5](https://github.com/visulima/visulima/compare/@visulima/crud@2.0.4...@visulima/crud@2.0.5) (2023-10-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated deps ([4eedb60](https://github.com/visulima/visulima/commit/4eedb604c4f78cf331195e2c053dc72e1c6cf9ad))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Dependencies
|
|
11
|
+
|
|
12
|
+
* **@visulima/pagination:** upgraded to 3.0.5
|
|
13
|
+
* **@visulima/prisma-dmmf-transformer:** upgraded to 2.0.5
|
|
14
|
+
|
|
1
15
|
## @visulima/crud [2.0.4](https://github.com/visulima/visulima/compare/@visulima/crud@2.0.3...@visulima/crud@2.0.4) (2023-10-15)
|
|
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.5",
|
|
4
4
|
"description": "visulima crud",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
"scripts": {
|
|
69
69
|
"build": "rimraf dist && cross-env NODE_ENV=development tsup",
|
|
70
70
|
"build:prod": "rimraf dist && cross-env NODE_ENV=production tsup",
|
|
71
|
-
"check:packagejson": "publint --strict",
|
|
72
71
|
"clean": "rimraf node_modules dist .eslintcache",
|
|
73
72
|
"coverage": "vitest run --coverage",
|
|
74
73
|
"dev": "pnpm run build --watch",
|
|
75
74
|
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js",
|
|
76
|
-
"lint:eslint:fix": "
|
|
75
|
+
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js --fix",
|
|
76
|
+
"lint:packagejson": "publint --strict",
|
|
77
77
|
"lint:prettier": "prettier --config=.prettierrc.js --check .",
|
|
78
78
|
"lint:prettier:fix": "prettier --config=.prettierrc.js --write .",
|
|
79
79
|
"lint:types": "tsc --noEmit",
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"test:watch": "vitest"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@visulima/pagination": "3.0.
|
|
85
|
-
"@visulima/prisma-dmmf-transformer": "2.0.
|
|
84
|
+
"@visulima/pagination": "3.0.5",
|
|
85
|
+
"@visulima/prisma-dmmf-transformer": "2.0.5",
|
|
86
86
|
"http-errors": "^2.0.0",
|
|
87
87
|
"lodash.set": "^4.3.2",
|
|
88
88
|
"path-to-regexp": "^6.2.1"
|
|
@@ -94,13 +94,13 @@
|
|
|
94
94
|
"@babel/core": "^7.23.2",
|
|
95
95
|
"@prisma/client": "4.16.2",
|
|
96
96
|
"@rushstack/eslint-plugin-security": "^0.7.1",
|
|
97
|
-
"@types/http-errors": "^2.0.
|
|
98
|
-
"@types/json-schema": "7.0.
|
|
99
|
-
"@types/lodash.set": "^4.3.
|
|
100
|
-
"@types/node": "18.
|
|
97
|
+
"@types/http-errors": "^2.0.3",
|
|
98
|
+
"@types/json-schema": "7.0.14",
|
|
99
|
+
"@types/lodash.set": "^4.3.8",
|
|
100
|
+
"@types/node": "18.18.5",
|
|
101
101
|
"@vitest/coverage-v8": "^0.34.6",
|
|
102
102
|
"cross-env": "^7.0.3",
|
|
103
|
-
"eslint": "^8.
|
|
103
|
+
"eslint": "^8.52.0",
|
|
104
104
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
105
105
|
"eslint-plugin-etc": "^2.0.3",
|
|
106
106
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.28.1",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"eslint-plugin-mdx": "^2.2.0",
|
|
109
109
|
"eslint-plugin-ssr-friendly": "^1.2.0",
|
|
110
110
|
"eslint-plugin-validate-jsx-nesting": "^0.1.1",
|
|
111
|
-
"eslint-plugin-vitest": "^0.3.
|
|
111
|
+
"eslint-plugin-vitest": "^0.3.8",
|
|
112
112
|
"eslint-plugin-vitest-globals": "^1.4.0",
|
|
113
113
|
"next": "^12.0.0 || ^13.0.0",
|
|
114
114
|
"next-test-api-route-handler": "^4.0.0-canary.1",
|