@visulima/prisma-dmmf-transformer 2.0.6 → 2.0.8

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 +14 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## @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
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fixed the homepage url of the package ([02075ce](https://github.com/visulima/visulima/commit/02075ce997d62c1caf79690b32dd2f931e64bebe))
7
+
8
+ ## @visulima/prisma-dmmf-transformer [2.0.7](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.6...@visulima/prisma-dmmf-transformer@2.0.7) (2023-11-02)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * added node 21 support ([#226](https://github.com/visulima/visulima/issues/226)) ([bc2e6f2](https://github.com/visulima/visulima/commit/bc2e6f2ca6652c11c9fde8d52912492b5fcc502e))
14
+
1
15
  ## @visulima/prisma-dmmf-transformer [2.0.6](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.5...@visulima/prisma-dmmf-transformer@2.0.6) (2023-10-30)
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.6",
3
+ "version": "2.0.8",
4
4
  "description": "A generator for Prisma to generate a valid JSON Schema v7.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -14,7 +14,7 @@
14
14
  "transformer",
15
15
  "json-schema"
16
16
  ],
17
- "homepage": "https://visulima.com/packages/prisma-dmmf-transformer",
17
+ "homepage": "https://www.visulima.com/docs/package/prisma-dmmf-transformer",
18
18
  "repository": {
19
19
  "type": "git",
20
20
  "url": "https://github.com/visulima/visulima.git",
@@ -79,15 +79,15 @@
79
79
  "@prisma/internals": "5.5.2"
80
80
  },
81
81
  "devDependencies": {
82
- "@anolilab/eslint-config": "^14.0.24",
83
- "@anolilab/prettier-config": "^5.0.11",
84
- "@anolilab/semantic-release-preset": "^8.0.0",
82
+ "@anolilab/eslint-config": "^15.0.2",
83
+ "@anolilab/prettier-config": "^5.0.13",
84
+ "@anolilab/semantic-release-preset": "^8.0.2",
85
85
  "@babel/core": "^7.23.2",
86
86
  "@prisma/client": "4.16.2",
87
87
  "@rushstack/eslint-plugin-security": "^0.7.1",
88
88
  "@types/json-schema": "7.0.14",
89
89
  "@types/micromatch": "4.0.4",
90
- "@types/node": "18.18.5",
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",
@@ -102,7 +102,7 @@
102
102
  "prettier": "3.0.3",
103
103
  "prisma": "4.16.2",
104
104
  "rimraf": "5.0.5",
105
- "semantic-release": "22.0.5",
105
+ "semantic-release": "22.0.6",
106
106
  "sort-package-json": "^2.6.0",
107
107
  "tsup": "7.2.0",
108
108
  "typescript": "5.2.2",
@@ -113,7 +113,7 @@
113
113
  "prisma": "3.* || 4.*"
114
114
  },
115
115
  "engines": {
116
- "node": ">=18.* <=20.*"
116
+ "node": ">=18.* <=21.*"
117
117
  },
118
118
  "publishConfig": {
119
119
  "access": "public",