@limetech/lime-web-components-interfaces
Advanced tools
Comparing version 4.5.0 to 4.5.1
@@ -6,2 +6,14 @@ # Change Log | ||
## [4.5.1](https://github.com/Lundalogik/lime-web-components/compare/v4.5.0...v4.5.1) (2020-10-15) | ||
### Bug Fixes | ||
* **limeobject:** fix return type of `LimeobjectsStateService.loadSchema` ([bc1f6e2](https://github.com/Lundalogik/lime-web-components/commit/bc1f6e2c85914d5ea6da4742e38aa421937f5048)) | ||
* **limeobject:** make accidentally breaking change non-breaking ([e696cfe](https://github.com/Lundalogik/lime-web-components/commit/e696cfe1a7ebe08ed6d5e49fefb5e153646a2a4e)) | ||
# [4.5.0](https://github.com/Lundalogik/lime-web-components/compare/v4.4.1...v4.5.0) (2020-10-15) | ||
@@ -8,0 +20,0 @@ |
@@ -27,3 +27,3 @@ import { Expression } from '../../query.interface'; | ||
*/ | ||
loadSchema(limetype: string): Promise<ObjectResponse>; | ||
loadSchema?(limetype: string): Promise<object>; | ||
/** | ||
@@ -30,0 +30,0 @@ * Reload the specified limeobject and update corresponding views in the webclient |
{ | ||
"name": "@limetech/lime-web-components-interfaces", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"author": "Lime Technologies", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components", | ||
}, | ||
"gitHead": "1703088155e20f3bcf7b67f3f9cd675403ff36f2" | ||
"gitHead": "2d5c8e6f88539beb56ac6bf25b5872eacd2df244" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49855