@inradius/solid-wc-hass-mixin 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -59,4 +59,4 @@ The `withHomeAssistant` function accepts an options object:
59
59
  3. Global Registry: Adds your card to `window.customCards` so it appears in the "Add Card" dialog in the Lovelace UI.
60
60
 
61
61
  ## License
62
- MIT © Travis
62
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inradius/solid-wc-hass-mixin",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "license": "MIT",
5
5
  "author": "Travis Stroud <travis.unfasten577@travisstroud.me>",
6
6
  "description": "A Solid.js Home Assistant web component mixin.",
@@ -41,7 +41,7 @@
41
41
  "vite": "^5.4.0",
42
42
  "vite-plugin-dts": "^4.0.0",
43
43
  "vitest": "^2.1.0",
44
- "@inradius/solid-wc-utils-config": "0.0.0"
44
+ "@inradius/solid-wc-utils-config": "0.1.1"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "component-register": "^0.8.0"