We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8663d5d commit a30fd0fCopy full SHA for a30fd0f
2 files changed
CHANGELOG.md
@@ -12,6 +12,10 @@
12
13
### Pending Fixed
14
15
+### v12.32.3 - 2025-04-30
16
+
17
+- :rocket: Expose 2525 via index
18
19
### v12.32.2 - 2025-04-30
20
21
- :rocket: Remove Main
index.ts
@@ -3,6 +3,7 @@ export * as Feature from './lib/types/feature.js';
3
export * as Types from './lib/types/types.js';
4
export * as CoTTypes from './lib/types/cot-types.js';
5
export * from './lib/chat.js';
6
+export * as MilSymType from './lib/utils/2525.js';
7
export * from './lib/sensor.js';
8
export * from './lib/fileshare.js';
9
export * from './lib/force-delete.js';
0 commit comments