@stryke/prisma-trpc-generator 0.13.87 → 0.13.89

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 (37) hide show
  1. package/dist/_virtual/{rolldown_runtime.cjs → _rolldown/runtime.cjs} +2 -2
  2. package/dist/_virtual/{rolldown_runtime.mjs → _rolldown/runtime.mjs} +2 -2
  3. package/dist/config.cjs +23 -23
  4. package/dist/config.mjs +21 -21
  5. package/dist/config.mjs.map +1 -1
  6. package/dist/helpers.cjs +10 -10
  7. package/dist/helpers.mjs.map +1 -1
  8. package/dist/packages/env/src/get-env-paths.cjs +28 -28
  9. package/dist/packages/string-format/src/acronyms.cjs +0 -1
  10. package/dist/packages/string-format/src/acronyms.mjs +0 -1
  11. package/dist/packages/string-format/src/acronyms.mjs.map +1 -1
  12. package/dist/prisma-generator.cjs +13 -13
  13. package/dist/prisma-generator.mjs +1 -1
  14. package/dist/prisma-generator.mjs.map +1 -1
  15. package/dist/project.cjs +1 -1
  16. package/dist/project.mjs.map +1 -1
  17. package/dist/utils/format-file.cjs +2 -2
  18. package/dist/utils/format-file.mjs.map +1 -1
  19. package/dist/utils/get-jiti.cjs +5 -5
  20. package/dist/utils/get-jiti.mjs.map +1 -1
  21. package/dist/utils/write-file-safely.cjs +9 -9
  22. package/dist/utils/write-file-safely.mjs +3 -3
  23. package/dist/utils/write-file-safely.mjs.map +1 -1
  24. package/dist/zod/aggregate-helpers.mjs.map +1 -1
  25. package/dist/zod/comments-helpers.mjs.map +1 -1
  26. package/dist/zod/docs-helpers.cjs +2 -2
  27. package/dist/zod/docs-helpers.mjs.map +1 -1
  28. package/dist/zod/generator-helpers.mjs.map +1 -1
  29. package/dist/zod/include-helpers.mjs.map +1 -1
  30. package/dist/zod/model-helpers.cjs +2 -2
  31. package/dist/zod/model-helpers.mjs.map +1 -1
  32. package/dist/zod/modelArgs-helpers.mjs.map +1 -1
  33. package/dist/zod/mongodb-helpers.mjs.map +1 -1
  34. package/dist/zod/select-helpers.mjs.map +1 -1
  35. package/dist/zod/transformer.cjs +2 -2
  36. package/dist/zod/transformer.mjs.map +1 -1
  37. package/package.json +139 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/prisma-trpc-generator",
3
- "version": "0.13.87",
3
+ "version": "0.13.89",
4
4
  "private": false,
5
5
  "description": "A fork of the prisma-trpc-generator code to work in ESM with Prisma v6.",
6
6
  "keywords": [
@@ -47,10 +47,138 @@
47
47
  ],
48
48
  "type": "module",
