@plyaz/core 1.9.0 → 1.9.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.
@@ -6,4 +6,5 @@
6
6
  * DO NOT re-export from domain/base barrel - it includes BaseBackendDomainService.
7
7
  */
8
8
  export { BaseFrontendDomainService } from '../../domain/base/BaseFrontendDomainService';
9
+ export { ServiceRegistry } from '../../init/ServiceRegistry';
9
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/frontend/base/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/frontend/base/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AACxF,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC"}
package/dist/index.js CHANGED
@@ -47571,6 +47571,7 @@ __export(frontend_exports, {
47571
47571
  InitializationLoading: () => InitializationLoading,
47572
47572
  PlyazContext: () => PlyazContext,
47573
47573
  PlyazProvider: () => PlyazProvider,
47574
+ ServiceRegistry: () => ServiceRegistry,
47574
47575
  createFeatureFlagFetcher: () => createFeatureFlagFetcher,
47575
47576
  createFeatureFlagStoreConfig: () => createFeatureFlagStoreConfig,
47576
47577
  createServiceAccessor: () => createServiceAccessor,