keryx 0.14.3 → 0.15.0
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 +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
<p align="center"><strong>The fullstack TypeScript framework for MCP and APIs.</strong></p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<img src="https://raw.githubusercontent.com/
|
|
6
|
+
<img src="https://raw.githubusercontent.com/actionhero/keryx/main/docs/public/images/horn.svg" alt="Keryx" width="200" />
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
|
-
[](https://github.com/actionhero/keryx/actions/workflows/test.yaml)
|
|
10
10
|
|
|
11
11
|
## What is this Project?
|
|
12
12
|
|
|
@@ -126,7 +126,7 @@ Requires Bun, PostgreSQL, and Redis. See the [Getting Started guide](https://ker
|
|
|
126
126
|
If you're contributing to Keryx, clone the monorepo instead:
|
|
127
127
|
|
|
128
128
|
```bash
|
|
129
|
-
git clone https://github.com/
|
|
129
|
+
git clone https://github.com/actionhero/keryx.git
|
|
130
130
|
cd keryx
|
|
131
131
|
bun install
|
|
132
132
|
cp example/backend/.env.example example/backend/.env
|
|
@@ -231,5 +231,5 @@ Full docs at [keryxjs.com](https://keryxjs.com), including:
|
|
|
231
231
|
- [API Reference](https://keryxjs.com/reference/actions)
|
|
232
232
|
|
|
233
233
|
<p align="center">
|
|
234
|
-
<img src="https://raw.githubusercontent.com/
|
|
234
|
+
<img src="https://raw.githubusercontent.com/actionhero/keryx/main/docs/public/images/lion-standing.svg" alt="Keryx lion" width="120" />
|
|
235
235
|
</p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "keryx",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"module": "index.ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"author": "Evan Tahler <evan@evantahler.com>",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/
|
|
11
|
+
"url": "git+https://github.com/actionhero/keryx.git",
|
|
12
12
|
"directory": "packages/keryx"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://keryxjs.com",
|
|
15
15
|
"bugs": {
|
|
16
|
-
"url": "https://github.com/
|
|
16
|
+
"url": "https://github.com/actionhero/keryx/issues"
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"api",
|