@elvix.is/sdk 0.1.1 → 0.1.2
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 +5 -1
- package/package.json +9 -2
package/README.md
CHANGED
|
@@ -186,6 +186,10 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md). PRs welcome — we run CI on every pus
|
|
|
186
186
|
|
|
187
187
|
## Maintained by
|
|
188
188
|
|
|
189
|
-
**[edvone](https://edvone.dev)** · Aachen, Germany
|
|
189
|
+
**[edvone](https://edvone.dev)** · Aachen, Germany
|
|
190
190
|
|
|
191
191
|
elvix is an edvone product.
|
|
192
|
+
|
|
193
|
+
- General enquiries: [edvone.dev/contact](https://edvone.dev/contact)
|
|
194
|
+
- Sales / integration call: [edvone.dev/book](https://edvone.dev/book)
|
|
195
|
+
- Security disclosure: [security@elvix.is](mailto:security@elvix.is) (see [SECURITY.md](./SECURITY.md))
|
package/package.json
CHANGED
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elvix.is/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
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": {
|
|
8
|
+
"name": "edvone",
|
|
9
|
+
"url": "https://edvone.dev"
|
|
10
|
+
},
|
|
11
|
+
"funding": "https://edvone.dev/book",
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">=20"
|
|
14
|
+
},
|
|
8
15
|
"repository": {
|
|
9
16
|
"type": "git",
|
|
10
17
|
"url": "git+https://github.com/021is/elvix-sdk.git"
|