@cxyhhhhh/openclaw-qqbot 2.0.0-dev.202607082219 → 2.0.0-dev.202607082305
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/dist/index.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/package.json +1 -1
- package/src/adapter/resolve.ts +2 -0
package/dist/index.cjs
CHANGED
|
@@ -9093,7 +9093,7 @@ var import_node_path2 = __toESM(require("path"), 1);
|
|
|
9093
9093
|
var import_node_fs2 = __toESM(require("fs"), 1);
|
|
9094
9094
|
var _cachedOpenclawVersion;
|
|
9095
9095
|
function getPackageVersion() {
|
|
9096
|
-
return true ? "2.0.0-dev.
|
|
9096
|
+
return true ? "2.0.0-dev.202607082305" : "unknown";
|
|
9097
9097
|
}
|
|
9098
9098
|
function getOpenclawVersion(runtimeVersion) {
|
|
9099
9099
|
if (_cachedOpenclawVersion) return _cachedOpenclawVersion;
|
|
@@ -9590,6 +9590,8 @@ function resolveRuntimeAdapters(rt, log4) {
|
|
|
9590
9590
|
["config", "current"]
|
|
9591
9591
|
]) ?? probeFunction(rt, [
|
|
9592
9592
|
["getConfig"]
|
|
9593
|
+
]) ?? probeFunction(rt, [
|
|
9594
|
+
["config", "loadConfig"]
|
|
9593
9595
|
]);
|
|
9594
9596
|
const rawMutateConfig = probeFunction(rt, [["config", "mutateConfigFile"]]);
|
|
9595
9597
|
const rawWriteConfig = probeFunction(rt, [["config", "writeConfigFile"]]);
|