@elenajs/core 1.0.0 → 1.0.1
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 +10 -10
- package/dist/bundle.js +1 -1
- package/dist/elena.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<picture>
|
|
4
4
|
<source media="(prefers-color-scheme: dark)" srcset="https://elenajs.com/elena-v2-dark.png" alt="Elena" width="127" height="156">
|
|
5
5
|
</source>
|
|
6
|
-
<source media="(prefers-color-scheme: light)" srcset="https://elenajs.com/elena-
|
|
6
|
+
<source media="(prefers-color-scheme: light)" srcset="https://elenajs.com/elena-v2.png" alt="Elena" width="127" height="156">
|
|
7
7
|
</source>
|
|
8
8
|
<img src="https://elenajs.com/elena-v2.png" alt="Elena" width="127" height="156">
|
|
9
9
|
</picture>
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
|
|
15
15
|
<a href="https://arielsalminen.com"><img src="https://img.shields.io/badge/creator-@arielle-F95B1F" alt="Creator @arielle"/></a>
|
|
16
16
|
<a href="https://www.npmjs.com/org/elenajs"><img src="https://img.shields.io/npm/v/@elenajs/core.svg" alt="Latest version on npm" /></a>
|
|
17
|
-
<a href="https://github.com/
|
|
18
|
-
<a href="https://github.com/
|
|
17
|
+
<a href="https://github.com/arielsalminen/elena/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-yellow.svg" alt="Elena is released under the MIT license." /></a>
|
|
18
|
+
<a href="https://github.com/arielsalminen/elena/actions/workflows/tests.yml"><img src="https://img.shields.io/badge/coverage-100%25-green" alt="Coverage 100%" /></a>
|
|
19
19
|
<a href="https://www.npmjs.com/package/@elenajs/core"><img src="https://img.shields.io/npm/dt/@elenajs/core.svg" alt="Total Downloads"></a>
|
|
20
|
-
<a href="https://github.com/
|
|
20
|
+
<a href="https://github.com/arielsalminen/elena/actions/workflows/tests.yml"><img src="https://github.com/arielsalminen/elena/actions/workflows/tests.yml/badge.svg" alt="Tests status" /></a>
|
|
21
21
|
|
|
22
22
|
</div>
|
|
23
23
|
|
|
@@ -88,12 +88,12 @@ Elena is a monorepo containing several tools (13 in total!) published to npm und
|
|
|
88
88
|
|
|
89
89
|
| Package | Description | Version | Stability |
|
|
90
90
|
| --- | --- | --- | --- |
|
|
91
|
-
| [`@elenajs/core`](https://github.com/
|
|
92
|
-
| [`@elenajs/components`](https://github.com/
|
|
93
|
-
| [`@elenajs/bundler`](https://github.com/
|
|
94
|
-
| [`@elenajs/cli`](https://github.com/
|
|
95
|
-
| [`@elenajs/ssr`](https://github.com/
|
|
96
|
-
| [`@elenajs/mcp`](https://github.com/
|
|
91
|
+
| [`@elenajs/core`](https://github.com/arielsalminen/elena/tree/main/packages/core) | Elena core runtime library. | [](https://www.npmjs.com/package/@elenajs/core) |  |
|
|
92
|
+
| [`@elenajs/components`](https://github.com/arielsalminen/elena/tree/main/packages/components) | Elena demo web components. | [](https://www.npmjs.com/package/@elenajs/components) |  |
|
|
93
|
+
| [`@elenajs/bundler`](https://github.com/arielsalminen/elena/tree/main/packages/bundler) | Elena bundler for component libraries. | [](https://www.npmjs.com/package/@elenajs/bundler) |  |
|
|
94
|
+
| [`@elenajs/cli`](https://github.com/arielsalminen/elena/tree/main/packages/cli) | Elena CLI for scaffolding web components. | [](https://www.npmjs.com/package/@elenajs/cli) |  |
|
|
95
|
+
| [`@elenajs/ssr`](https://github.com/arielsalminen/elena/tree/main/packages/ssr) | Elena server-side rendering tools. | [](https://www.npmjs.com/package/@elenajs/ssr) |  |
|
|
96
|
+
| [`@elenajs/mcp`](https://github.com/arielsalminen/elena/tree/main/packages/ssr) | Elena MCP server. | [](https://www.npmjs.com/package/@elenajs/mcp) |  |
|
|
97
97
|
|
|
98
98
|
<!-- https://github.com/orangemug/stability-badges -->
|
|
99
99
|
|
package/dist/bundle.js
CHANGED
package/dist/elena.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elenajs/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Elena is a simple, tiny library for building Progressive Web Components.",
|
|
5
5
|
"author": "Elena <hi@elenajs.com>",
|
|
6
6
|
"homepage": "https://elenajs.com/",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
],
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "git+https://github.com/
|
|
21
|
+
"url": "git+https://github.com/arielsalminen/elena.git",
|
|
22
22
|
"directory": "packages/core"
|
|
23
23
|
},
|
|
24
24
|
"bugs": {
|
|
25
|
-
"url": "https://github.com/
|
|
25
|
+
"url": "https://github.com/arielsalminen/elena/issues"
|
|
26
26
|
},
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"publishConfig": {
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"typescript": "6.0.2",
|
|
69
69
|
"vitest": "4.1.2"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "d40020a9a8d35be20a555f939ebd6954f023c214"
|
|
72
72
|
}
|