@visulima/prisma-dmmf-transformer 2.0.8 → 2.0.10
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 +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## @visulima/prisma-dmmf-transformer [2.0.10](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.9...@visulima/prisma-dmmf-transformer@2.0.10) (2023-11-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated dep versions ([ed70375](https://github.com/visulima/visulima/commit/ed7037584477dbda4a8a6405a1104876e8a6c703))
|
|
7
|
+
|
|
8
|
+
## @visulima/prisma-dmmf-transformer [2.0.9](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.8...@visulima/prisma-dmmf-transformer@2.0.9) (2023-11-30)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** updated package deps ([b4f4ede](https://github.com/visulima/visulima/commit/b4f4eded7bbded62b341ade0017ab357336f3af2))
|
|
14
|
+
|
|
1
15
|
## @visulima/prisma-dmmf-transformer [2.0.8](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.7...@visulima/prisma-dmmf-transformer@2.0.8) (2023-11-07)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/prisma-dmmf-transformer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.10",
|
|
4
4
|
"description": "A generator for Prisma to generate a valid JSON Schema v7.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -75,37 +75,37 @@
|
|
|
75
75
|
"test:watch": "vitest"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@prisma/generator-helper": "5.
|
|
79
|
-
"@prisma/internals": "5.
|
|
78
|
+
"@prisma/generator-helper": "5.6.0",
|
|
79
|
+
"@prisma/internals": "5.6.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@anolilab/eslint-config": "^15.0.2",
|
|
83
83
|
"@anolilab/prettier-config": "^5.0.13",
|
|
84
84
|
"@anolilab/semantic-release-preset": "^8.0.2",
|
|
85
|
-
"@babel/core": "^7.23.
|
|
85
|
+
"@babel/core": "^7.23.5",
|
|
86
86
|
"@prisma/client": "4.16.2",
|
|
87
87
|
"@rushstack/eslint-plugin-security": "^0.7.1",
|
|
88
|
-
"@types/json-schema": "7.0.
|
|
89
|
-
"@types/micromatch": "4.0.
|
|
88
|
+
"@types/json-schema": "7.0.15",
|
|
89
|
+
"@types/micromatch": "4.0.6",
|
|
90
90
|
"@types/node": "18.18.8",
|
|
91
91
|
"@vitest/coverage-v8": "0.34.6",
|
|
92
92
|
"ajv": "8.12.0",
|
|
93
93
|
"ajv-formats": "2.1.1",
|
|
94
94
|
"cross-env": "7.0.3",
|
|
95
|
-
"eslint": "^8.
|
|
95
|
+
"eslint": "^8.54.0",
|
|
96
96
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
97
97
|
"eslint-plugin-etc": "^2.0.3",
|
|
98
98
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.0",
|
|
99
99
|
"eslint-plugin-mdx": "^2.2.0",
|
|
100
|
-
"eslint-plugin-vitest": "^0.3.
|
|
100
|
+
"eslint-plugin-vitest": "^0.3.10",
|
|
101
101
|
"eslint-plugin-vitest-globals": "^1.4.0",
|
|
102
|
-
"prettier": "3.0
|
|
102
|
+
"prettier": "3.1.0",
|
|
103
103
|
"prisma": "4.16.2",
|
|
104
104
|
"rimraf": "5.0.5",
|
|
105
|
-
"semantic-release": "22.0.
|
|
105
|
+
"semantic-release": "22.0.8",
|
|
106
106
|
"sort-package-json": "^2.6.0",
|
|
107
|
-
"tsup": "
|
|
108
|
-
"typescript": "5.
|
|
107
|
+
"tsup": "8.0.1",
|
|
108
|
+
"typescript": "5.3.2",
|
|
109
109
|
"vitest": "0.34.6"
|
|
110
110
|
},
|
|
111
111
|
"peerDependencies": {
|