@inradius/solid-wc-css-mixin 1.0.3 → 1.0.4

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
@@ -45,4 +45,4 @@ The mixin creates a new `CSSStyleSheet` object and pushes it into the element's
45
45
  - **Peer Dependencies:** This package is designed to be used with `component-register`.
46
46
 
47
47
  ## License
48
- MIT © Travis
48
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inradius/solid-wc-css-mixin",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "license": "MIT",
5
5
  "author": "Travis Stroud <travis.unfasten577@travisstroud.me>",
6
6
  "description": "A Solid.js CSS web component mixin.",
@@ -42,7 +42,7 @@
42
42
  "vite": "^5.4.0",
43
43
  "vite-plugin-dts": "^4.0.0",
44
44
  "vitest": "^2.1.0",
45
- "@inradius/solid-wc-utils-config": "0.0.0"
45
+ "@inradius/solid-wc-utils-config": "0.1.1"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "component-register": "^0.8.8"