@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 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-v3.png" alt="Elena" width="127" height="156">
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/getelena/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/getelena/elena/actions/workflows/tests.yml"><img src="https://img.shields.io/badge/coverage-100%25-green" alt="Coverage 100%" /></a>
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/getelena/elena/actions/workflows/tests.yml"><img src="https://github.com/getelena/elena/actions/workflows/tests.yml/badge.svg" alt="Tests status" /></a>
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/getelena/elena/tree/main/packages/core) | Elena core runtime library. | [![npm](https://img.shields.io/npm/v/@elenajs/core.svg)](https://www.npmjs.com/package/@elenajs/core) | ![stability-stable](https://img.shields.io/badge/stability-stable-green.svg) |
92
- | [`@elenajs/components`](https://github.com/getelena/elena/tree/main/packages/components) | Elena demo web components. | [![npm](https://img.shields.io/npm/v/@elenajs/components.svg)](https://www.npmjs.com/package/@elenajs/components) | ![stability-stable](https://img.shields.io/badge/stability-stable-green.svg) |
93
- | [`@elenajs/bundler`](https://github.com/getelena/elena/tree/main/packages/bundler) | Elena bundler for component libraries. | [![npm](https://img.shields.io/npm/v/@elenajs/bundler.svg)](https://www.npmjs.com/package/@elenajs/bundler) | ![stability-stable](https://img.shields.io/badge/stability-stable-green.svg) |
94
- | [`@elenajs/cli`](https://github.com/getelena/elena/tree/main/packages/cli) | Elena CLI for scaffolding web components. | [![npm](https://img.shields.io/npm/v/@elenajs/cli.svg)](https://www.npmjs.com/package/@elenajs/cli) | ![stability-stable](https://img.shields.io/badge/stability-stable-green.svg) |
95
- | [`@elenajs/ssr`](https://github.com/getelena/elena/tree/main/packages/ssr) | Elena server-side rendering tools. | [![npm](https://img.shields.io/npm/v/@elenajs/ssr.svg)](https://www.npmjs.com/package/@elenajs/ssr) | ![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg) |
96
- | [`@elenajs/mcp`](https://github.com/getelena/elena/tree/main/packages/ssr) | Elena MCP server. | [![npm](https://img.shields.io/npm/v/@elenajs/mcp.svg)](https://www.npmjs.com/package/@elenajs/mcp) | ![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg) |
91
+ | [`@elenajs/core`](https://github.com/arielsalminen/elena/tree/main/packages/core) | Elena core runtime library. | [![npm](https://img.shields.io/npm/v/@elenajs/core.svg)](https://www.npmjs.com/package/@elenajs/core) | ![stability-stable](https://img.shields.io/badge/stability-stable-green.svg) |
92
+ | [`@elenajs/components`](https://github.com/arielsalminen/elena/tree/main/packages/components) | Elena demo web components. | [![npm](https://img.shields.io/npm/v/@elenajs/components.svg)](https://www.npmjs.com/package/@elenajs/components) | ![stability-stable](https://img.shields.io/badge/stability-stable-green.svg) |
93
+ | [`@elenajs/bundler`](https://github.com/arielsalminen/elena/tree/main/packages/bundler) | Elena bundler for component libraries. | [![npm](https://img.shields.io/npm/v/@elenajs/bundler.svg)](https://www.npmjs.com/package/@elenajs/bundler) | ![stability-stable](https://img.shields.io/badge/stability-stable-green.svg) |
94
+ | [`@elenajs/cli`](https://github.com/arielsalminen/elena/tree/main/packages/cli) | Elena CLI for scaffolding web components. | [![npm](https://img.shields.io/npm/v/@elenajs/cli.svg)](https://www.npmjs.com/package/@elenajs/cli) | ![stability-stable](https://img.shields.io/badge/stability-stable-green.svg) |
95
+ | [`@elenajs/ssr`](https://github.com/arielsalminen/elena/tree/main/packages/ssr) | Elena server-side rendering tools. | [![npm](https://img.shields.io/npm/v/@elenajs/ssr.svg)](https://www.npmjs.com/package/@elenajs/ssr) | ![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg) |
96
+ | [`@elenajs/mcp`](https://github.com/arielsalminen/elena/tree/main/packages/ssr) | Elena MCP server. | [![npm](https://img.shields.io/npm/v/@elenajs/mcp.svg)](https://www.npmjs.com/package/@elenajs/mcp) | ![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg) |
97
97
 
98
98
  <!-- https://github.com/orangemug/stability-badges -->
99
99
 
package/dist/bundle.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @elenajs/core v1.0.0
2
+ * @elenajs/core v1.0.1
3
3
  * (c) 2025-present Ariel Salminen and Elena contributors
4
4
  * @license MIT
5
5
  */
package/dist/elena.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @elenajs/core v1.0.0
2
+ * @elenajs/core v1.0.1
3
3
  * (c) 2025-present Ariel Salminen and Elena contributors
4
4
  * @license MIT
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elenajs/core",
3
- "version": "1.0.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/getelena/elena.git",
21
+ "url": "git+https://github.com/arielsalminen/elena.git",
22
22
  "directory": "packages/core"
23
23
  },
24
24
  "bugs": {
25
- "url": "https://github.com/getelena/elena/issues"
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": "ef466853f84deb6559ea66b54cd85b7e043e9f36"
71
+ "gitHead": "d40020a9a8d35be20a555f939ebd6954f023c214"
72
72
  }