@dataclouder/ngx-core 0.1.48 → 0.1.49

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/index.d.ts CHANGED
@@ -688,7 +688,7 @@ declare class HttpCoreService {
688
688
  }
689
689
 
690
690
  declare abstract class EntityCommunicationService<T> {
691
- private serviceName;
691
+ protected serviceName: string;
692
692
  protected httpService: HttpCoreService;
693
693
  protected customHost?: string;
694
694
  constructor(serviceName: string);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataclouder/ngx-core",
3
- "version": "0.1.48",
3
+ "version": "0.1.49",
4
4
  "description": "Angular core components library for DataClouder applications, only for internal use",
5
5
  "author": {
6
6
  "name": "dataclouder",