@visulima/prisma-dmmf-transformer 2.0.15 → 2.0.16

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 +7 -0
  2. package/package.json +9 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @visulima/prisma-dmmf-transformer [2.0.16](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.15...@visulima/prisma-dmmf-transformer@2.0.16) (2024-03-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * added missing os key to package.json ([4ad1268](https://github.com/visulima/visulima/commit/4ad1268ed12cbdcf60aeb46d4c052ed1696bc150))
7
+
1
8
  ## @visulima/prisma-dmmf-transformer [2.0.15](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.14...@visulima/prisma-dmmf-transformer@2.0.15) (2024-03-16)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/prisma-dmmf-transformer",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "A generator for Prisma to generate a valid JSON Schema v7.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -82,7 +82,7 @@
82
82
  "@anolilab/eslint-config": "^15.0.3",
83
83
  "@anolilab/prettier-config": "^5.0.14",
84
84
  "@anolilab/semantic-release-preset": "^8.0.3",
85
- "@babel/core": "^7.24.0",
85
+ "@babel/core": "^7.24.3",
86
86
  "@prisma/client": "4.16.2",
87
87
  "@prisma/internals": "5.11.0",
88
88
  "@rushstack/eslint-plugin-security": "^0.8.1",
@@ -103,10 +103,10 @@
103
103
  "prettier": "3.2.5",
104
104
  "prisma": "4.16.2",
105
105
  "rimraf": "5.0.5",
106
- "semantic-release": "23.0.4",
106
+ "semantic-release": "23.0.5",
107
107
  "sort-package-json": "^2.8.0",
108
108
  "tsup": "8.0.2",
109
- "typescript": "5.4.2",
109
+ "typescript": "5.4.3",
110
110
  "vitest": "1.4.0"
111
111
  },
112
112
  "peerDependencies": {
@@ -116,6 +116,11 @@
116
116
  "engines": {
117
117
  "node": ">=18.* <=21.*"
118
118
  },
119
+ "os": [
120
+ "darwin",
121
+ "linux",
122
+ "win32"
123
+ ],
119
124
  "publishConfig": {
120
125
  "access": "public",
121
126
  "provenance": true