@spectrum-web-components/base
Advanced tools
Comparing version 0.5.7 to 0.5.8
{ | ||
"name": "@spectrum-web-components/base", | ||
"version": "0.5.7", | ||
"version": "0.5.8", | ||
"publishConfig": { | ||
@@ -61,3 +61,3 @@ "access": "public" | ||
"sideEffects": false, | ||
"gitHead": "275ee61b152ac3eed0cd1603d8eab2aec90876a0" | ||
"gitHead": "e5cd4a0db2201b8126eb9133ac3c24172d086359" | ||
} |
@@ -8,1 +8,2 @@ export { ifDefined } from 'lit/directives/if-defined.js'; | ||
export { live } from 'lit/directives/live.js'; | ||
export { when } from 'lit/directives/when.js'; |
@@ -18,2 +18,3 @@ /* | ||
export { live } from 'lit/directives/live.js'; | ||
export { when } from 'lit/directives/when.js'; | ||
//# sourceMappingURL=directives.js.map |
Sorry, the diff of this file is not supported yet
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
69761
499