@lowcodeunit/applications-flow-common 1.39.106-merge → 1.39.108-primaryhost

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,7 +51,7 @@ export declare class DomainsComponent implements OnInit, OnChanges {
51
51
  /**
52
52
  * Save changes
53
53
  */
54
- protected save(): void;
54
+ protected save(): Promise<void>;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<DomainsComponent, never>;
56
56
  static ɵcmp: i0.ɵɵComponentDeclaration<DomainsComponent, "lcu-domains", never, { "Data": "data"; }, {}, never, never>;
57
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowcodeunit/applications-flow-common",
3
- "version": "1.39.106-merge",
3
+ "version": "1.39.108-primaryhost",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },