@aka_openclaw_plugin/mychat 0.1.8 → 0.1.10
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 +2 -2
- package/channel-BTGCJxf9.js +4538 -0
- package/channel-plugin-api.js +1 -1
- package/package.json +1 -1
- package/{runtime-7z_VfQ27.js → runtime-PfFuZ2Rm.js} +10 -1
- package/runtime-api.js +1 -1
- package/runtime-setter-api.js +1 -1
- package/setup-entry.js +1 -1
- package/channel-BnBQCcL2.js +0 -985
package/channel-plugin-api.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as mychatPlugin } from "./channel-
|
|
1
|
+
import { t as mychatPlugin } from "./channel-BTGCJxf9.js";
|
|
2
2
|
export { mychatPlugin };
|
package/package.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
|
+
import { createRequire } from "node:module";
|
|
1
2
|
import { createPluginRuntimeStore } from "openclaw/plugin-sdk/runtime-store";
|
|
2
3
|
//#region \0rolldown/runtime.js
|
|
4
|
+
var __create = Object.create;
|
|
3
5
|
var __defProp = Object.defineProperty;
|
|
4
6
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
7
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
8
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
9
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
10
|
var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
11
|
+
var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
|
|
8
12
|
var __exportAll = (all, no_symbols) => {
|
|
9
13
|
let target = {};
|
|
10
14
|
for (var name in all) __defProp(target, name, {
|
|
@@ -24,7 +28,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
24
28
|
}
|
|
25
29
|
return to;
|
|
26
30
|
};
|
|
31
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
32
|
+
value: mod,
|
|
33
|
+
enumerable: true
|
|
34
|
+
}) : target, mod));
|
|
27
35
|
var __toCommonJS = (mod) => __hasOwnProp.call(mod, "module.exports") ? mod["module.exports"] : __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
36
|
+
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
28
37
|
//#endregion
|
|
29
38
|
//#region src/runtime.ts
|
|
30
39
|
var runtime_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -50,4 +59,4 @@ var init_runtime = __esmMin((() => {
|
|
|
50
59
|
});
|
|
51
60
|
}));
|
|
52
61
|
//#endregion
|
|
53
|
-
export { tryGetMychatRuntime as a, setMychatRuntime as i, init_runtime as n,
|
|
62
|
+
export { tryGetMychatRuntime as a, __toCommonJS as c, setMychatRuntime as i, __toESM as l, init_runtime as n, __commonJSMin as o, runtime_exports as r, __require as s, getMychatRuntime as t };
|
package/runtime-api.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as tryGetMychatRuntime, i as setMychatRuntime, n as init_runtime, t as getMychatRuntime } from "./runtime-
|
|
1
|
+
import { a as tryGetMychatRuntime, i as setMychatRuntime, n as init_runtime, t as getMychatRuntime } from "./runtime-PfFuZ2Rm.js";
|
|
2
2
|
//#region runtime-api.ts
|
|
3
3
|
init_runtime();
|
|
4
4
|
//#endregion
|
package/runtime-setter-api.js
CHANGED
package/setup-entry.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as mychatPlugin } from "./channel-
|
|
1
|
+
import { t as mychatPlugin } from "./channel-BTGCJxf9.js";
|
|
2
2
|
export { mychatPlugin };
|