Skip to content

Commit f3b659e

Browse files
authored
Merge pull request #267 from jetstreamapp/bug/266
Issues with 6.2.* versions #266
2 parents ad7c5e0 + 9049c88 commit f3b659e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Changelog
22

3-
## 6.2.3
3+
## 6.2.4
44

5-
July 28, 2025
5+
Aug 18, 2025
66

7-
- Add LWC compatible output (#264)
8-
- Added deployment instructions on readme
7+
- Ensure all types are emitted during the build process (#266)
8+
- Some types were missing from the build process which caused build errors for some typescript users
99

10-
## 6.2.2
10+
## 6.2.2 / 6.2.3
1111

1212
July 8, 2025
1313

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ export * from './api/api-models';
88
export * from './api/public-utils';
99
export * from './composer/composer';
1010
export type { FormatOptions } from './formatter/formatter';
11+
export type { ParseQueryConfig } from './parser/parser';
12+
13+
// Re-export chevrotain types that are used in public APIs
14+
export type { CstNode, CstParser, ILexingError, IRecognitionException } from 'chevrotain';

0 commit comments

Comments
 (0)