@auto-skeleton/lit 0.0.5 → 0.0.6

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 +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -161,6 +161,21 @@ The package includes full TypeScript definitions:
161
161
  import type { AutoSkeletonOptions } from '@auto-skeleton/lit';
162
162
  ```
163
163
 
164
+ ## Ecosystem
165
+
166
+ | Package | Description |
167
+ |---|---|
168
+ | [`@auto-skeleton/react`](https://www.npmjs.com/package/@auto-skeleton/react) | React component and hook |
169
+ | [`@auto-skeleton/vue`](https://www.npmjs.com/package/@auto-skeleton/vue) | Vue 3 component and composable |
170
+ | [`@auto-skeleton/lit`](https://www.npmjs.com/package/@auto-skeleton/lit) | Lit / Web Component |
171
+ | [`@auto-skeleton/core`](https://www.npmjs.com/package/@auto-skeleton/core) | Framework-agnostic DOM scanner |
172
+
173
+ ## Contributors
174
+
175
+ - [@riazzahmedm](https://github.com/riazzahmedm)
176
+ - [@kishore-s-n](https://github.com/kishore-s-n)
177
+ - [@chithumonk](https://github.com/chithumonk)
178
+
164
179
  ## License
165
180
 
166
181
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auto-skeleton/lit",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",