@donghanh/hono 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/package.json +3 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@donghanh/hono",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Hono routes for GPT Store and LLM chat — renderers for ChatGPT and OpenAI-compatible APIs",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -12,11 +12,8 @@
|
|
|
12
12
|
"url": "https://github.com/rezzahub/donghanh",
|
|
13
13
|
"directory": "packages/hono"
|
|
14
14
|
},
|
|
15
|
-
"dependencies": {
|
|
16
|
-
"@donghanh/core": "workspace:*",
|
|
17
|
-
"hono": "^4.7.0"
|
|
18
|
-
},
|
|
19
15
|
"peerDependencies": {
|
|
20
|
-
"
|
|
16
|
+
"@donghanh/core": "^0.1.0",
|
|
17
|
+
"hono": "^4.7.0"
|
|
21
18
|
}
|
|
22
19
|
}
|