@aka_openclaw_plugin/mychat 0.1.17 → 0.1.18
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/api.js +3 -3
- package/channel-plugin-api.js +1 -1
- package/index.js +2 -2
- package/openclaw.plugin.json +6 -2
- package/package.json +3 -2
- package/runtime-api.js +2 -2
- package/runtime-setter-api.js +2 -2
- package/setup-entry.js +1 -1
- package/channel-BQOyywVd.js +0 -4550
- package/config-api.js +0 -3
- package/config-schema-C42X7OSY.js +0 -4234
- package/runtime-PfFuZ2Rm.js +0 -62
package/api.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as tryGetMychatRuntime, i as setMychatRuntime, n as init_runtime, t as getMychatRuntime } from "
|
|
2
|
-
import { t as mychatPlugin } from "
|
|
3
|
-
//#region api.ts
|
|
1
|
+
import { a as tryGetMychatRuntime, i as setMychatRuntime, n as init_runtime, t as getMychatRuntime } from "../../runtime-COgwNLVk.js";
|
|
2
|
+
import { t as mychatPlugin } from "../../channel-CE5SKcxt.js";
|
|
3
|
+
//#region extensions/mychat/api.ts
|
|
4
4
|
init_runtime();
|
|
5
5
|
//#endregion
|
|
6
6
|
export { getMychatRuntime, mychatPlugin, setMychatRuntime, tryGetMychatRuntime };
|
package/channel-plugin-api.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as mychatPlugin } from "
|
|
1
|
+
import { t as mychatPlugin } from "../../channel-CE5SKcxt.js";
|
|
2
2
|
export { mychatPlugin };
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineBundledChannelEntry } from "
|
|
2
|
-
//#region index.ts
|
|
1
|
+
import { t as defineBundledChannelEntry } from "../../channel-entry-contract-BO_RLNVM.js";
|
|
2
|
+
//#region extensions/mychat/index.ts
|
|
3
3
|
var mychat_default = defineBundledChannelEntry({
|
|
4
4
|
id: "mychat",
|
|
5
5
|
name: "MyChat",
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aka_openclaw_plugin/mychat",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"description": "OpenClaw MyChat channel plugin",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/
|
|
7
|
+
"url": "https://github.com/openclaw/openclaw.git",
|
|
8
|
+
"directory": "extensions/mychat"
|
|
8
9
|
},
|
|
9
10
|
"type": "module",
|
|
10
11
|
"exports": {
|
package/runtime-api.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as tryGetMychatRuntime, i as setMychatRuntime, n as init_runtime, t as getMychatRuntime } from "
|
|
2
|
-
//#region runtime-api.ts
|
|
1
|
+
import { a as tryGetMychatRuntime, i as setMychatRuntime, n as init_runtime, t as getMychatRuntime } from "../../runtime-COgwNLVk.js";
|
|
2
|
+
//#region extensions/mychat/runtime-api.ts
|
|
3
3
|
init_runtime();
|
|
4
4
|
//#endregion
|
|
5
5
|
export { getMychatRuntime, setMychatRuntime, tryGetMychatRuntime };
|
package/runtime-setter-api.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { i as setMychatRuntime, n as init_runtime } from "
|
|
2
|
-
//#region runtime-setter-api.ts
|
|
1
|
+
import { i as setMychatRuntime, n as init_runtime } from "../../runtime-COgwNLVk.js";
|
|
2
|
+
//#region extensions/mychat/runtime-setter-api.ts
|
|
3
3
|
init_runtime();
|
|
4
4
|
//#endregion
|
|
5
5
|
export { setMychatRuntime };
|
package/setup-entry.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as mychatPlugin } from "
|
|
1
|
+
import { t as mychatPlugin } from "../../channel-CE5SKcxt.js";
|
|
2
2
|
export { mychatPlugin };
|