@flipdish/events 1.25346.0 → 1.25349.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flipdish/events",
3
- "version": "1.25346.0",
3
+ "version": "1.25349.0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --max-old-space-size=4096 --max-semi-space-size=512 ./node_modules/.bin/jest --config=jest.config.ts --verbose",
@@ -15,9 +15,9 @@ extendZodWithOpenApi(z);
15
15
  export { SaleStatusUpdatedV1Schema };
16
16
  export { SaleDeliveryStatusUpdatedV1Schema };
17
17
 
18
- // Re-export specific types from each module with renamed exports to avoid conflicts
19
- export { SaleStatusUpdatedV1 } from './sales.status.updated.v1.js';
20
- export { SaleDeliveryStatusUpdatedV1 } from './sales.delivery.status.updated.v1.js';
18
+ // Re-export specific types from each module with renamed exports to avoid conflicts.
19
+ export type { SaleStatusUpdatedV1 } from './sales.status.updated.v1.js';
20
+ export type { SaleDeliveryStatusUpdatedV1 } from './sales.delivery.status.updated.v1.js';
21
21
 
22
22
  // Export event types
23
23
  export const eventTypes = {