@baeta/plugin-graphql 2.0.0-next.0 → 2.0.0-next.1

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 +422 -0
  2. package/package.json +8 -8
package/CHANGELOG.md ADDED
@@ -0,0 +1,422 @@
1
+ # @baeta/plugin-graphql
2
+
3
+ ## 2.0.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix release version
8
+
9
+ - Updated dependencies []:
10
+ - @baeta/generator-sdk@2.0.0-next.1
11
+ - @baeta/util-path@2.0.0-next.1
12
+
13
+ ## 2.0.0-next.0
14
+
15
+ ### Major Changes
16
+
17
+ - [#214](https://github.com/andreisergiu98/baeta/pull/214) [`31d1a50`](https://github.com/andreisergiu98/baeta/commit/31d1a509f96535b43ae85d19c770eb1a5f09dc94) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - Baeta v2 – major refactor
18
+ - **Side-effect-free type generation & resolver definitions.**
19
+ The types generator and resolver definitions were reworked to be side-effect free, improving type safety.
20
+ - **Stricter type safety.**
21
+ You must now **explicitly define resolvers for every field** during development—breakages that used to surface at runtime are now caught at compile time.
22
+ - **Removed `@baeta/compiler`.**
23
+ Since modern runtimes can execute TypeScript natively, the separate compiler package is no longer needed. Use your runtime’s native TS support or your existing build setup.
24
+ - **Subscriptions update.**
25
+ `@baeta/subscriptions-pubsub` now targets **`graphql-subscriptions` v3**.
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [[`31d1a50`](https://github.com/andreisergiu98/baeta/commit/31d1a509f96535b43ae85d19c770eb1a5f09dc94)]:
30
+ - @baeta/generator-sdk@2.0.0-next.0
31
+ - @baeta/util-path@2.0.0-next.0
32
+
33
+ ## 1.0.11
34
+
35
+ ### Patch Changes
36
+
37
+ - [`c7b9c05`](https://github.com/andreisergiu98/baeta/commit/c7b9c0523eb9827c99b2bcfc7dbe02f5ef389f21) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - Allow import from packages for scalars and context
38
+
39
+ - Updated dependencies [[`7cbd2ef`](https://github.com/andreisergiu98/baeta/commit/7cbd2ef5b7697f703e4cc6f8d9612c7d01a10dd1), [`c7b9c05`](https://github.com/andreisergiu98/baeta/commit/c7b9c0523eb9827c99b2bcfc7dbe02f5ef389f21)]:
40
+ - @baeta/generator-sdk@1.0.2
41
+
42
+ ## 1.0.9
43
+
44
+ ### Patch Changes
45
+
46
+ - [`583014f`](https://github.com/andreisergiu98/baeta/commit/583014f0bac810b25d9a8226bda2df4c9039f5e3) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - Update dependencies
47
+
48
+ - Updated dependencies [[`583014f`](https://github.com/andreisergiu98/baeta/commit/583014f0bac810b25d9a8226bda2df4c9039f5e3)]:
49
+ - @baeta/generator-sdk@1.0.1
50
+ - @baeta/util-path@1.0.1
51
+
52
+ ## 1.0.8
53
+
54
+ ### Patch Changes
55
+
56
+ - [#189](https://github.com/andreisergiu98/baeta/pull/189) [`d500378`](https://github.com/andreisergiu98/baeta/commit/d500378198e0a9c48298c4242913bca8ad348228) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - add jsdocs
57
+
58
+ - [#165](https://github.com/andreisergiu98/baeta/pull/165) [`1334c2a`](https://github.com/andreisergiu98/baeta/commit/1334c2a866676c88f0f3d380b22133d81c4e98bc) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - mark as stable
59
+
60
+ - Updated dependencies [[`d500378`](https://github.com/andreisergiu98/baeta/commit/d500378198e0a9c48298c4242913bca8ad348228), [`1334c2a`](https://github.com/andreisergiu98/baeta/commit/1334c2a866676c88f0f3d380b22133d81c4e98bc)]:
61
+ - @baeta/generator-sdk@1.0.0
62
+ - @baeta/util-path@1.0.0
63
+
64
+ ## 0.1.5
65
+
66
+ ### Patch Changes
67
+
68
+ - Updated dependencies [[`bf2d1a3`](https://github.com/andreisergiu98/baeta/commit/bf2d1a326235e5f34e723a5acc81cd7b974b913b)]:
69
+ - @baeta/generator-sdk@0.1.5
70
+
71
+ ## 0.1.4
72
+
73
+ ### Patch Changes
74
+
75
+ - [`b59db50`](https://github.com/andreisergiu98/baeta/commit/b59db501a83275ab2d964933080e688a3a5d8820) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - add readme
76
+
77
+ - Updated dependencies [[`b59db50`](https://github.com/andreisergiu98/baeta/commit/b59db501a83275ab2d964933080e688a3a5d8820)]:
78
+ - @baeta/generator-sdk@0.1.4
79
+ - @baeta/util-path@0.1.4
80
+
81
+ ## 0.1.3
82
+
83
+ ### Patch Changes
84
+
85
+ - [#180](https://github.com/andreisergiu98/baeta/pull/180) [`483c709`](https://github.com/andreisergiu98/baeta/commit/483c70932f815fd114732c00b74f9488d7924c72) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - Raise minimum required NodeJS version to 22.12.0. Drop CommonJS builds in favor of the require_esm feature from NodeJS 22.12.0 onwards.
86
+
87
+ - [`de6e89c`](https://github.com/andreisergiu98/baeta/commit/de6e89c1b592e280967c73a4137d24ee56ef1857) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - raise es target to 2024
88
+
89
+ - Updated dependencies [[`483c709`](https://github.com/andreisergiu98/baeta/commit/483c70932f815fd114732c00b74f9488d7924c72), [`de6e89c`](https://github.com/andreisergiu98/baeta/commit/de6e89c1b592e280967c73a4137d24ee56ef1857)]:
90
+ - @baeta/generator-sdk@0.1.3
91
+ - @baeta/util-path@0.1.3
92
+
93
+ ## 0.1.2
94
+
95
+ ### Patch Changes
96
+
97
+ - [#170](https://github.com/andreisergiu98/baeta/pull/170) [`59bbb9c`](https://github.com/andreisergiu98/baeta/commit/59bbb9c4baaf716f27dc251fe7aeb0231e6c5321) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update dependencies
98
+
99
+ - [#169](https://github.com/andreisergiu98/baeta/pull/169) [`e84137f`](https://github.com/andreisergiu98/baeta/commit/e84137f5a0cd65402e88cd56224fff450057c473) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - fix #163, resolve custom scalar types relative to baeta config
100
+
101
+ - Updated dependencies [[`e3fb6f8`](https://github.com/andreisergiu98/baeta/commit/e3fb6f877b4b20e248ad79cbaa3655cabe973f6b), [`59bbb9c`](https://github.com/andreisergiu98/baeta/commit/59bbb9c4baaf716f27dc251fe7aeb0231e6c5321)]:
102
+ - @baeta/generator-sdk@0.1.2
103
+ - @baeta/util-path@0.1.2
104
+
105
+ ## 0.1.1
106
+
107
+ ### Patch Changes
108
+
109
+ - [`7f1958c`](https://github.com/andreisergiu98/baeta/commit/7f1958c44d1b9bed473e48c875fdaa7020c434fa) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - allow custom extension for generated file imports
110
+
111
+ - [#157](https://github.com/andreisergiu98/baeta/pull/157) [`b9638eb`](https://github.com/andreisergiu98/baeta/commit/b9638eb9fb713507efa9821b4f04cc7896a997b1) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - stricter linting, better type safety
112
+
113
+ - [`9d8d6a1`](https://github.com/andreisergiu98/baeta/commit/9d8d6a15d63579a2e0bdaa07b7efdcf10aff2492) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - remove all loaders apart from graphql file loader, and let users define extra loaders if needed
114
+
115
+ - [`a3f0e5d`](https://github.com/andreisergiu98/baeta/commit/a3f0e5d03fc9ef21a87d3ec6bf264d0e9707636a) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - fix exports order in package.json
116
+
117
+ - [#161](https://github.com/andreisergiu98/baeta/pull/161) [`cca37dd`](https://github.com/andreisergiu98/baeta/commit/cca37dd7135a2852f1f6e287c46911306bdc8da0) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update dependencies
118
+
119
+ - [`34877dc`](https://github.com/andreisergiu98/baeta/commit/34877dce585a36abd3bb21adfaa2b84075a416a9) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - revert blank objects
120
+
121
+ - [#107](https://github.com/andreisergiu98/baeta/pull/107) [`b6e87ce`](https://github.com/andreisergiu98/baeta/commit/b6e87ce347406164a9c0fca49172f1d5d4f50f74) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - add type hashes
122
+
123
+ - Updated dependencies [[`7f1958c`](https://github.com/andreisergiu98/baeta/commit/7f1958c44d1b9bed473e48c875fdaa7020c434fa), [`b9638eb`](https://github.com/andreisergiu98/baeta/commit/b9638eb9fb713507efa9821b4f04cc7896a997b1), [`fd3a5d2`](https://github.com/andreisergiu98/baeta/commit/fd3a5d27b497aca4b8807155e801b1c1197c5fe2), [`9d8d6a1`](https://github.com/andreisergiu98/baeta/commit/9d8d6a15d63579a2e0bdaa07b7efdcf10aff2492), [`a3f0e5d`](https://github.com/andreisergiu98/baeta/commit/a3f0e5d03fc9ef21a87d3ec6bf264d0e9707636a), [`cca37dd`](https://github.com/andreisergiu98/baeta/commit/cca37dd7135a2852f1f6e287c46911306bdc8da0)]:
124
+ - @baeta/generator-sdk@0.1.1
125
+ - @baeta/util-path@0.1.1
126
+
127
+ ## 0.1.0
128
+
129
+ ### Minor Changes
130
+
131
+ - [#156](https://github.com/andreisergiu98/baeta/pull/156) [`01f3c20`](https://github.com/andreisergiu98/baeta/commit/01f3c20365539fad6e8a8694c59a8e86c95784e8) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - raise engine requirement to node >= 22
132
+
133
+ ### Patch Changes
134
+
135
+ - [#152](https://github.com/andreisergiu98/baeta/pull/152) [`d538c79`](https://github.com/andreisergiu98/baeta/commit/d538c7905e6ba96d9f294e2d528f9252e83acbe7) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update formatter
136
+
137
+ - [#145](https://github.com/andreisergiu98/baeta/pull/145) [`08428d4`](https://github.com/andreisergiu98/baeta/commit/08428d4f03b79cab9c116ff7b3a3cf9a0b2620f2) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update dependencies
138
+
139
+ - Updated dependencies [[`01f3c20`](https://github.com/andreisergiu98/baeta/commit/01f3c20365539fad6e8a8694c59a8e86c95784e8), [`d538c79`](https://github.com/andreisergiu98/baeta/commit/d538c7905e6ba96d9f294e2d528f9252e83acbe7), [`08428d4`](https://github.com/andreisergiu98/baeta/commit/08428d4f03b79cab9c116ff7b3a3cf9a0b2620f2)]:
140
+ - @baeta/generator-sdk@0.1.0
141
+ - @baeta/util-path@0.1.0
142
+
143
+ ## 0.0.34
144
+
145
+ ### Patch Changes
146
+
147
+ - [#139](https://github.com/andreisergiu98/baeta/pull/139) [`00dbc8f`](https://github.com/andreisergiu98/baeta/commit/00dbc8f35839aaa6524a6c0125ff38a766e45be4) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update dependencies
148
+
149
+ - [#139](https://github.com/andreisergiu98/baeta/pull/139) [`00dbc8f`](https://github.com/andreisergiu98/baeta/commit/00dbc8f35839aaa6524a6c0125ff38a766e45be4) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update typescript
150
+
151
+ - [`c403694`](https://github.com/andreisergiu98/baeta/commit/c403694c89aa51259866dddc9b93f3cf4566e341) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - fix type for external unions
152
+
153
+ - Updated dependencies [[`00dbc8f`](https://github.com/andreisergiu98/baeta/commit/00dbc8f35839aaa6524a6c0125ff38a766e45be4), [`00dbc8f`](https://github.com/andreisergiu98/baeta/commit/00dbc8f35839aaa6524a6c0125ff38a766e45be4)]:
154
+ - @baeta/generator-sdk@0.0.14
155
+ - @baeta/util-path@0.0.6
156
+
157
+ ## 0.0.33
158
+
159
+ ### Patch Changes
160
+
161
+ - [`966e1b7`](https://github.com/andreisergiu98/baeta/commit/966e1b7697090b1de5a3ed1638aee474b48088c3) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - Fix union withouth extension pick
162
+
163
+ ## 0.0.32
164
+
165
+ ### Patch Changes
166
+
167
+ - [`5d22b52`](https://github.com/andreisergiu98/baeta/commit/5d22b520e0181ee44111f6438036380050d140c3) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - Fix type for unions and interfaces when the name is not pascal case
168
+
169
+ ## 0.0.31
170
+
171
+ ### Patch Changes
172
+
173
+ - [#133](https://github.com/andreisergiu98/baeta/pull/133) [`325f623`](https://github.com/andreisergiu98/baeta/commit/325f623caa9aab2d6ae45258f214be1d7518396a) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - add support for type resolver for interfaces and unions
174
+
175
+ ## 0.0.30
176
+
177
+ ### Patch Changes
178
+
179
+ - [`0896994`](https://github.com/andreisergiu98/baeta/commit/089699451b41dbbe92d96bb4b9987e13893e7501) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - add typename to union
180
+
181
+ ## 0.0.29
182
+
183
+ ### Patch Changes
184
+
185
+ - [#128](https://github.com/andreisergiu98/baeta/pull/128) [`534917a`](https://github.com/andreisergiu98/baeta/commit/534917a18e7ed5d788a90a0335a5370d6af8f4a4) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update dependencies
186
+
187
+ - Updated dependencies [[`534917a`](https://github.com/andreisergiu98/baeta/commit/534917a18e7ed5d788a90a0335a5370d6af8f4a4)]:
188
+ - @baeta/generator-sdk@0.0.13
189
+ - @baeta/util-path@0.0.5
190
+
191
+ ## 0.0.28
192
+
193
+ ### Patch Changes
194
+
195
+ - [`74a06d6`](https://github.com/andreisergiu98/baeta/commit/74a06d65345e1ae3bd454e9015ff70f7178b5ff2) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - feat: add validation errors when parsing schema
196
+ feat: improve union type generation
197
+
198
+ ## 0.0.27
199
+
200
+ ### Patch Changes
201
+
202
+ - [#121](https://github.com/andreisergiu98/baeta/pull/121) [`ceae50d`](https://github.com/andreisergiu98/baeta/commit/ceae50d88e4e59b22c603637620f4fc6b28b2454) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - Update Node to v20
203
+
204
+ - [`5ab9740`](https://github.com/andreisergiu98/baeta/commit/5ab97405bbdeac3d9baa59cfe9502cdbff101163) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - fix type definition of union
205
+
206
+ - Updated dependencies [[`ceae50d`](https://github.com/andreisergiu98/baeta/commit/ceae50d88e4e59b22c603637620f4fc6b28b2454), [`d94ee47`](https://github.com/andreisergiu98/baeta/commit/d94ee47bc485c541ff011290c4ac6ef0c145c83f)]:
207
+ - @baeta/generator-sdk@0.0.12
208
+ - @baeta/util-path@0.0.4
209
+
210
+ ## 0.0.26
211
+
212
+ ### Patch Changes
213
+
214
+ - [#119](https://github.com/andreisergiu98/baeta/pull/119) [`643a2eb`](https://github.com/andreisergiu98/baeta/commit/643a2eb17c2789cd25361ddeede149a0e459e68a) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update dependencies
215
+
216
+ - Updated dependencies [[`18db339`](https://github.com/andreisergiu98/baeta/commit/18db339719aa309c619372d2161c5fdbc08fa316), [`643a2eb`](https://github.com/andreisergiu98/baeta/commit/643a2eb17c2789cd25361ddeede149a0e459e68a)]:
217
+ - @baeta/generator-sdk@0.0.11
218
+ - @baeta/util-path@0.0.3
219
+
220
+ ## 0.0.25
221
+
222
+ ### Patch Changes
223
+
224
+ - [#102](https://github.com/andreisergiu98/baeta/pull/102) [`c9e37fd`](https://github.com/andreisergiu98/baeta/commit/c9e37fd1d64588fd8eb63facd7eda08c0009470c) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update dependencies
225
+
226
+ - [#102](https://github.com/andreisergiu98/baeta/pull/102) [`c9e37fd`](https://github.com/andreisergiu98/baeta/commit/c9e37fd1d64588fd8eb63facd7eda08c0009470c) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update dependencies and builder
227
+
228
+ - [#106](https://github.com/andreisergiu98/baeta/pull/106) [`01788ab`](https://github.com/andreisergiu98/baeta/commit/01788ab04ff6956b2b50186af5bec8ed7ebbe76e) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - add compatibility with windows
229
+
230
+ - [#101](https://github.com/andreisergiu98/baeta/pull/101) [`03d1353`](https://github.com/andreisergiu98/baeta/commit/03d1353bcedf211d3b7dcfbe38132e43422742b1) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - ignore extended fields when using object types
231
+
232
+ - Updated dependencies [[`c9e37fd`](https://github.com/andreisergiu98/baeta/commit/c9e37fd1d64588fd8eb63facd7eda08c0009470c), [`c9e37fd`](https://github.com/andreisergiu98/baeta/commit/c9e37fd1d64588fd8eb63facd7eda08c0009470c), [`01788ab`](https://github.com/andreisergiu98/baeta/commit/01788ab04ff6956b2b50186af5bec8ed7ebbe76e)]:
233
+ - @baeta/generator-sdk@0.0.10
234
+ - @baeta/util-path@0.0.2
235
+
236
+ ## 0.0.24
237
+
238
+ ### Patch Changes
239
+
240
+ - [#81](https://github.com/andreisergiu98/baeta/pull/81) [`3ff5e54`](https://github.com/andreisergiu98/baeta/commit/3ff5e54f31cf42ba2264b12309338d6e78710722) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - add file transformation function from config
241
+
242
+ - [#69](https://github.com/andreisergiu98/baeta/pull/69) [`3cdd9b3`](https://github.com/andreisergiu98/baeta/commit/3cdd9b30369d21179769a4b8d5f76e326ae6db37) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update dependencies
243
+
244
+ - [#91](https://github.com/andreisergiu98/baeta/pull/91) [`e0944f6`](https://github.com/andreisergiu98/baeta/commit/e0944f6320e6cf2f0a3d2c9f51edd282bdce0546) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update dependencies
245
+
246
+ - Updated dependencies [[`3ff5e54`](https://github.com/andreisergiu98/baeta/commit/3ff5e54f31cf42ba2264b12309338d6e78710722), [`3cdd9b3`](https://github.com/andreisergiu98/baeta/commit/3cdd9b30369d21179769a4b8d5f76e326ae6db37), [`e0944f6`](https://github.com/andreisergiu98/baeta/commit/e0944f6320e6cf2f0a3d2c9f51edd282bdce0546)]:
247
+ - @baeta/generator-sdk@0.0.9
248
+
249
+ ## 0.0.23
250
+
251
+ ### Patch Changes
252
+
253
+ - [#66](https://github.com/andreisergiu98/baeta/pull/66) [`9a4a021`](https://github.com/andreisergiu98/baeta/commit/9a4a0214351b70295ce4f7eecaa8c49ab0e1325b) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - replace chokidar with @parcel/watcher
254
+
255
+ - Updated dependencies [[`9a4a021`](https://github.com/andreisergiu98/baeta/commit/9a4a0214351b70295ce4f7eecaa8c49ab0e1325b)]:
256
+ - @baeta/generator-sdk@0.0.8
257
+
258
+ ## 0.0.22
259
+
260
+ ### Patch Changes
261
+
262
+ - Updated dependencies []:
263
+ - @baeta/generator-sdk@0.0.7
264
+
265
+ ## 0.0.21
266
+
267
+ ### Patch Changes
268
+
269
+ - [#52](https://github.com/andreisergiu98/baeta/pull/52) [`d88cca7`](https://github.com/andreisergiu98/baeta/commit/d88cca7c271ce99e6296396e2ada5e3a905f886a) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update dependencies
270
+
271
+ ## 0.0.20
272
+
273
+ ### Patch Changes
274
+
275
+ - [#47](https://github.com/andreisergiu98/baeta/pull/47) [`eb7096d`](https://github.com/andreisergiu98/baeta/commit/eb7096d42a53b17bae0a8365eccb795e7ded02e9) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update dependencies
276
+
277
+ - [#43](https://github.com/andreisergiu98/baeta/pull/43) [`670501b`](https://github.com/andreisergiu98/baeta/commit/670501b2b1cfb1126be3421293b8ccd597c6ffc2) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - bump dependencies
278
+
279
+ - Updated dependencies [[`eb7096d`](https://github.com/andreisergiu98/baeta/commit/eb7096d42a53b17bae0a8365eccb795e7ded02e9), [`670501b`](https://github.com/andreisergiu98/baeta/commit/670501b2b1cfb1126be3421293b8ccd597c6ffc2)]:
280
+ - @baeta/generator-sdk@0.0.6
281
+
282
+ ## 0.0.19
283
+
284
+ ### Patch Changes
285
+
286
+ - [#40](https://github.com/andreisergiu98/baeta/pull/40) [`9f937f4`](https://github.com/andreisergiu98/baeta/commit/9f937f47d3464a082680047414ee13a76cf6c056) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - normalize config
287
+
288
+ - Updated dependencies [[`9f937f4`](https://github.com/andreisergiu98/baeta/commit/9f937f47d3464a082680047414ee13a76cf6c056), [`9f937f4`](https://github.com/andreisergiu98/baeta/commit/9f937f47d3464a082680047414ee13a76cf6c056)]:
289
+ - @baeta/generator-sdk@0.0.5
290
+
291
+ ## 0.0.18
292
+
293
+ ### Patch Changes
294
+
295
+ - [`d1190c1`](https://github.com/andreisergiu98/baeta/commit/d1190c10e3c259c73ddeeb73a4bd312b22bf2ea4) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - create cli sdk
296
+ release prisma plugin
297
+ update dependencies
298
+ refactor generator plugins
299
+ - Updated dependencies [[`d1190c1`](https://github.com/andreisergiu98/baeta/commit/d1190c10e3c259c73ddeeb73a4bd312b22bf2ea4)]:
300
+ - @baeta/generator-sdk@0.0.4
301
+
302
+ ## 0.0.17
303
+
304
+ ### Patch Changes
305
+
306
+ - [`02936ae`](https://github.com/andreisergiu98/baeta/commit/02936aeb606c75a2a79b6ce4524851c6c62afb82) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - bump packages
307
+
308
+ - Updated dependencies [[`02936ae`](https://github.com/andreisergiu98/baeta/commit/02936aeb606c75a2a79b6ce4524851c6c62afb82)]:
309
+ - @baeta/generator@0.0.18
310
+ - @baeta/generator-sdk@0.0.3
311
+
312
+ ## 0.0.16
313
+
314
+ ### Patch Changes
315
+
316
+ - [#25](https://github.com/andreisergiu98/baeta/pull/25) [`c2c5875`](https://github.com/andreisergiu98/baeta/commit/c2c5875f8356e166f34a20b3e4384f9bce093e61) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - refactor cli and plugins
317
+
318
+ - Updated dependencies [[`c2c5875`](https://github.com/andreisergiu98/baeta/commit/c2c5875f8356e166f34a20b3e4384f9bce093e61)]:
319
+ - @baeta/generator-sdk@0.0.2
320
+ - @baeta/generator@0.0.15
321
+
322
+ ## 0.0.15
323
+
324
+ ### Patch Changes
325
+
326
+ - [`11031eb`](https://github.com/andreisergiu98/baeta/commit/11031ebf71808e1c20e8f8e98259359ceb50cd77) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - add a more reliable publishing method
327
+
328
+ - Updated dependencies [[`c034d77`](https://github.com/andreisergiu98/baeta/commit/c034d77a1e3c75871ed768ab8bf3594635b02c0a), [`11031eb`](https://github.com/andreisergiu98/baeta/commit/11031ebf71808e1c20e8f8e98259359ceb50cd77)]:
329
+ - @baeta/config@0.0.9
330
+ - @baeta/plugin@0.0.14
331
+
332
+ ## 0.0.14
333
+
334
+ ### Patch Changes
335
+
336
+ - [`dfaf0dc`](https://github.com/andreisergiu98/baeta/commit/dfaf0dc108244b0ada332ab978aa7f39fbfe7e7d) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - add generator support for runtime extensions
337
+
338
+ - Updated dependencies [[`dfaf0dc`](https://github.com/andreisergiu98/baeta/commit/dfaf0dc108244b0ada332ab978aa7f39fbfe7e7d)]:
339
+ - @baeta/config@0.0.8
340
+ - @baeta/plugin@0.0.13
341
+
342
+ ## 0.0.13
343
+
344
+ ### Patch Changes
345
+
346
+ - [`a4a64a3`](https://github.com/andreisergiu98/baeta/commit/a4a64a35a75e66ca4077a86a9fd5d3ffad481b55) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - fix broken publishing
347
+
348
+ - Updated dependencies [[`a4a64a3`](https://github.com/andreisergiu98/baeta/commit/a4a64a35a75e66ca4077a86a9fd5d3ffad481b55)]:
349
+ - @baeta/config@0.0.7
350
+ - @baeta/plugin@0.0.12
351
+
352
+ ## 0.0.12
353
+
354
+ ### Patch Changes
355
+
356
+ - [#15](https://github.com/andreisergiu98/baeta/pull/15) [`af4859a`](https://github.com/andreisergiu98/baeta/commit/af4859ae2aee4768d5710189d094059d50647e59) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - support for runtime extensions part 1
357
+
358
+ - Updated dependencies [[`af4859a`](https://github.com/andreisergiu98/baeta/commit/af4859ae2aee4768d5710189d094059d50647e59)]:
359
+ - @baeta/config@0.0.6
360
+ - @baeta/plugin@0.0.11
361
+
362
+ ## 0.0.11
363
+
364
+ ### Patch Changes
365
+
366
+ - [`f2429cd`](https://github.com/andreisergiu98/baeta/commit/f2429cdec7fe4522f7df0a90d582a06fcf792ef7) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - fix build, remove turborepo
367
+
368
+ - Updated dependencies [[`f2429cd`](https://github.com/andreisergiu98/baeta/commit/f2429cdec7fe4522f7df0a90d582a06fcf792ef7)]:
369
+ - @baeta/config@0.0.5
370
+ - @baeta/plugin@0.0.10
371
+
372
+ ## 0.0.10
373
+
374
+ ### Patch Changes
375
+
376
+ - [`a262a56`](https://github.com/andreisergiu98/baeta/commit/a262a56db0f5b08a9b256e0a8402e60cd1be7b51) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - fix type declarations
377
+
378
+ - Updated dependencies [[`a262a56`](https://github.com/andreisergiu98/baeta/commit/a262a56db0f5b08a9b256e0a8402e60cd1be7b51)]:
379
+ - @baeta/config@0.0.4
380
+ - @baeta/plugin@0.0.9
381
+
382
+ ## 0.0.9
383
+
384
+ ### Patch Changes
385
+
386
+ - [`f87d828`](https://github.com/andreisergiu98/baeta/commit/f87d828a87a6a12326a3bfcb5846b4390431f0c4) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - change export dir
387
+
388
+ - Updated dependencies [[`f87d828`](https://github.com/andreisergiu98/baeta/commit/f87d828a87a6a12326a3bfcb5846b4390431f0c4)]:
389
+ - @baeta/config@0.0.3
390
+ - @baeta/plugin@0.0.8
391
+
392
+ ## 0.0.8
393
+
394
+ ### Patch Changes
395
+
396
+ - [#7](https://github.com/andreisergiu98/baeta/pull/7) [`913c1cf`](https://github.com/andreisergiu98/baeta/commit/913c1cf803a1a1058729d9a6eabcd0d9b1208321) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - Drop graphql-modules
397
+ Fix circular dependencies
398
+ Switch to rome and pnpm
399
+ - Updated dependencies [[`913c1cf`](https://github.com/andreisergiu98/baeta/commit/913c1cf803a1a1058729d9a6eabcd0d9b1208321)]:
400
+ - @baeta/config@0.0.2
401
+ - @baeta/core@0.0.14
402
+ - @baeta/plugin@0.0.7
403
+
404
+ ## 0.0.7
405
+
406
+ ### Patch Changes
407
+
408
+ - [`9358a06`](https://github.com/andreisergiu98/baeta/commit/9358a06f23665d6f920538cf1ee636b489d93b3e) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - fix changeset release
409
+
410
+ - Updated dependencies [[`9358a06`](https://github.com/andreisergiu98/baeta/commit/9358a06f23665d6f920538cf1ee636b489d93b3e)]:
411
+ - @baeta/core@0.0.13
412
+ - @baeta/plugin@0.0.6
413
+
414
+ ## 0.0.6
415
+
416
+ ### Patch Changes
417
+
418
+ - [`ffa2fe8`](https://github.com/andreisergiu98/baeta/commit/ffa2fe83df6798375252a01ad14bbd37ffd07d50) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - add repository information to package.json
419
+
420
+ - Updated dependencies [[`ffa2fe8`](https://github.com/andreisergiu98/baeta/commit/ffa2fe83df6798375252a01ad14bbd37ffd07d50)]:
421
+ - @baeta/core@0.0.12
422
+ - @baeta/plugin@0.0.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baeta/plugin-graphql",
3
- "version": "2.0.0-next.0",
3
+ "version": "2.0.0-next.1",
4
4
  "keywords": [
5
5
  "baeta",
6
6
  "graphql",
@@ -27,8 +27,8 @@
27
27
  "type": "module",
28
28
  "exports": {
29
29
  ".": {
30
- "types": "./index.ts",
31
- "default": "./index.ts"
30
+ "types": "./dist/index.d.ts",
31
+ "default": "./dist/index.js"
32
32
  }
33
33
  },
34
34
  "types": "dist/index.d.ts",
@@ -43,16 +43,16 @@
43
43
  "types": "tsc --noEmit"
44
44
  },
45
45
  "dependencies": {
46
- "@baeta/generator-sdk": "workspace:^",
47
- "@baeta/util-path": "workspace:^",
46
+ "@baeta/generator-sdk": "^2.0.0-next.1",
47
+ "@baeta/util-path": "^2.0.0-next.1",
48
48
  "@graphql-tools/graphql-file-loader": "^8.1.2",
49
49
  "@graphql-tools/load": "^8.1.2",
50
50
  "@graphql-tools/utils": "^10.9.1",
51
51
  "change-case-all": "2.1.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@baeta/builder": "workspace:^",
55
- "@baeta/tsconfig": "workspace:^",
54
+ "@baeta/builder": "^0.0.0",
55
+ "@baeta/tsconfig": "^0.0.0",
56
56
  "@types/node": "^22.18.11",
57
57
  "graphql": "^16.11.0",
58
58
  "typescript": "^5.9.3"
@@ -85,4 +85,4 @@
85
85
  "alphabetical-ignoring-documents"
86
86
  ]
87
87
  }
88
- }
88
+ }