@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.js CHANGED
@@ -45062,6 +45062,8 @@ var FrontendExampleDomainService = class _FrontendExampleDomainService extends B
45062
45062
  super({
45063
45063
  serviceName: "ExampleFrontendService",
45064
45064
  supportedRuntimes: ["frontend"],
45065
+ // API client config - uses injected options or creates from apiBasePath
45066
+ apiClientConfig: options?.apiClient?.options ?? { baseURL: apiBasePath },
45065
45067
  serviceConfig: {
45066
45068
  enabled: true,
45067
45069
  apiBasePath,