@amaster.ai/pi-channels 0.1.2-beta.12 → 0.1.2-beta.14
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 +3 -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`
|
|
@@ -147,6 +149,7 @@ enterprise.
|
|
|
147
149
|
|
|
148
150
|
```text
|
|
149
151
|
/channel list
|
|
152
|
+
/channel reload
|
|
150
153
|
/channel bridge on
|
|
151
154
|
/channel bridge off
|
|
152
155
|
/channel bridge status
|
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.14",
|
|
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
|