@visulima/prisma-dmmf-transformer 2.0.26 → 2.0.27

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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## @visulima/prisma-dmmf-transformer [2.0.27](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.26...@visulima/prisma-dmmf-transformer@2.0.27) (2025-02-28)
2
+
3
+ ### Bug Fixes
4
+
5
+ * updated @prisma/generator-helper to v6.4.1 ([f35dd61](https://github.com/visulima/visulima/commit/f35dd6103d4a4618f7f252af5647cff9cb44090a))
6
+
1
7
  ## @visulima/prisma-dmmf-transformer [2.0.26](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.25...@visulima/prisma-dmmf-transformer@2.0.26) (2025-01-25)
2
8
 
3
9
  ### Bug Fixes
package/README.md CHANGED
@@ -244,15 +244,16 @@ If you would like to help take a look at the [list of issues](https://github.com
244
244
 
245
245
  ## Credits
246
246
 
247
- - [Valentin Palkovic](https://github.com/valentinpalkovic) and [prisma-json-schema-generator](https://github.com/valentinpalkovic/prisma-json-schema-generator)
248
- - [Daniel Bannert](https://github.com/prisis)
249
- - [All Contributors](https://github.com/visulima/visulima/graphs/contributors)
247
+ - [Valentin Palkovic](https://github.com/valentinpalkovic) and [prisma-json-schema-generator](https://github.com/valentinpalkovic/prisma-json-schema-generator)
248
+ - [Daniel Bannert](https://github.com/prisis)
249
+ - [All Contributors](https://github.com/visulima/visulima/graphs/contributors)
250
250
 
251
251
  ## License
252
252
 
253
253
  The visulima prisma-dmmf-transformer is open-sourced software licensed under the [MIT][license-url]
254
254
 
255
255
  [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
256
+
256
257
  [typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
257
258
  [license-image]: https://img.shields.io/npm/l/@visulima/prisma-dmmf-transformer?color=blueviolet&style=for-the-badge
258
259
  [license-url]: LICENSE.md "license"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/prisma-dmmf-transformer",
3
- "version": "2.0.26",
3
+ "version": "2.0.27",
4
4
  "description": "A generator for Prisma to generate a valid JSON Schema v7.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -66,7 +66,7 @@
66
66
  "LICENSE.md"
67
67
  ],
68
68
  "dependencies": {
69
- "@prisma/generator-helper": "6.2.1"
69
+ "@prisma/generator-helper": "6.4.1"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@prisma/client": "3.* || 4.*",