@amaster.ai/pi-channels 0.1.2-beta.13 → 0.1.2-beta.15
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 +2 -0
- package/package.json +3 -1
- package/preview.png +0 -0
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @amaster.ai/pi-channels
|
|
2
2
|
|
|
3
|
+

|
|
4
|
+
|
|
3
5
|
Pi extension for native messaging channels.
|
|
4
6
|
|
|
5
7
|
This package follows the same extension shape as the open-source `@e9n/pi-channels`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amaster.ai/pi-channels",
|
|
3
|
-
"version": "0.1.2-beta.
|
|
3
|
+
"version": "0.1.2-beta.15",
|
|
4
4
|
"description": "Pi extension for native messaging channels including Feishu, WeCom, and webhooks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -27,9 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
|
29
29
|
"dist",
|
|
30
|
+
"preview.png",
|
|
30
31
|
"README.md"
|
|
31
32
|
],
|
|
32
33
|
"pi": {
|
|
34
|
+
"image": "https://raw.githubusercontent.com/TGYD-helige/pi/master/packages/pi-channels/preview.png",
|
|
33
35
|
"extensions": [
|
|
34
36
|
"./dist/index.js"
|
|
35
37
|
]
|
package/preview.png
ADDED
|
Binary file
|