@visulima/prisma-dmmf-transformer 1.0.3 → 1.0.4
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 +8 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## @visulima/prisma-dmmf-transformer [1.0.4](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@1.0.3...@visulima/prisma-dmmf-transformer@1.0.4) (2023-01-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* allow higher node versions ([c93d55b](https://github.com/visulima/visulima/commit/c93d55b80135282235e933da52d9c88ade3073a8))
|
|
7
|
+
* allow higher node versions ([faf4780](https://github.com/visulima/visulima/commit/faf478069f3508249db22ed2171ddee4fa380122))
|
|
8
|
+
|
|
1
9
|
## @visulima/prisma-dmmf-transformer [1.0.3](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@1.0.2...@visulima/prisma-dmmf-transformer@1.0.3) (2022-12-20)
|
|
2
10
|
|
|
3
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/prisma-dmmf-transformer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "A generator for Prisma to generate a valid JSON Schema v7.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -65,20 +65,20 @@
|
|
|
65
65
|
"test": "vitest"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@prisma/generator-helper": "4.
|
|
69
|
-
"@prisma/internals": "4.
|
|
68
|
+
"@prisma/generator-helper": "4.8.1",
|
|
69
|
+
"@prisma/internals": "4.8.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@anolilab/eslint-config": "^4.0.9",
|
|
73
73
|
"@anolilab/semantic-release-preset": "^2.0.7",
|
|
74
|
-
"@prisma/client": "4.
|
|
74
|
+
"@prisma/client": "4.8.1",
|
|
75
75
|
"@rushstack/eslint-plugin-security": "^0.5.0",
|
|
76
76
|
"@types/json-schema": "7.0.11",
|
|
77
77
|
"@types/micromatch": "^4.0.2",
|
|
78
78
|
"@types/node": "^18.8.4",
|
|
79
79
|
"@typescript-eslint/eslint-plugin": "^5.40.0",
|
|
80
80
|
"@typescript-eslint/parser": "^5.40.0",
|
|
81
|
-
"ajv": "8.
|
|
81
|
+
"ajv": "8.12.0",
|
|
82
82
|
"ajv-formats": "2.1.1",
|
|
83
83
|
"cross-env": "^7.0.3",
|
|
84
84
|
"eslint": "^8.25.0",
|
|
@@ -105,10 +105,10 @@
|
|
|
105
105
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
|
|
106
106
|
"eslint-plugin-you-dont-need-momentjs": "^1.6.0",
|
|
107
107
|
"prettier": "^2.7.1",
|
|
108
|
-
"prisma": "4.
|
|
108
|
+
"prisma": "4.8.1",
|
|
109
109
|
"read-pkg": "^7.1.0",
|
|
110
110
|
"rimraf": "^3.0.2",
|
|
111
|
-
"semantic-release": "^
|
|
111
|
+
"semantic-release": "^20.0.0",
|
|
112
112
|
"tsup": "^6.2.3",
|
|
113
113
|
"typescript": "^4.8.4",
|
|
114
114
|
"vitest": "^0.26.1"
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"prisma": "3.* || 4.*"
|
|
119
119
|
},
|
|
120
120
|
"engines": {
|
|
121
|
-
"node": ">=16"
|
|
121
|
+
"node": ">=16.18.0 <=19.0"
|
|
122
122
|
},
|
|
123
123
|
"publishConfig": {
|
|
124
124
|
"access": "public"
|