@visulima/prisma-dmmf-transformer 2.0.22 → 2.0.24

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 (3) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/LICENSE.md +39 -0
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## @visulima/prisma-dmmf-transformer [2.0.24](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.23...@visulima/prisma-dmmf-transformer@2.0.24) (2024-12-12)
2
+
3
+ ### Bug Fixes
4
+
5
+ * added missing placeholder variables into LICENSE.md file ([cef32c6](https://github.com/visulima/visulima/commit/cef32c6eb19dc3215a835e848ef12223a8fa05e0))
6
+ * allow node v23 ([8ca929a](https://github.com/visulima/visulima/commit/8ca929af311ce8036cbbfde68b6db05381b860a5))
7
+ * allowed node 23, updated dev dependencies ([f99d34e](https://github.com/visulima/visulima/commit/f99d34e01f6b13be8586a1b5d37dc8b8df0a5817))
8
+ * updated packem to v1.8.2 ([23f869b](https://github.com/visulima/visulima/commit/23f869b4120856cc97e2bffa6d508e2ae30420ea))
9
+ * updated packem to v1.9.2 ([47bdc2d](https://github.com/visulima/visulima/commit/47bdc2dfaeca4e7014dbe7772eae2fdf8c8b35bb))
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * updated dev dependencies ([a916944](https://github.com/visulima/visulima/commit/a916944b888bb34c34b0c54328b38d29e4399857))
14
+
15
+ ## @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)
16
+
17
+ ### Bug Fixes
18
+
19
+ * updated dev dependencies, updated packem to v1.0.7, fixed naming of some lint config files ([c071a9c](https://github.com/visulima/visulima/commit/c071a9c8e129014a962ff654a16f302ca18a5c67))
20
+
1
21
  ## @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)
2
22
 
3
23
  ### Bug Fixes
package/LICENSE.md CHANGED
@@ -19,3 +19,42 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.
22
+
23
+ <!-- DEPENDENCIES -->
24
+ <!-- /DEPENDENCIES -->
25
+
26
+ <!-- TYPE_DEPENDENCIES -->
27
+
28
+ # Licenses of bundled types
29
+ The published @visulima/prisma-dmmf-transformer artifact additionally contains code with the following licenses:
30
+ MIT
31
+
32
+ # Bundled types:
33
+ ## @types/json-schema
34
+ License: MIT
35
+ By: Boris Cherny, Lucian Buzzo, Roland Groza, Jason Kwok
36
+ Repository: https://github.com/DefinitelyTyped/DefinitelyTyped.git
37
+
38
+ > MIT License
39
+ >
40
+ > Copyright (c) Microsoft Corporation.
41
+ >
42
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
43
+ > of this software and associated documentation files (the "Software"), to deal
44
+ > in the Software without restriction, including without limitation the rights
45
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
46
+ > copies of the Software, and to permit persons to whom the Software is
47
+ > furnished to do so, subject to the following conditions:
48
+ >
49
+ > The above copyright notice and this permission notice shall be included in all
50
+ > copies or substantial portions of the Software.
51
+ >
52
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
53
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
54
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
56
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
57
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
58
+ > SOFTWARE
59
+
60
+ <!-- /TYPE_DEPENDENCIES -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/prisma-dmmf-transformer",
3
- "version": "2.0.22",
3
+ "version": "2.0.24",
4
4
  "description": "A generator for Prisma to generate a valid JSON Schema v7.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -72,17 +72,17 @@
72
72
  "devDependencies": {
73
73
  "@anolilab/eslint-config": "^15.0.3",
74
74
  "@anolilab/prettier-config": "^5.0.14",
75
- "@anolilab/semantic-release-pnpm": "^1.1.3",
76
- "@anolilab/semantic-release-preset": "^9.0.0",
77
- "@arethetypeswrong/cli": "^0.16.4",
78
- "@babel/core": "^7.25.2",
75
+ "@anolilab/semantic-release-pnpm": "^1.1.5",
76
+ "@anolilab/semantic-release-preset": "^9.0.2",
77
+ "@arethetypeswrong/cli": "^0.17.1",
78
+ "@babel/core": "^7.26.0",
79
79
  "@prisma/client": "5.15.1",
80
80
  "@prisma/internals": "5.15.1",
81
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": "1.0.1",
85
+ "@visulima/packem": "1.9.2",
86
86
  "@vitest/coverage-v8": "1.6.0",
87
87
  "ajv": "8.16.0",
88
88
  "ajv-formats": "3.0.1",
@@ -108,7 +108,7 @@
108
108
  "prisma": "3.* || 4.*"
109
109
  },
110
110
  "engines": {
111
- "node": ">=18.* <=22.*"
111
+ "node": ">=18.* <=23.*"
112
112
  },
113
113
  "os": [
114
114
  "darwin",
@@ -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.js",
141
- "lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.js --fix",
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.js --check .",
144
- "lint:prettier:fix": "prettier --config=.prettierrc.js --write .",
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",