49
49
  "exports": {
50
- ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs" },
50
+ ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" },
51
+ "./config": {
52
+ "import": "./dist/config.mjs",
53
+ "require": "./dist/config.cjs"
54
+ },
51
55
  "./generator": {
52
- "require": "./dist/generator.cjs",
53
- "import": "./dist/generator.mjs"
56
+ "import": "./dist/generator.mjs",
57
+ "require": "./dist/generator.cjs"
58
+ },
59
+ "./helpers": {
60
+ "import": "./dist/helpers.mjs",
61
+ "require": "./dist/helpers.cjs"
62
+ },
63
+ "./packages/env/src/get-env-paths": {
64
+ "import": "./dist/packages/env/src/get-env-paths.mjs",
65
+ "require": "./dist/packages/env/src/get-env-paths.cjs"
66
+ },
67
+ "./packages/string-format/src/acronyms": {
68
+ "import": "./dist/packages/string-format/src/acronyms.mjs",
69
+ "require": "./dist/packages/string-format/src/acronyms.cjs"
70
+ },
71
+ "./packages/string-format/src/articles": {
72
+ "import": "./dist/packages/string-format/src/articles.mjs",
73
+ "require": "./dist/packages/string-format/src/articles.cjs"
74
+ },
75
+ "./packages/string-format/src/combine": {
76
+ "import": "./dist/packages/string-format/src/combine.mjs",
77
+ "require": "./dist/packages/string-format/src/combine.cjs"
78
+ },
79
+ "./packages/string-format/src/conjunctions": {
80
+ "import": "./dist/packages/string-format/src/conjunctions.mjs",
81
+ "require": "./dist/packages/string-format/src/conjunctions.cjs"
82
+ },
83
+ "./packages/string-format/src/decamelize": {
84
+ "import": "./dist/packages/string-format/src/decamelize.mjs",
85
+ "require": "./dist/packages/string-format/src/decamelize.cjs"
86
+ },
87
+ "./packages/string-format/src/format-special-cases": {
88
+ "import": "./dist/packages/string-format/src/format-special-cases.mjs",
89
+ "require": "./dist/packages/string-format/src/format-special-cases.cjs"
90
+ },
91
+ "./packages/string-format/src/lower-case-first": {
92
+ "import": "./dist/packages/string-format/src/lower-case-first.mjs",
93
+ "require": "./dist/packages/string-format/src/lower-case-first.cjs"
94
+ },
95
+ "./packages/string-format/src/prepositions": {
96
+ "import": "./dist/packages/string-format/src/prepositions.mjs",
97
+ "require": "./dist/packages/string-format/src/prepositions.cjs"
98
+ },
99
+ "./packages/string-format/src/special-cases": {
100
+ "import": "./dist/packages/string-format/src/special-cases.mjs",
101
+ "require": "./dist/packages/string-format/src/special-cases.cjs"
102
+ },
103
+ "./packages/string-format/src/title-case": {
104
+ "import": "./dist/packages/string-format/src/title-case.mjs",
105
+ "require": "./dist/packages/string-format/src/title-case.cjs"
106
+ },
107
+ "./packages/string-format/src/upper-case-first": {
108
+ "import": "./dist/packages/string-format/src/upper-case-first.mjs",
109
+ "require": "./dist/packages/string-format/src/upper-case-first.cjs"
110
+ },
111
+ "./prisma-generator": {
112
+ "import": "./dist/prisma-generator.mjs",
113
+ "require": "./dist/prisma-generator.cjs"
114
+ },
115
+ "./project": {
116
+ "import": "./dist/project.mjs",
117
+ "require": "./dist/project.cjs"
118
+ },
119
+ "./utils/format-file": {
120
+ "import": "./dist/utils/format-file.mjs",
121
+ "require": "./dist/utils/format-file.cjs"
122
+ },
123
+ "./utils/get-jiti": {
124
+ "import": "./dist/utils/get-jiti.mjs",
125
+ "require": "./dist/utils/get-jiti.cjs"
126
+ },
127
+ "./utils/get-prisma-internals": {
128
+ "import": "./dist/utils/get-prisma-internals.mjs",
129
+ "require": "./dist/utils/get-prisma-internals.cjs"
130
+ },
131
+ "./utils/write-file-safely": {
132
+ "import": "./dist/utils/write-file-safely.mjs",
133
+ "require": "./dist/utils/write-file-safely.cjs"
134
+ },
135
+ "./zod/aggregate-helpers": {
136
+ "import": "./dist/zod/aggregate-helpers.mjs",
137
+ "require": "./dist/zod/aggregate-helpers.cjs"
138
+ },
139
+ "./zod/comments-helpers": {
140
+ "import": "./dist/zod/comments-helpers.mjs",
141
+ "require": "./dist/zod/comments-helpers.cjs"
142
+ },
143
+ "./zod/docs-helpers": {
144
+ "import": "./dist/zod/docs-helpers.mjs",
145
+ "require": "./dist/zod/docs-helpers.cjs"
146
+ },
147
+ "./zod/generator-helpers": {
148
+ "import": "./dist/zod/generator-helpers.mjs",
149
+ "require": "./dist/zod/generator-helpers.cjs"
150
+ },
151
+ "./zod/helpers": {
152
+ "import": "./dist/zod/helpers.mjs",
153
+ "require": "./dist/zod/helpers.cjs"
154
+ },
155
+ "./zod/include-helpers": {
156
+ "import": "./dist/zod/include-helpers.mjs",
157
+ "require": "./dist/zod/include-helpers.cjs"
158
+ },
159
+ "./zod/model-helpers": {
160
+ "import": "./dist/zod/model-helpers.mjs",
161
+ "require": "./dist/zod/model-helpers.cjs"
162
+ },
163
+ "./zod/modelArgs-helpers": {
164
+ "import": "./dist/zod/modelArgs-helpers.mjs",
165
+ "require": "./dist/zod/modelArgs-helpers.cjs"
166
+ },
167
+ "./zod/mongodb-helpers": {
168
+ "import": "./dist/zod/mongodb-helpers.mjs",
169
+ "require": "./dist/zod/mongodb-helpers.cjs"
170
+ },
171
+ "./zod/select-helpers": {
172
+ "import": "./dist/zod/select-helpers.mjs",
173
+ "require": "./dist/zod/select-helpers.cjs"
174
+ },
175
+ "./zod/transformer": {
176
+ "import": "./dist/zod/transformer.mjs",
177
+ "require": "./dist/zod/transformer.cjs"
178
+ },
179
+ "./zod/whereUniqueInput-helpers": {
180
+ "import": "./dist/zod/whereUniqueInput-helpers.mjs",
181
+ "require": "./dist/zod/whereUniqueInput-helpers.cjs"
54
182
  },
55
183
  "./*": "./*"
56
184
  },
@@ -66,20 +194,21 @@
66
194
  "dependencies": {
67
195
  "@prisma/generator-helper": "^6.19.3",
68
196
  "@prisma/internals": "^6.19.3",
69
- "@stryke/fs": "^0.33.70",
70
- "@stryke/path": "^0.28.2",
197
+ "@stryke/fs": "^0.33.72",
198
+ "@stryke/path": "^0.29.0",
71
199
  "esbuild": "^0.25.12",
72
- "jiti": "^2.6.1",
200
+ "jiti": "^2.7.0",
73
201
  "parenthesis": "^3.1.8",
74
202
  "prettier": "^3.8.3",
75
203
  "ts-morph": "^25.0.1",
76
- "zod": "^4.4.1"
204
+ "zod": "^4.4.3"
77
205
  },
78
206
  "devDependencies": {
79
207
  "@types/pluralize": "^0.0.33",
80
208
  "pluralize": "^8.0.0",
81
- "tsdown": "^0.17.2"
209
+ "tsdown": "^0.21.10"
82
210
  },
83
211
  "publishConfig": { "access": "public" },
84
- "gitHead": "1483b450abaad8ecaa28225e7af6d412b694edd9"
212
+ "inlinedDependencies": { "pluralize": "8.0.0" },
213
+ "gitHead": "67d74880568d7afe69eb46a4cbe6d3fdf2d4987a"
85
214
  }