@lion/core
Advanced tools
Comparing version 0.17.1 to 0.17.2
# Change Log | ||
## 0.17.2 | ||
### Patch Changes | ||
- 92361c19: export Directive from core package | ||
## 0.17.1 | ||
@@ -4,0 +10,0 @@ |
@@ -40,2 +40,3 @@ // lit-element | ||
} from 'lit-html'; | ||
export { Directive } from 'lit-html/directive.js'; | ||
export { asyncAppend } from 'lit-html/directives/async-append.js'; | ||
@@ -42,0 +43,0 @@ export { asyncReplace } from 'lit-html/directives/async-replace.js'; |
{ | ||
"name": "@lion/core", | ||
"version": "0.17.1", | ||
"version": "0.17.2", | ||
"description": "Core functionality that is shared across all Lion Web Components", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
79997
1755