@visulima/prisma-dmmf-transformer 2.0.21 → 2.0.23
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 +17 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## @visulima/prisma-dmmf-transformer [2.0.23](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.22...@visulima/prisma-dmmf-transformer@2.0.23) (2024-10-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* updated dev dependencies, updated packem to v1.0.7, fixed naming of some lint config files ([c071a9c](https://github.com/visulima/visulima/commit/c071a9c8e129014a962ff654a16f302ca18a5c67))
|
|
6
|
+
|
|
7
|
+
## @visulima/prisma-dmmf-transformer [2.0.22](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.21...@visulima/prisma-dmmf-transformer@2.0.22) (2024-09-24)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update packem to v1 ([05f3bc9](https://github.com/visulima/visulima/commit/05f3bc960df10a1602e24f9066e2b0117951a877))
|
|
12
|
+
* updated esbuild from v0.23 to v0.24 ([3793010](https://github.com/visulima/visulima/commit/3793010d0d549c0d41f85dea04b8436251be5fe8))
|
|
13
|
+
|
|
14
|
+
### Miscellaneous Chores
|
|
15
|
+
|
|
16
|
+
* updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
|
|
17
|
+
|
|
1
18
|
## @visulima/prisma-dmmf-transformer [2.0.21](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.20...@visulima/prisma-dmmf-transformer@2.0.21) (2024-09-12)
|
|
2
19
|
|
|
3
20
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/prisma-dmmf-transformer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.23",
|
|
4
4
|
"description": "A generator for Prisma to generate a valid JSON Schema v7.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -74,21 +74,21 @@
|
|
|
74
74
|
"@anolilab/prettier-config": "^5.0.14",
|
|
75
75
|
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
76
76
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
77
|
-
"@arethetypeswrong/cli": "^0.16.
|
|
78
|
-
"@babel/core": "^7.25.
|
|
77
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
78
|
+
"@babel/core": "^7.25.7",
|
|
79
79
|
"@prisma/client": "5.15.1",
|
|
80
80
|
"@prisma/internals": "5.15.1",
|
|
81
|
-
"@rushstack/eslint-plugin-security": "^0.8.
|
|
81
|
+
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
82
82
|
"@types/json-schema": "7.0.15",
|
|
83
83
|
"@types/micromatch": "4.0.7",
|
|
84
84
|
"@types/node": "18.19.15",
|
|
85
|
-
"@visulima/packem": "
|
|
85
|
+
"@visulima/packem": "1.0.7",
|
|
86
86
|
"@vitest/coverage-v8": "1.6.0",
|
|
87
87
|
"ajv": "8.16.0",
|
|
88
88
|
"ajv-formats": "3.0.1",
|
|
89
89
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
90
90
|
"cross-env": "7.0.3",
|
|
91
|
-
"esbuild": "0.
|
|
91
|
+
"esbuild": "0.24.0",
|
|
92
92
|
"eslint": "8.57.0",
|
|
93
93
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
94
94
|
"eslint-plugin-etc": "^2.0.3",
|
|
@@ -137,11 +137,11 @@
|
|
|
137
137
|
"clean": "rimraf node_modules dist .eslintcache",
|
|
138
138
|
"dev": "pnpm run build --watch",
|
|
139
139
|
"lint:attw": "attw --pack",
|
|
140
|
-
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.
|
|
141
|
-
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.
|
|
140
|
+
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
|
|
141
|
+
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
|
|
142
142
|
"lint:package-json": "publint --strict",
|
|
143
|
-
"lint:prettier": "prettier --config=.prettierrc.
|
|
144
|
-
"lint:prettier:fix": "prettier --config=.prettierrc.
|
|
143
|
+
"lint:prettier": "prettier --config=.prettierrc.cjs --check .",
|
|
144
|
+
"lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
|
|
145
145
|
"lint:types": "tsc --noEmit",
|
|
146
146
|
"test": "vitest run",
|
|
147
147
|
"test:coverage": "vitest run --coverage",
|