@plyaz/core 1.5.19 → 1.5.21

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/dist/index.mjs CHANGED
@@ -12566,6 +12566,8 @@ var FrontendExampleDomainService = class _FrontendExampleDomainService extends B
12566
12566
  super({
12567
12567
  serviceName: "ExampleFrontendService",
12568
12568
  supportedRuntimes: ["frontend"],
12569
+ // API client config - uses injected options or creates from apiBasePath
12570
+ apiClientConfig: options?.apiClient?.options ?? { baseURL: apiBasePath },
12569
12571
  serviceConfig: {
12570
12572
  enabled: true,
12571
12573
  apiBasePath,