@visulima/prisma-dmmf-transformer 2.0.17 → 2.0.19

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 +32 -0
  2. package/package.json +137 -136
package/CHANGELOG.md CHANGED
@@ -1,3 +1,35 @@
1
+ ## @visulima/prisma-dmmf-transformer [2.0.19](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.18...@visulima/prisma-dmmf-transformer@2.0.19) (2024-06-11)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **prisma-dmmf-transformer:** updated @prisma/generator-helper to v5.15.0 ([c9d307a](https://github.com/visulima/visulima/commit/c9d307af8cb218ed728a869a0b70a592d98f9d44))
6
+
7
+ ### Build System
8
+
9
+ * fixed found audit error, updated all dev package deps, updated deps in apps and examples ([4c51950](https://github.com/visulima/visulima/commit/4c519500dc5504579d35725572920658999885cb))
10
+
11
+ ## @visulima/prisma-dmmf-transformer [2.0.18](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.17...@visulima/prisma-dmmf-transformer@2.0.18) (2024-06-06)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * allow node v22 ([890d457](https://github.com/visulima/visulima/commit/890d4570f18428e2463944813c0c638b3f142803))
17
+
18
+
19
+ ### Styles
20
+
21
+ * cs fixes on some package.json files ([12fc0f7](https://github.com/visulima/visulima/commit/12fc0f74e206cef77863b0b89ec41174ca9ff0bd))
22
+
23
+
24
+ ### Miscellaneous Chores
25
+
26
+ * changed semantic-release-npm to pnpm ([b6d100a](https://github.com/visulima/visulima/commit/b6d100a2bf3fd026577be48726a37754947f0973))
27
+ * downgrade eslint-plugin-vitest ([0162771](https://github.com/visulima/visulima/commit/0162771e6022e4594486a796bc41e91a2d87bcd8))
28
+ * update dev dependencies ([09c4854](https://github.com/visulima/visulima/commit/09c4854e221fa8b808dfe66d7196d8db2a39b366))
29
+ * updated dev dependencies ([a2e0504](https://github.com/visulima/visulima/commit/a2e0504dc239049434c2482756ff15bdbaac9b54))
30
+ * updated dev dependencies ([6005345](https://github.com/visulima/visulima/commit/60053456717a3889fc77b4fb5b05d50a662475b2))
31
+ * updated dev dependencies ([87dee15](https://github.com/visulima/visulima/commit/87dee156e797b5dee2557a09ad32c935d851847c))
32
+
1
33
  ## @visulima/prisma-dmmf-transformer [2.0.17](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.16...@visulima/prisma-dmmf-transformer@2.0.17) (2024-04-05)
2
34
 
3
35
 
package/package.json CHANGED
@@ -1,140 +1,141 @@
1
1
  {
2
- "name": "@visulima/prisma-dmmf-transformer",
3
- "version": "2.0.17",
4
- "description": "A generator for Prisma to generate a valid JSON Schema v7.",
5
- "keywords": [
6
- "anolilab",
7
- "visulima",
8
- "prisma",
9
- "prisma2",
10
- "prisma3",
11
- "prisma4",
12
- "prisma-schema",
13
- "dmmf",
14
- "transformer",
15
- "json-schema"
16
- ],
17
- "homepage": "https://www.visulima.com/docs/package/prisma-dmmf-transformer",
18
- "repository": {
19
- "type": "git",
20
- "url": "https://github.com/visulima/visulima.git",
21
- "directory": "packages/prisma-dmmf-transformer"
2
+ "name": "@visulima/prisma-dmmf-transformer",
3
+ "version": "2.0.19",
4
+ "description": "A generator for Prisma to generate a valid JSON Schema v7.",
5
+ "keywords": [
6
+ "anolilab",
7
+ "visulima",
8
+ "prisma",
9
+ "prisma2",
10
+ "prisma3",
11
+ "prisma4",
12
+ "prisma-schema",
13
+ "dmmf",
14
+ "transformer",
15
+ "json-schema"
16
+ ],
17
+ "homepage": "https://www.visulima.com/docs/package/prisma-dmmf-transformer",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/visulima/visulima.git",
21
+ "directory": "packages/prisma-dmmf-transformer"
22
+ },
23
+ "funding": [
24
+ {
25
+ "type": "github",
26
+ "url": "https://github.com/sponsors/prisis"
22
27
  },
23
- "funding": [
24
- {
25
- "type": "github",
26
- "url": "https://github.com/sponsors/prisis"
27
- },
28
- {
29
- "type": "consulting",
30
- "url": "https://anolilab.com/support"
31
- }
32
- ],
33
- "license": "MIT",
34
- "author": {
35
- "name": "Daniel Bannert",
36
- "email": "d.bannert@anolilab.de"
37
- },
38
- "sideEffects": false,
39
- "exports": {
40
- ".": {
41
- "require": {
42
- "types": "./dist/index.d.ts",
43
- "default": "./dist/index.js"
44
- },
45
- "import": {
46
- "types": "./dist/index.d.mts",
47
- "default": "./dist/index.mjs"
48
- }
49
- },
50
- "./package.json": "./package.json"
51
- },
52
- "main": "dist/index.js",
53
- "module": "dist/index.mjs",
54
- "source": "src/index.ts",
55
- "types": "dist/index.d.ts",
56
- "files": [
57
- "dist/**",
58
- "README.md",
59
- "CHANGELOG.md",
60
- "LICENSE.md"
61
- ],
62
- "scripts": {
63
- "build": "cross-env NODE_ENV=development tsup",
64
- "build:prod": "cross-env NODE_ENV=production tsup",
65
- "clean": "rimraf node_modules dist .eslintcache",
66
- "dev": "pnpm run build --watch",
67
- "lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js",
68
- "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js --fix",
69
- "lint:packagejson": "publint --strict",
70
- "lint:prettier": "prettier --config=.prettierrc.js --check .",
71
- "lint:prettier:fix": "prettier --config=.prettierrc.js --write .",
72
- "lint:types": "tsc --noEmit",
73
- "test": "vitest run",
74
- "test:coverage": "vitest run --coverage",
75
- "test:ui": "vitest --ui --coverage.enabled=true",
76
- "test:watch": "vitest"
77
- },
78
- "dependencies": {
79
- "@prisma/generator-helper": "5.12.1"
80
- },
81
- "devDependencies": {
82
- "@anolilab/eslint-config": "^15.0.3",
83
- "@anolilab/prettier-config": "^5.0.14",
84
- "@anolilab/semantic-release-preset": "^8.0.3",
85
- "@babel/core": "^7.24.4",
86
- "@prisma/client": "4.16.2",
87
- "@prisma/internals": "5.12.1",
88
- "@rushstack/eslint-plugin-security": "^0.8.1",
89
- "@types/json-schema": "7.0.15",
90
- "@types/micromatch": "4.0.6",
91
- "@types/node": "18.18.14",
92
- "@vitest/coverage-v8": "1.4.0",
93
- "ajv": "8.12.0",
94
- "ajv-formats": "3.0.1",
95
- "cross-env": "7.0.3",
96
- "eslint": "^8.57.0",
97
- "eslint-plugin-deprecation": "^2.0.0",
98
- "eslint-plugin-etc": "^2.0.3",
99
- "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
100
- "eslint-plugin-mdx": "^3.1.5",
101
- "eslint-plugin-vitest": "^0.4.1",
102
- "eslint-plugin-vitest-globals": "^1.5.0",
103
- "prettier": "3.2.5",
104
- "prisma": "4.16.2",
105
- "rimraf": "5.0.5",
106
- "semantic-release": "23.0.7",
107
- "sort-package-json": "^2.10.0",
108
- "tsup": "8.0.2",
109
- "typescript": "5.4.4",
110
- "vitest": "1.4.0"
111
- },
112
- "peerDependencies": {
113
- "@prisma/client": "3.* || 4.*",
114
- "prisma": "3.* || 4.*"
115
- },
116
- "engines": {
117
- "node": ">=18.* <=21.*"
118
- },
119
- "os": [
120
- "darwin",
121
- "linux",
122
- "win32"
123
- ],
124
- "publishConfig": {
125
- "access": "public",
126
- "provenance": true
28
+ {
29
+ "type": "consulting",
30
+ "url": "https://anolilab.com/support"
31
+ }
32
+ ],
33
+ "license": "MIT",
34
+ "author": {
35
+ "name": "Daniel Bannert",
36
+ "email": "d.bannert@anolilab.de"
37
+ },
38
+ "sideEffects": false,
39
+ "exports": {
40
+ ".": {
41
+ "require": {
42
+ "types": "./dist/index.d.ts",
43
+ "default": "./dist/index.js"
44
+ },
45
+ "import": {
46
+ "types": "./dist/index.d.mts",
47
+ "default": "./dist/index.mjs"
48
+ }
127
49
  },
128
- "anolilab": {
129
- "eslint-config": {
130
- "plugin": {
131
- "tsdoc": false
132
- },
133
- "warn_on_unsupported_typescript_version": false,
134
- "info_on_disabling_jsx_react_rule": false,
135
- "info_on_disabling_prettier_conflict_rule": false,
136
- "info_on_disabling_jsonc_sort_keys_rule": false,
137
- "info_on_disabling_etc_no_deprecated": false
138
- }
50
+ "./package.json": "./package.json"
51
+ },
52
+ "main": "dist/index.js",
53
+ "module": "dist/index.mjs",
54
+ "source": "src/index.ts",
55
+ "types": "dist/index.d.ts",
56
+ "files": [
57
+ "dist/**",
58
+ "README.md",
59
+ "CHANGELOG.md",
60
+ "LICENSE.md"
61
+ ],
62
+ "dependencies": {
63
+ "@prisma/generator-helper": "5.15.0"
64
+ },
65
+ "devDependencies": {
66
+ "@anolilab/eslint-config": "^15.0.3",
67
+ "@anolilab/prettier-config": "^5.0.14",
68
+ "@anolilab/semantic-release-pnpm": "^1.1.3",
69
+ "@anolilab/semantic-release-preset": "^9.0.0",
70
+ "@babel/core": "^7.24.7",
71
+ "@prisma/client": "5.15.0",
72
+ "@prisma/internals": "5.15.0",
73
+ "@rushstack/eslint-plugin-security": "^0.8.1",
74
+ "@types/json-schema": "7.0.15",
75
+ "@types/micromatch": "4.0.7",
76
+ "@types/node": "18.19.15",
77
+ "@vitest/coverage-v8": "1.6.0",
78
+ "ajv": "8.16.0",
79
+ "ajv-formats": "3.0.1",
80
+ "conventional-changelog-conventionalcommits": "8.0.0",
81
+ "cross-env": "7.0.3",
82
+ "eslint": "^8.57.0",
83
+ "eslint-plugin-deprecation": "^3.0.0",
84
+ "eslint-plugin-etc": "^2.0.3",
85
+ "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
86
+ "eslint-plugin-mdx": "^3.1.5",
87
+ "eslint-plugin-vitest": "^0.4.1",
88
+ "eslint-plugin-vitest-globals": "^1.5.0",
89
+ "prettier": "3.3.2",
90
+ "prisma": "5.15.0",
91
+ "rimraf": "5.0.7",
92
+ "semantic-release": "24.0.0",
93
+ "tsup": "8.1.0",
94
+ "typescript": "5.4.5",
95
+ "vitest": "1.6.0"
96
+ },
97
+ "peerDependencies": {
98
+ "@prisma/client": "3.* || 4.*",
99
+ "prisma": "3.* || 4.*"
100
+ },
101
+ "engines": {
102
+ "node": ">=18.* <=22.*"
103
+ },
104
+ "os": [
105
+ "darwin",
106
+ "linux",
107
+ "win32"
108
+ ],
109
+ "publishConfig": {
110
+ "access": "public",
111
+ "provenance": true
112
+ },
113
+ "anolilab": {
114
+ "eslint-config": {
115
+ "plugin": {
116
+ "tsdoc": false
117
+ },
118
+ "warn_on_unsupported_typescript_version": false,
119
+ "info_on_disabling_jsx_react_rule": false,
120
+ "info_on_disabling_prettier_conflict_rule": false,
121
+ "info_on_disabling_jsonc_sort_keys_rule": false,
122
+ "info_on_disabling_etc_no_deprecated": false
139
123
  }
140
- }
124
+ },
125
+ "scripts": {
126
+ "build": "cross-env NODE_ENV=development tsup",
127
+ "build:prod": "cross-env NODE_ENV=production tsup",
128
+ "clean": "rimraf node_modules dist .eslintcache",
129
+ "dev": "pnpm run build --watch",
130
+ "lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js",
131
+ "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js --fix",
132
+ "lint:package-json": "publint --strict",
133
+ "lint:prettier": "prettier --config=.prettierrc.js --check .",
134
+ "lint:prettier:fix": "prettier --config=.prettierrc.js --write .",
135
+ "lint:types": "tsc --noEmit",
136
+ "test": "vitest run",
137
+ "test:coverage": "vitest run --coverage",
138
+ "test:ui": "vitest --ui --coverage.enabled=true",
139
+ "test:watch": "vitest"
140
+ }
141
+ }