@hile/ioredis 1.0.9 → 1.0.11

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 (2) hide show
  1. package/SKILL.md +1 -1
  2. package/package.json +3 -3
package/SKILL.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: hile-ioredis
3
- description: @hile/ioredis 的代码生成与使用规范。适用于 Redis 服务加载、环境变量配置、及与 @hile/core/@hile/cli 集成场景。
3
+ description: "@hile/ioredis 的代码生成与使用规范。适用于 Redis 服务加载、环境变量配置、及与 @hile/core/@hile/cli 集成场景。"
4
4
  ---
5
5
 
6
6
  # @hile/ioredis SKILL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hile/ioredis",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -20,8 +20,8 @@
20
20
  "vitest": "^4.0.18"
21
21
  },
22
22
  "dependencies": {
23
- "@hile/core": "^1.0.17",
23
+ "@hile/core": "^1.0.19",
24
24
  "ioredis": "^5.10.0"
25
25
  },
26
- "gitHead": "6672fc4cdc551c4265912cc85ee2e96fc44bc4c9"
26
+ "gitHead": "4bb9d38b309e72c720f2cba579ce5c498d27e044"
27
27
  }