@typescript-eslint/project-service 8.67.1-alpha.2 → 8.67.1-alpha.20

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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,451 @@
1
+ ## 8.67.0 (2026-08-10)
2
+
3
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
4
+
5
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.67.0) for more information.
6
+
7
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
8
+
9
+ ## 8.66.0 (2026-08-03)
10
+
11
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
12
+
13
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.66.0) for more information.
14
+
15
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
16
+
17
+ ## 8.65.0 (2026-07-20)
18
+
19
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
20
+
21
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.65.0) for more information.
22
+
23
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
24
+
25
+ ## 8.64.0 (2026-07-13)
26
+
27
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
28
+
29
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.64.0) for more information.
30
+
31
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
32
+
33
+ ## 8.63.0 (2026-07-06)
34
+
35
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
36
+
37
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.63.0) for more information.
38
+
39
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
40
+
41
+ ## 8.62.1 (2026-06-29)
42
+
43
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
44
+
45
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.1) for more information.
46
+
47
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
48
+
49
+ ## 8.62.0 (2026-06-22)
50
+
51
+ ### 🚀 Features
52
+
53
+ - remove redundant package.json "files" ([#12444](https://github.com/typescript-eslint/typescript-eslint/pull/12444))
54
+
55
+ ### ❤️ Thank You
56
+
57
+ - Kirk Waiblinger @kirkwaiblinger
58
+
59
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.0) for more information.
60
+
61
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
62
+
63
+ ## 8.61.1 (2026-06-15)
64
+
65
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
66
+
67
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.61.1) for more information.
68
+
69
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
70
+
71
+ ## 8.61.0 (2026-06-08)
72
+
73
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
74
+
75
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.61.0) for more information.
76
+
77
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
78
+
79
+ ## 8.60.1 (2026-06-01)
80
+
81
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
82
+
83
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.1) for more information.
84
+
85
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
86
+
87
+ ## 8.60.0 (2026-05-25)
88
+
89
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
90
+
91
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.0) for more information.
92
+
93
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
94
+
95
+ ## 8.59.4 (2026-05-18)
96
+
97
+ ### 🩹 Fixes
98
+
99
+ - **project-service:** throw error cause in `getParsedConfigFileFromTSServer` ([#12321](https://github.com/typescript-eslint/typescript-eslint/pull/12321))
100
+
101
+ ### ❤️ Thank You
102
+
103
+ - lumir
104
+
105
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.4) for more information.
106
+
107
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
108
+
109
+ ## 8.59.3 (2026-05-11)
110
+
111
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
112
+
113
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.3) for more information.
114
+
115
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
116
+
117
+ ## 8.59.2 (2026-05-04)
118
+
119
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
120
+
121
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.2) for more information.
122
+
123
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
124
+
125
+ ## 8.59.1 (2026-04-27)
126
+
127
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
128
+
129
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.1) for more information.
130
+
131
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
132
+
133
+ ## 8.59.0 (2026-04-20)
134
+
135
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
136
+
137
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.0) for more information.
138
+
139
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
140
+
141
+ ## 8.58.2 (2026-04-13)
142
+
143
+ ### 🩹 Fixes
144
+
145
+ - remove tsbuildinfo cache file from published packages ([#12187](https://github.com/typescript-eslint/typescript-eslint/pull/12187))
146
+
147
+ ### ❤️ Thank You
148
+
149
+ - Abhijeet Singh @cseas
150
+
151
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.2) for more information.
152
+
153
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
154
+
155
+ ## 8.58.1 (2026-04-08)
156
+
157
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
158
+
159
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.1) for more information.
160
+
161
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
162
+
163
+ ## 8.58.0 (2026-03-30)
164
+
165
+ ### 🚀 Features
166
+
167
+ - support TypeScript 6 ([#12124](https://github.com/typescript-eslint/typescript-eslint/pull/12124))
168
+
169
+ ### ❤️ Thank You
170
+
171
+ - Evyatar Daud @StyleShit
172
+
173
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.0) for more information.
174
+
175
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
176
+
177
+ ## 8.57.2 (2026-03-23)
178
+
179
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
180
+
181
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.2) for more information.
182
+
183
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
184
+
185
+ ## 8.57.1 (2026-03-16)
186
+
187
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
188
+
189
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.1) for more information.
190
+
191
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
192
+
193
+ ## 8.57.0 (2026-03-09)
194
+
195
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
196
+
197
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.0) for more information.
198
+
199
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
200
+
201
+ ## 8.56.1 (2026-02-23)
202
+
203
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
204
+
205
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.1) for more information.
206
+
207
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
208
+
209
+ ## 8.56.0 (2026-02-16)
210
+
211
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
212
+
213
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.56.0) for more information.
214
+
215
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
216
+
217
+ ## 8.55.0 (2026-02-09)
218
+
219
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
220
+
221
+ See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.55.0) for more information.
222
+
223
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
224
+
225
+ ## 8.54.0 (2026-01-26)
226
+
227
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
228
+
229
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
230
+
231
+ ## 8.53.1 (2026-01-19)
232
+
233
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
234
+
235
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
236
+
237
+ ## 8.53.0 (2026-01-12)
238
+
239
+ ### 🚀 Features
240
+
241
+ - **project-service:** allow passing `Partial<ts.server.ServerHost>` to project service ([#11932](https://github.com/typescript-eslint/typescript-eslint/pull/11932))
242
+
243
+ ### ❤️ Thank You
244
+
245
+ - auvred @auvred
246
+
247
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
248
+
249
+ ## 8.52.0 (2026-01-05)
250
+
251
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
252
+
253
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
254
+
255
+ ## 8.51.0 (2025-12-29)
256
+
257
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
258
+
259
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
260
+
261
+ ## 8.50.1 (2025-12-22)
262
+
263
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
264
+
265
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
266
+
267
+ ## 8.50.0 (2025-12-15)
268
+
269
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
270
+
271
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
272
+
273
+ ## 8.49.0 (2025-12-08)
274
+
275
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
276
+
277
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
278
+
279
+ ## 8.48.1 (2025-12-02)
280
+
281
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
282
+
283
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
284
+
285
+ ## 8.48.0 (2025-11-24)
286
+
287
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
288
+
289
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
290
+
291
+ ## 8.47.0 (2025-11-17)
292
+
293
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
294
+
295
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
296
+
297
+ ## 8.46.4 (2025-11-10)
298
+
299
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
300
+
301
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
302
+
303
+ ## 8.46.3 (2025-11-03)
304
+
305
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
306
+
307
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
308
+
309
+ ## 8.46.2 (2025-10-20)
310
+
311
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
312
+
313
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
314
+
315
+ ## 8.46.1 (2025-10-13)
316
+
317
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
318
+
319
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
320
+
321
+ ## 8.46.0 (2025-10-06)
322
+
323
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
324
+
325
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
326
+
327
+ ## 8.45.0 (2025-09-29)
328
+
329
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
330
+
331
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
332
+
333
+ ## 8.44.1 (2025-09-22)
334
+
335
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
336
+
337
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
338
+
339
+ ## 8.44.0 (2025-09-15)
340
+
341
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
342
+
343
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
344
+
345
+ ## 8.43.0 (2025-09-08)
346
+
347
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
348
+
349
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
350
+
351
+ ## 8.42.0 (2025-09-02)
352
+
353
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
354
+
355
+ You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
356
+
357
+ ## 8.41.0 (2025-08-25)
358
+
359
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
360
+
361
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
362
+
363
+ ## 8.40.0 (2025-08-18)
364
+
365
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
366
+
367
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
368
+
369
+ ## 8.39.1 (2025-08-11)
370
+
371
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
372
+
373
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
374
+
375
+ ## 8.39.0 (2025-08-04)
376
+
377
+ ### 🚀 Features
378
+
379
+ - update to TypeScript 5.9.2 ([#11445](https://github.com/typescript-eslint/typescript-eslint/pull/11445))
380
+
381
+ ### ❤️ Thank You
382
+
383
+ - Brad Zacher @bradzacher
384
+
385
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
386
+
387
+ ## 8.38.0 (2025-07-21)
388
+
389
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
390
+
391
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
392
+
393
+ ## 8.37.0 (2025-07-14)
394
+
395
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
396
+
397
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
398
+
399
+ ## 8.36.0 (2025-07-07)
400
+
401
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
402
+
403
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
404
+
405
+ ## 8.35.1 (2025-06-30)
406
+
407
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
408
+
409
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
410
+
411
+ ## 8.35.0 (2025-06-23)
412
+
413
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
414
+
415
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
416
+
417
+ ## 8.34.1 (2025-06-16)
418
+
419
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
420
+
421
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
422
+
423
+ ## 8.34.0 (2025-06-09)
424
+
425
+ This was a version bump only for project-service to align it with other projects, there were no code changes.
426
+
427
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
428
+
429
+ ## 8.33.1 (2025-06-02)
430
+
431
+ ### 🩹 Fixes
432
+
433
+ - **project-service:** add missing `typescript` peer dependency ([#11265](https://github.com/typescript-eslint/typescript-eslint/pull/11265))
434
+
435
+ ### ❤️ Thank You
436
+
437
+ - JounQin
438
+
439
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
440
+
441
+ ## 8.33.0 (2025-05-26)
442
+
443
+ ### 🚀 Features
444
+
445
+ - create standalone project-service, tsconfig-utils packages ([#11182](https://github.com/typescript-eslint/typescript-eslint/pull/11182))
446
+
447
+ ### ❤️ Thank You
448
+
449
+ - Josh Goldberg ✨
450
+
451
+ You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
@@ -136,3 +136,4 @@ function createProjectService({ host, jsDocParsingMode, options: optionsRaw = {}
136
136
  service,
137
137
  };
138
138
  }
139
+ //# sourceMappingURL=createProjectService.js.map
@@ -13,3 +13,4 @@ function getParsedConfigFileFromTSServer(tsserver, defaultProject, throwOnFailur
13
13
  }
14
14
  return undefined;
15
15
  }
16
+ //# sourceMappingURL=getParsedConfigFileFromTSServer.js.map
package/dist/index.js CHANGED
@@ -15,3 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./createProjectService"), exports);
18
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@typescript-eslint/project-service",
3
- "version": "8.67.1-alpha.2",
3
+ "version": "8.67.1-alpha.20",
4
4
  "description": "Standalone TypeScript project service wrapper for linting.",
5
5
  "files": [
6
6
  "dist",
7
+ "!**/*.js.map",
7
8
  "!**/*.tsbuildinfo"
8
9
  ],
9
10
  "type": "commonjs",
@@ -37,9 +38,9 @@
37
38
  "typescript": ">=4.8.4 <6.1.0"
38
39
  },
39
40
  "dependencies": {
40
- "debug": "^4.4.3",
41
- "@typescript-eslint/tsconfig-utils": "^8.67.1-alpha.2",
42
- "@typescript-eslint/types": "^8.67.1-alpha.2"
41
+ "@typescript-eslint/tsconfig-utils": "^8.67.1-alpha.20",
42
+ "@typescript-eslint/types": "^8.67.1-alpha.20",
43
+ "debug": "^4.4.3"
43
44
  },
44
45
  "devDependencies": {
45
46
  "@typescript/native": "npm:typescript@^7.0.2",