@visulima/prisma-dmmf-transformer 2.0.32 → 2.0.34
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 +19 -1
- package/LICENSE.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## @visulima/prisma-dmmf-transformer [2.0.34](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.33...@visulima/prisma-dmmf-transformer@2.0.34) (2025-11-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update dependencies across multiple packages ([36a47f2](https://github.com/visulima/visulima/commit/36a47f26d65d25a7b4d8371186710e7d0ab61a2b))
|
|
6
|
+
* upgraded `@prisma/generator-helper` and updated `type-fest` to version `5.2.0` ([6b99673](https://github.com/visulima/visulima/commit/6b9967377f194131a05ba5b60652f628e5b197dc))
|
|
7
|
+
|
|
8
|
+
## @visulima/prisma-dmmf-transformer [2.0.33](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.32...@visulima/prisma-dmmf-transformer@2.0.33) (2025-10-21)
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* allow node v25 and updated dev deps ([8158cc5](https://github.com/visulima/visulima/commit/8158cc53ec92bd0331e8c6bd0fcbc8ab61b9320f))
|
|
13
|
+
|
|
14
|
+
### Miscellaneous Chores
|
|
15
|
+
|
|
16
|
+
* **deps:** update package versions and dependencies ([88d8d32](https://github.com/visulima/visulima/commit/88d8d32c4629a7a06c8770369191da2cc81087cc))
|
|
17
|
+
* update license years and add validation rules ([b97811e](https://github.com/visulima/visulima/commit/b97811ed2d253d908c0d86b4579a0a6bc33673a8))
|
|
18
|
+
|
|
1
19
|
## @visulima/prisma-dmmf-transformer [2.0.32](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.31...@visulima/prisma-dmmf-transformer@2.0.32) (2025-10-15)
|
|
2
20
|
|
|
3
21
|
### Bug Fixes
|
|
@@ -8,7 +26,7 @@
|
|
|
8
26
|
|
|
9
27
|
### Bug Fixes
|
|
10
28
|
|
|
11
|
-
* update @visulima/packem to 2.0.0-alpha.
|
|
29
|
+
* update @visulima/packem to 2.0.0-alpha.32 across multiple packages for improved compatibility ([27b346e](https://github.com/visulima/visulima/commit/27b346eaa1c0fb0e420d9a9824482028307f4249))
|
|
12
30
|
* update dependencies and improve code structure for JSON schema transformation ([88947c4](https://github.com/visulima/visulima/commit/88947c47b1bb7d55a7b2650a9e6c1ac99882b66e))
|
|
13
31
|
|
|
14
32
|
### Miscellaneous Chores
|
package/LICENSE.md
CHANGED
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.34",
|
|
4
4
|
"description": "A generator for Prisma to generate a valid JSON Schema v7.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
"LICENSE.md"
|
|
67
67
|
],
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@prisma/generator-helper": "6.
|
|
70
|
-
"type-fest": "5.
|
|
69
|
+
"@prisma/generator-helper": "6.19.0",
|
|
70
|
+
"type-fest": "5.2.0"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"@prisma/client": "3.* || 4.* || 5.* || 6.*",
|
|
74
74
|
"prisma": "3.* || 4.* || 5.* || 6.*"
|
|
75
75
|
},
|
|
76
76
|
"engines": {
|
|
77
|
-
"node": ">=18.0.0 <=
|
|
77
|
+
"node": ">=18.0.0 <=25.x"
|
|
78
78
|
},
|
|
79
79
|
"os": [
|
|
80
80
|
"darwin",
|