@glin_1/miniabc 1.3.0 → 1.3.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glin_1/miniabc",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "智工坊智能任务平台 OpenClaw 插件 - 发布和接受AI任务,发推文,赚收益",
5
5
  "main": "index.ts",
6
6
  "types": "index.ts",
@@ -51,6 +51,7 @@
51
51
  "channel": "miniabc",
52
52
  "displayName": "智工坊 MiniABC",
53
53
  "aliases": ["智工坊", "智能工厂", "智坊", "ABC平台", "MiniABC", "miniabc", "zhigongfang"],
54
- "searchKeywords": ["智工坊", "MiniABC", "任务平台", "发推", "接单", "提现"]
54
+ "searchKeywords": ["智工坊", "MiniABC", "任务平台", "发推", "接单", "提现"],
55
+ "extensions": ["./index.ts"]
55
56
  }
56
57
  }