ofpos-shared-core 2.0.0-alpha.0 → 2.0.0-alpha.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.
@@ -39,7 +39,7 @@ uuidv7/dist/index.js:
39
39
  /**
40
40
  * uuidv7: A JavaScript implementation of UUID version 7
41
41
  *
42
- * Copyright 2021-2025 LiosK
42
+ * Copyright 2021-2026 LiosK
43
43
  *
44
44
  * @license Apache-2.0
45
45
  * @packageDocumentation
package/dist/index.d.ts CHANGED
@@ -3,6 +3,7 @@ export * from './DomainServices';
3
3
  export * from './IntegrationServices';
4
4
  export { PosCore } from './PosCore';
5
5
  export type { SyncOrchestrationMode } from './PosCore';
6
+ export type { ServiceRuntimeOptions } from './services/runtimeSupport';
6
7
  export * from './data/migrations';
7
8
  export * from './data/schema';
8
9
  export * from './data/DbAdapter';