@mschop/alpine-web-components 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -107,7 +107,7 @@ abstract class AlpineWebComponent extends HTMLElement {
107
107
  if (value === null && this.state.attributes[key] !== undefined) {
108
108
  const attribute = this.castToAttribute(
109
109
  key,
110
- this.castToAttribute(key, this.state.attributes[key])
110
+ this.state.attributes[key],
111
111
  );
112
112
  if (attribute !== null) {
113
113
  this.setAttribute(key, attribute)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mschop/alpine-web-components",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Use alpinejs with web components and shadow root",
5
5
  "main": "index.js",
6
6
  "scripts": {