@limetech/lime-web-components-interfaces
Advanced tools
Comparing version 4.6.0 to 4.9.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.9.0](https://github.com/Lundalogik/lime-web-components/compare/v4.8.0...v4.9.0) (2020-11-12) | ||
### Features | ||
* add getProperty function ([125ad28](https://github.com/Lundalogik/lime-web-components/commit/125ad2888bb7452040596c7f9b4c4211cd28ea0b)) | ||
# [4.6.0](https://github.com/Lundalogik/lime-web-components/compare/v4.5.2...v4.6.0) (2020-10-29) | ||
@@ -8,0 +19,0 @@ |
@@ -10,2 +10,9 @@ export interface Limetype { | ||
properties: Properties; | ||
/** | ||
* Get a property by name | ||
* | ||
* @param {string} propertyName name of property to get | ||
* @throws Will throw an error containing the name of the missing property | ||
*/ | ||
getProperty?(propertyName: string): Property; | ||
[key: string]: any; | ||
@@ -12,0 +19,0 @@ } |
{ | ||
"name": "@limetech/lime-web-components-interfaces", | ||
"version": "4.6.0", | ||
"version": "4.9.0", | ||
"author": "Lime Technologies", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components", | ||
}, | ||
"gitHead": "91ff311f999e5f0a6523a3ff49f9dbe7a981f368" | ||
"gitHead": "78091ed1ad6872b2991db8e807cc8a25e0786253" | ||
} |
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
52011
1273