@visulima/crud 2.0.3 → 2.0.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/CHANGELOG.md +14 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## @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
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * removed types from exports key ([80bd356](https://github.com/visulima/visulima/commit/80bd356659a45bd351a60870b0f380569c75e0c1))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@visulima/pagination:** upgraded to 3.0.4
13
+ * **@visulima/prisma-dmmf-transformer:** upgraded to 2.0.4
14
+
1
15
  ## @visulima/crud [2.0.3](https://github.com/visulima/visulima/compare/@visulima/crud@2.0.2...@visulima/crud@2.0.3) (2023-10-11)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/crud",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "visulima crud",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -34,7 +34,6 @@
34
34
  "sideEffects": false,
35
35
  "exports": {
36
36
  ".": {
37
- "types": "./dist/index.d.ts",
38
37
  "require": {
39
38
  "types": "./dist/index.d.ts",
40
39
  "default": "./dist/index.js"
@@ -45,7 +44,6 @@
45
44
  }
46
45
  },
47
46
  "./next": {
48
- "types": "./dist/next/index.d.ts",
49
47
  "require": {
50
48
  "types": "./dist/next/index.d.ts",
51
49
  "default": "./dist/next/index.js"
@@ -70,6 +68,7 @@
70
68
  "scripts": {
71
69
  "build": "rimraf dist && cross-env NODE_ENV=development tsup",
72
70
  "build:prod": "rimraf dist && cross-env NODE_ENV=production tsup",
71
+ "check:packagejson": "publint --strict",
73
72
  "clean": "rimraf node_modules dist .eslintcache",
74
73
  "coverage": "vitest run --coverage",
75
74
  "dev": "pnpm run build --watch",
@@ -82,8 +81,8 @@
82
81
  "test:watch": "vitest"
83
82
  },
84
83
  "dependencies": {
85
- "@visulima/pagination": "3.0.3",
86
- "@visulima/prisma-dmmf-transformer": "2.0.3",
84
+ "@visulima/pagination": "3.0.4",
85
+ "@visulima/prisma-dmmf-transformer": "2.0.4",
87
86
  "http-errors": "^2.0.0",
88
87
  "lodash.set": "^4.3.2",
89
88
  "path-to-regexp": "^6.2.1"
@@ -92,7 +91,7 @@
92
91
  "@anolilab/eslint-config": "^14.0.24",
93
92
  "@anolilab/prettier-config": "^5.0.11",
94
93
  "@anolilab/semantic-release-preset": "^8.0.0",
95
- "@babel/core": "^7.23.0",
94
+ "@babel/core": "^7.23.2",
96
95
  "@prisma/client": "4.16.2",
97
96
  "@rushstack/eslint-plugin-security": "^0.7.1",
98
97
  "@types/http-errors": "^2.0.2",