@hile/http 1.0.10 → 1.0.13
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/SKILL.md +5 -0
- package/package.json +3 -4
- package/skill.json +0 -16
package/SKILL.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: hile-http
|
|
3
|
+
description: Code generation and usage rules for @hile/http HTTP service framework. Use when building routes, controllers, middleware, or when the user asks about @hile/http, defineController, Loader, or Koa-based HTTP patterns.
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# @hile/http
|
|
2
7
|
|
|
3
8
|
`@hile/http` 是基于 Koa + find-my-way 的 HTTP 服务框架。本文档是面向 AI 编码模型和人类开发者的 **代码生成规范**,阅读后应能正确地使用本库编写符合架构规则的 HTTP 服务代码。
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hile/http",
|
|
3
3
|
"description": "Hile http - HTTP service framework",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.13",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -13,8 +13,7 @@
|
|
|
13
13
|
"files": [
|
|
14
14
|
"dist",
|
|
15
15
|
"README.md",
|
|
16
|
-
"SKILL.md"
|
|
17
|
-
"skill.json"
|
|
16
|
+
"SKILL.md"
|
|
18
17
|
],
|
|
19
18
|
"license": "MIT",
|
|
20
19
|
"publishConfig": {
|
|
@@ -30,5 +29,5 @@
|
|
|
30
29
|
"koa": "^3.1.2",
|
|
31
30
|
"koa-compose": "^4.1.0"
|
|
32
31
|
},
|
|
33
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "c71a9452cf379f28c6d02e6b3603b90bc4891680"
|
|
34
33
|
}
|
package/skill.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@hile/http",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "Hile http - HTTP service framework",
|
|
5
|
-
"repository": "https://github.com/cevio/hile/tree/main/packages/http",
|
|
6
|
-
"skills": [
|
|
7
|
-
{
|
|
8
|
-
"id": "http",
|
|
9
|
-
"name": "Hile HTTP 服务框架优化指南",
|
|
10
|
-
"description": "提供 Hile 开发者使用 HTTP 服务框架开发 Hile 应用的指南",
|
|
11
|
-
"path": "SKILL.md"
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
"authors": ["evio"],
|
|
15
|
-
"license": "MIT"
|
|
16
|
-
}
|