@elvix.is/sdk 0.1.0 → 0.1.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/LICENSE +14 -1
- package/README.md +15 -2
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2026
|
|
3
|
+
Copyright (c) 2026 edvone
|
|
4
|
+
Aachen, Germany · edvone.dev
|
|
4
5
|
|
|
5
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
7
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -19,3 +20,15 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
19
20
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
21
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
22
|
SOFTWARE.
|
|
23
|
+
|
|
24
|
+
────────────────────────────────────────────────────────────────────────
|
|
25
|
+
|
|
26
|
+
TRADEMARK NOTICE
|
|
27
|
+
|
|
28
|
+
The MIT License above covers source code only. "elvix", the elvix logomark,
|
|
29
|
+
and the elvix brand chord (deep purple #5d4dff and #8e7dff) are trademarks
|
|
30
|
+
of edvone. Forks may not use the elvix name or logomark to identify
|
|
31
|
+
themselves or their products. Reasonable nominative use ("works with elvix",
|
|
32
|
+
"elvix-compatible", "integrates with elvix") is permitted.
|
|
33
|
+
|
|
34
|
+
Trademark questions: edvard@edvone.dev
|
package/README.md
CHANGED
|
@@ -10,9 +10,12 @@
|
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
13
|
-
<a href="https://www.npmjs.com/package/@elvix.is/sdk"><img src="https://img.shields.io/npm/v/@elvix.is/sdk.svg" alt="npm" /></a>
|
|
13
|
+
<a href="https://www.npmjs.com/package/@elvix.is/sdk"><img src="https://img.shields.io/npm/v/@elvix.is/sdk.svg?color=5d4dff" alt="npm" /></a>
|
|
14
|
+
<a href="https://www.npmjs.com/package/@elvix.is/sdk"><img src="https://img.shields.io/npm/dm/@elvix.is/sdk.svg?color=8e7dff" alt="downloads" /></a>
|
|
15
|
+
<a href="https://github.com/021is/elvix-sdk/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/021is/elvix-sdk/ci.yml?branch=main&label=CI" alt="CI" /></a>
|
|
14
16
|
<a href="https://github.com/021is/elvix-sdk/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-black.svg" alt="MIT" /></a>
|
|
15
17
|
<a href="https://elvix.is/docs"><img src="https://img.shields.io/badge/docs-elvix.is-5d4dff.svg" alt="docs" /></a>
|
|
18
|
+
<a href="https://bundlephobia.com/package/@elvix.is/sdk"><img src="https://img.shields.io/bundlephobia/minzip/@elvix.is/sdk?label=min%2Bgzip&color=black" alt="bundle size" /></a>
|
|
16
19
|
</p>
|
|
17
20
|
|
|
18
21
|
---
|
|
@@ -173,6 +176,16 @@ Deep purple chord: `#5d4dff` (light) and `#8e7dff` (dark). Override per-app from
|
|
|
173
176
|
|
|
174
177
|
MIT. See [LICENSE](./LICENSE).
|
|
175
178
|
|
|
179
|
+
## Security
|
|
180
|
+
|
|
181
|
+
Found something? Read [SECURITY.md](./SECURITY.md). Reports go to **security@elvix.is**. Critical issues get a 4-hour response.
|
|
182
|
+
|
|
183
|
+
## Contributing
|
|
184
|
+
|
|
185
|
+
See [CONTRIBUTING.md](./CONTRIBUTING.md). PRs welcome — we run CI on every push and require it green before merge.
|
|
186
|
+
|
|
176
187
|
## Maintained by
|
|
177
188
|
|
|
178
|
-
[edvone](https://edvone.dev)
|
|
189
|
+
**[edvone](https://edvone.dev)** · Aachen, Germany · [hi@edvone.dev](mailto:hi@edvone.dev)
|
|
190
|
+
|
|
191
|
+
elvix is an edvone product.
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elvix.is/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Official elvix SDK. Drop-in React components, server helpers, and an MCP server so AI coding agents integrate elvix on the first try.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://elvix.is",
|
|
7
|
-
"author": "
|
|
7
|
+
"author": "edvone <hi@edvone.dev> (https://edvone.dev)",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "git+https://github.com/021is/elvix-sdk.git"
|