@visulima/prisma-dmmf-transformer 2.0.25 → 2.0.26

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 +12 -0
  2. package/README.md +1 -1
  3. package/package.json +2 -66
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## @visulima/prisma-dmmf-transformer [2.0.26](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.25...@visulima/prisma-dmmf-transformer@2.0.26) (2025-01-25)
2
+
3
+ ### Bug Fixes
4
+
5
+ * fixed wrong node version range in package.json ([4ae2929](https://github.com/visulima/visulima/commit/4ae292984681c71a770e4d4560432f7b7c5a141a))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * fixed typescript url ([fe65a8c](https://github.com/visulima/visulima/commit/fe65a8c0296ece7ee26474c70d065b06d4d0da89))
10
+ * updated all dev dependencies ([37fb298](https://github.com/visulima/visulima/commit/37fb298b2af7c63be64252024e54bb3af6ddabec))
11
+ * updated all dev dependencies and all dependencies in the app folder ([87f4ccb](https://github.com/visulima/visulima/commit/87f4ccbf9f7900ec5b56f3c1477bc4a0ef571bcf))
12
+
1
13
  ## @visulima/prisma-dmmf-transformer [2.0.25](https://github.com/visulima/visulima/compare/@visulima/prisma-dmmf-transformer@2.0.24...@visulima/prisma-dmmf-transformer@2.0.25) (2025-01-12)
2
14
 
3
15
  ### Bug Fixes
package/README.md CHANGED
@@ -253,7 +253,7 @@ If you would like to help take a look at the [list of issues](https://github.com
253
253
  The visulima prisma-dmmf-transformer is open-sourced software licensed under the [MIT][license-url]
254
254
 
255
255
  [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
256
- [typescript-url]: "typescript"
256
+ [typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
257
257
  [license-image]: https://img.shields.io/npm/l/@visulima/prisma-dmmf-transformer?color=blueviolet&style=for-the-badge
258
258
  [license-url]: LICENSE.md "license"
259
259
  [npm-image]: https://img.shields.io/npm/v/@visulima/prisma-dmmf-transformer/latest.svg?style=for-the-badge&logo=npm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/prisma-dmmf-transformer",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "description": "A generator for Prisma to generate a valid JSON Schema v7.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -51,7 +51,6 @@
51
51
  },
52
52
  "main": "dist/index.cjs",
53
53
  "module": "dist/index.mjs",
54
- "source": "src/index.ts",
55
54
  "types": "dist/index.d.ts",
56
55
  "typesVersions": {
57
56
  ">=5.0": {
@@ -69,46 +68,12 @@
69
68
  "dependencies": {
70
69
  "@prisma/generator-helper": "6.2.1"
71
70
  },
72
- "devDependencies": {
73
- "@anolilab/eslint-config": "^15.0.3",
74
- "@anolilab/prettier-config": "^5.0.14",
75
- "@anolilab/semantic-release-pnpm": "^1.1.6",
76
- "@anolilab/semantic-release-preset": "^9.0.3",
77
- "@arethetypeswrong/cli": "^0.17.2",
78
- "@babel/core": "^7.26.0",
79
- "@prisma/client": "6.2.1",
80
- "@prisma/internals": "6.2.1",
81
- "@rushstack/eslint-plugin-security": "^0.8.3",
82
- "@types/json-schema": "7.0.15",
83
- "@types/micromatch": "4.0.9",
84
- "@types/node": "18.19.15",
85
- "@visulima/packem": "1.10.7",
86
- "@vitest/coverage-v8": "2.1.8",
87
- "ajv": "8.17.1",
88
- "ajv-formats": "3.0.1",
89
- "conventional-changelog-conventionalcommits": "8.0.0",
90
- "cross-env": "7.0.3",
91
- "esbuild": "0.24.2",
92
- "eslint": "8.57.0",
93
- "eslint-plugin-deprecation": "^3.0.0",
94
- "eslint-plugin-etc": "^2.0.3",
95
- "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
96
- "eslint-plugin-mdx": "^3.1.5",
97
- "eslint-plugin-vitest": "^0.4.1",
98
- "eslint-plugin-vitest-globals": "^1.5.0",
99
- "prettier": "3.4.2",
100
- "prisma": "6.2.1",
101
- "rimraf": "6.0.1",
102
- "semantic-release": "24.2.1",
103
- "typescript": "5.7.3",
104
- "vitest": "2.1.8"
105
- },
106
71
  "peerDependencies": {
107
72
  "@prisma/client": "3.* || 4.*",
108
73
  "prisma": "3.* || 4.*"
109
74
  },
110
75
  "engines": {
111
- "node": ">=18.* <=23.*"
76
+ "node": ">=18.0.0 <=23.x"
112
77
  },
113
78
  "os": [
114
79
  "darwin",
@@ -118,34 +83,5 @@
118
83
  "publishConfig": {
119
84
  "access": "public",
120
85
  "provenance": true
121
- },
122
- "anolilab": {
123
- "eslint-config": {
124
- "plugin": {
125
- "tsdoc": false
126
- },
127
- "warn_on_unsupported_typescript_version": false,
128
- "info_on_disabling_jsx_react_rule": false,
129
- "info_on_disabling_prettier_conflict_rule": false,
130
- "info_on_disabling_jsonc_sort_keys_rule": false,
131
- "info_on_disabling_etc_no_deprecated": false
132
- }
133
- },
134
- "scripts": {
135
- "build": "cross-env NODE_ENV=development packem build",
136
- "build:prod": "cross-env NODE_ENV=production packem build",
137
- "clean": "rimraf node_modules dist .eslintcache",
138
- "dev": "pnpm run build --watch",
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.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
- "lint:package-json": "publint --strict",
143
- "lint:prettier": "prettier --config=.prettierrc.cjs --check .",
144
- "lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
145
- "lint:types": "tsc --noEmit",
146
- "test": "vitest run",
147
- "test:coverage": "vitest run --coverage",
148
- "test:ui": "vitest --ui --coverage.enabled=true",
149
- "test:watch": "vitest"
150
86
  }
151
87
  }