@jasonshimmy/custom-elements-runtime 0.0.10-beta.3 → 0.0.11
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.
- package/README.md +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,8 +19,6 @@ Build modern components with strict TypeScript, zero dependencies, and a clean f
|
|
|
19
19
|
- 🔌 **Extensible:** Directives, event bus, store, and more for advanced use cases.
|
|
20
20
|
- 🏆 **Developer Friendly:** Clean docs, examples, and a welcoming community.
|
|
21
21
|
|
|
22
|
-
---
|
|
23
|
-
|
|
24
22
|
## 🚀 Quick Start
|
|
25
23
|
|
|
26
24
|
### Install
|
|
@@ -59,8 +57,6 @@ No config needed — TypeScript support is built-in.
|
|
|
59
57
|
|
|
60
58
|
Explore the full documentation for every runtime feature:
|
|
61
59
|
|
|
62
|
-
---
|
|
63
|
-
|
|
64
60
|
## 🏗️ Core Concepts
|
|
65
61
|
- [Component Config](./docs/component-config.md)
|
|
66
62
|
- [Component](./docs/component.md)
|
|
@@ -104,8 +100,6 @@ Explore the full documentation for every runtime feature:
|
|
|
104
100
|
- [Svelte Integration](./docs/svelte-integration.md)
|
|
105
101
|
- [Angular Integration](./docs/angular-integration.md)
|
|
106
102
|
|
|
107
|
-
---
|
|
108
|
-
|
|
109
103
|
For deep dives, see each guide above or browse the source code in `src/lib/`.
|
|
110
104
|
|
|
111
105
|
## 🧑🔬 Real-World Examples
|
|
@@ -119,8 +113,6 @@ For deep dives, see each guide above or browse the source code in `src/lib/`.
|
|
|
119
113
|
- **Questions or ideas?** [Start a discussion](https://github.com/jasonshimmy/custom-elements-runtime/discussions) or [open an issue](https://github.com/jasonshimmy/custom-elements-runtime/issues).
|
|
120
114
|
- **Contribute:** We welcome PRs for docs, features, and examples.
|
|
121
115
|
|
|
122
|
-
---
|
|
123
|
-
|
|
124
116
|
## 🛠 Local Dev
|
|
125
117
|
|
|
126
118
|
```
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jasonshimmy/custom-elements-runtime",
|
|
3
3
|
"description": "A powerful, modern, and lightweight runtime for creating reactive web components with TypeScript",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.11",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"web-components",
|