@visulima/prisma-dmmf-transformer 2.0.37 → 3.0.0-alpha.2

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 (3) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/README.md +31 -14
  3. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## @visulima/prisma-dmmf-transformer [3.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@3.0.0-alpha.1...@visulima/prisma-dmmf-transformer@3.0.0-alpha.2) (2025-12-06)
2
+
3
+ ### Bug Fixes
4
+
5
+ * add new package image, fixed readme rendering on npm, fixed building of packages ([b790ba2](https://github.com/visulima/visulima/commit/b790ba253ea07fef83528fd822a678facf021b5f))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * update @anolilab/semantic-release-pnpm and @anolilab/semantic-release-preset to versions 3.2.2 and 12.1.2 across multiple package.json files for improved compatibility ([3921626](https://github.com/visulima/visulima/commit/3921626141fe5da398749bf0ba675f1596f18afb))
10
+
11
+ ## @visulima/prisma-dmmf-transformer [3.0.0-alpha.1](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.37...@visulima/prisma-dmmf-transformer@3.0.0-alpha.1) (2025-12-04)
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * change min node version to 22.13
16
+
17
+ ### Bug Fixes
18
+
19
+ * update Node.js engine version requirement to >=22.13 in multiple package.json files for improved compatibility ([b828e9a](https://github.com/visulima/visulima/commit/b828e9aeaebfc798eecddccd90e6ec7560c6d36a))
20
+
21
+ ### Miscellaneous Chores
22
+
23
+ * moved all packages into groups ([0615e9d](https://github.com/visulima/visulima/commit/0615e9d14a8a886e11da529ce150cf31ca973c10))
24
+ * update dependencies across multiple packages to improve compatibility and performance, including upgrading `@anolilab/semantic-release-pnpm` and `@anolilab/semantic-release-preset` to versions 3.2.0 and 12.1.0 respectively, and updating `react`, `react-dom`, and `next` versions to 19.2.1 and 16.0.7 in various package.json files ([aee8fcd](https://github.com/visulima/visulima/commit/aee8fcd796ae9b8d055903260e7150996ea9f53d))
25
+
1
26
  ## @visulima/prisma-dmmf-transformer [2.0.37](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.36...@visulima/prisma-dmmf-transformer@2.0.37) (2025-11-13)
2
27
 
3
28
  ### Bug Fixes
package/README.md CHANGED
@@ -1,16 +1,24 @@
1
- <div align="center">
2
- <h3>Visulima prisma-dmmf-transformer</h3>
3
- <p>
4
- Visulima prisma-dmmf-transformer is a generator for <a href="https://www.prisma.io/" title="Prisma">Prisma</a> to generate a valid <a href="https://json-schema.org/specification.html" title="JSON Schema">JSON Schema v7</a>.
1
+ <!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER -->
5
2
 
6
- </p>
7
- </div>
3
+ <a href="https://www.anolilab.com/open-source" align="center">
4
+
5
+ <img src="__assets__/package-og.svg" alt="prisma-dmmf-transformer" />
6
+
7
+ </a>
8
+
9
+ <h3 align="center">A generator for Prisma to generate a valid JSON Schema v7.</h3>
10
+
11
+ <!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
8
12
 
9
13
  <br />
10
14
 
11
15
  <div align="center">
12
16
 
13
- [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url]
17
+ [![typescript-image][typescript-badge]][typescript-url]
18
+ [![mit licence][license-badge]][license]
19
+ [![npm downloads][npm-downloads-badge]][npm-downloads]
20
+ [![Chat][chat-badge]][chat]
21
+ [![PRs Welcome][prs-welcome-badge]][prs-welcome]
14
22
 
15
23
  </div>
16
24
 
@@ -248,14 +256,23 @@ If you would like to help take a look at the [list of issues](https://github.com
248
256
  - [Daniel Bannert](https://github.com/prisis)
249
257
  - [All Contributors](https://github.com/visulima/visulima/graphs/contributors)
250
258
 
259
+ ## Made with ❤️ at Anolilab
260
+
261
+ This is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Anolilab](https://www.anolilab.com/open-source) is a Development and AI Studio. Contact us at [hello@anolilab.com](mailto:hello@anolilab.com) if you need any help with these technologies or just want to say hi!
262
+
251
263
  ## License
252
264
 
253
- The visulima prisma-dmmf-transformer is open-sourced software licensed under the [MIT][license-url]
265
+ The visulima prisma-dmmf-transformer is open-sourced software licensed under the [MIT][license]
254
266
 
255
- [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
267
+ <!-- badges -->
256
268
 
257
- [typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
258
- [license-image]: https://img.shields.io/npm/l/@visulima/prisma-dmmf-transformer?color=blueviolet&style=for-the-badge
259
- [license-url]: LICENSE.md "license"
260
- [npm-image]: https://img.shields.io/npm/v/@visulima/prisma-dmmf-transformer/latest.svg?style=for-the-badge&logo=npm
261
- [npm-url]: https://www.npmjs.com/package/@visulima/prisma-dmmf-transformer/v/latest "npm"
269
+ [license-badge]: https://img.shields.io/npm/l/@visulima/prisma-dmmf-transformer?style=for-the-badge
270
+ [license]: https://github.com/visulima/visulima/blob/main/LICENSE
271
+ [npm-downloads-badge]: https://img.shields.io/npm/dm/@visulima/prisma-dmmf-transformer?style=for-the-badge
272
+ [npm-downloads]: https://www.npmjs.com/package/@visulima/prisma-dmmf-transformer
273
+ [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
274
+ [prs-welcome]: https://github.com/visulima/visulima/blob/main/.github/CONTRIBUTING.md
275
+ [chat-badge]: https://img.shields.io/discord/932323359193186354.svg?style=for-the-badge
276
+ [chat]: https://discord.gg/TtFJY8xkFK
277
+ [typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
278
+ [typescript-url]: https://www.typescriptlang.org/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/prisma-dmmf-transformer",
3
- "version": "2.0.37",
3
+ "version": "3.0.0-alpha.2",
4
4
  "description": "A generator for Prisma to generate a valid JSON Schema v7.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -18,7 +18,7 @@
18
18
  "repository": {
19
19
  "type": "git",
20
20
  "url": "https://github.com/visulima/visulima.git",
21
- "directory": "packages/prisma-dmmf-transformer"
21
+ "directory": "packages/tooling/prisma-dmmf-transformer"
22
22
  },
23
23
  "funding": [
24
24
  {
@@ -67,14 +67,14 @@
67
67
  ],
68
68
  "dependencies": {
69
69
  "@prisma/generator-helper": "6.19.0",
70
- "type-fest": "5.2.0"
70
+ "type-fest": "5.3.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 <=25.x"
77
+ "node": ">=22.13 <=25.x"
78
78
  },
79
79
  "os": [
80
80
  "darwin",