@amaster.ai/pi-wecom 0.1.2-beta.32 → 0.1.2

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/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # pi-wecom
1
+ # @amaster.ai/pi-wecom
2
+
3
+ ![pi-wecom preview](https://raw.githubusercontent.com/TGYD-helige/pi/master/packages/pi-wecom/preview.png)
2
4
 
3
5
  Pi extension for [WeCom (企业微信)](https://work.weixin.qq.com/) workspace — contacts, messages, meetings, schedules, docs and more via [wecom-cli](https://github.com/WecomTeam/wecom-cli).
4
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amaster.ai/pi-wecom",
3
- "version": "0.1.2-beta.32",
3
+ "version": "0.1.2",
4
4
  "description": "Pi extension for WeCom (enterprise WeChat) workspace — contacts, messages, meetings, schedules, docs and more via wecom-cli.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -25,12 +25,15 @@
25
25
  },
26
26
  "files": [
27
27
  "dist",
28
- "skills"
28
+ "skills",
29
+ "preview.png",
30
+ "README.md"
29
31
  ],
30
32
  "pi": {
31
33
  "extensions": [
32
34
  "./dist/index.js"
33
- ]
35
+ ],
36
+ "image": "https://raw.githubusercontent.com/TGYD-helige/pi/master/packages/pi-wecom/preview.png"
34
37
  },
35
38
  "publishConfig": {
36
39
  "access": "public"
@@ -58,7 +61,7 @@
58
61
  "vitest": "^4.0.0"
59
62
  },
60
63
  "dependencies": {
61
- "@amaster.ai/pi-shared": "0.1.2-beta.32"
64
+ "@amaster.ai/pi-shared": "0.1.2"
62
65
  },
63
66
  "scripts": {
64
67
  "fetch-skills": "node scripts/fetch-skills.mjs",
package/preview.png ADDED
Binary file