@hile/typeorm 1.0.2 → 1.0.5

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.
Files changed (3) hide show
  1. package/SKILL.md +5 -0
  2. package/package.json +4 -5
  3. package/skill.json +0 -16
package/SKILL.md CHANGED
@@ -1,3 +1,8 @@
1
+ ---
2
+ name: hile-typeorm
3
+ description: Code generation and usage rules for @hile/typeorm. Use when using TypeORM DataSource as Hile service, transaction helper, or when the user asks about @hile/typeorm or TypeORM service patterns.
4
+ ---
5
+
1
6
  # @hile/typeorm
2
7
 
3
8
  本文档是面向 AI 编码模型和人类开发者的 **代码生成规范**,阅读后应能正确地使用本库编写符合架构规则的代码。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hile/typeorm",
3
- "version": "1.0.2",
3
+ "version": "1.0.5",
4
4
  "description": "TypeORM DataSource as Hile service with transaction helper",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -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": {
@@ -25,8 +24,8 @@
25
24
  "vitest": "^4.0.18"
26
25
  },
27
26
  "dependencies": {
28
- "@hile/core": "1.0.11",
27
+ "@hile/core": "1.0.14",
29
28
  "typeorm": "^0.3.28"
30
29
  },
31
- "gitHead": "618a63b619956a0c1db4d77dece84a7efe18a11e"
30
+ "gitHead": "c71a9452cf379f28c6d02e6b3603b90bc4891680"
32
31
  }
package/skill.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "name": "@hile/typeorm",
3
- "version": "1.0.0",
4
- "description": "Code generation and contribution rules for @hile/typeorm (TypeORM DataSource as Hile service). Use when editing this package or when the user asks about @hile/typeorm, DataSource, or transaction patterns.",
5
- "repository": "",
6
- "skills": [
7
- {
8
- "id": "typeorm",
9
- "name": "@hile/typeorm 开发指南",
10
- "description": "提供 @hile/typeorm 模块的开发与代码生成规范:DataSource 服务、环境变量、事务封装",
11
- "path": "SKILL.md"
12
- }
13
- ],
14
- "authors": [],
15
- "license": "MIT"
16
- }