mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 15:59:30 +00:00
chore: sync yuanbao plugin catalog to 2.15.0 (#94470)
This commit is contained in:
parent
541f7ffc65
commit
f8df80646b
6 changed files with 8 additions and 8 deletions
|
|
@ -76,9 +76,9 @@
|
|||
}
|
||||
},
|
||||
"install": {
|
||||
"npmSpec": "openclaw-plugin-yuanbao@2.13.1",
|
||||
"npmSpec": "openclaw-plugin-yuanbao@2.15.0",
|
||||
"defaultChoice": "npm",
|
||||
"expectedIntegrity": "sha512-lH2I9/nsmrg7l0YJJSQhOSpWMEFBAa6FwKbZcRLDFHDT2+mOZkHa44XE+8KYN4VmorlUdAxHzpZQmVr7C98IuA=="
|
||||
"expectedIntegrity": "sha512-3GD+mf3EjTSUTOAREjTHAyp/deXdpgqB+q+xE0b19Qtat4ADhUV1mHDwFkVCRqTCBY5ATFKtKcipoDejqFj/+w=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ describe("channel plugin catalog", () => {
|
|||
expect(yuanbao?.id).toBe("yuanbao");
|
||||
expect(yuanbao?.pluginId).toBe("openclaw-plugin-yuanbao");
|
||||
expect(yuanbao?.trustedSourceLinkedOfficialInstall).toBe(true);
|
||||
expect(yuanbao?.install?.npmSpec).toBe("openclaw-plugin-yuanbao@2.13.1");
|
||||
expect(yuanbao?.install?.npmSpec).toBe("openclaw-plugin-yuanbao@2.15.0");
|
||||
});
|
||||
|
||||
it("excludes only the rejected origin/plugin pair when resolving fallback copies", () => {
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ describeChannelCatalogEntryContract({
|
|||
|
||||
describeChannelCatalogEntryContract({
|
||||
channelId: "yuanbao",
|
||||
npmSpec: "openclaw-plugin-yuanbao@2.13.1",
|
||||
npmSpec: "openclaw-plugin-yuanbao@2.15.0",
|
||||
alias: "yb",
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -846,7 +846,7 @@ describe("config plugin validation", () => {
|
|||
|
||||
expect(res.ok).toBe(true);
|
||||
const message =
|
||||
"plugin not installed: yuanbao — install the official external plugin with: openclaw plugins install openclaw-plugin-yuanbao@2.13.1";
|
||||
"plugin not installed: yuanbao — install the official external plugin with: openclaw plugins install openclaw-plugin-yuanbao@2.15.0";
|
||||
expectPathMessage(res.warnings, "plugins.entries.yuanbao", message);
|
||||
expect((res.warnings ?? []).filter((warning) => warning.message === message)).toHaveLength(1);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ describe("official external plugin catalog", () => {
|
|||
);
|
||||
expect(resolveOfficialExternalPluginId(yuanbaoByChannel)).toBe("openclaw-plugin-yuanbao");
|
||||
expect(resolveOfficialExternalPluginInstall(yuanbaoByChannel)?.npmSpec).toBe(
|
||||
"openclaw-plugin-yuanbao@2.13.1",
|
||||
"openclaw-plugin-yuanbao@2.15.0",
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -171,10 +171,10 @@ describe("buildOfficialChannelCatalog", () => {
|
|||
aliases: ["yuanbao", "yb", "tencent-yuanbao", "元宝"],
|
||||
},
|
||||
install: {
|
||||
npmSpec: "openclaw-plugin-yuanbao@2.13.1",
|
||||
npmSpec: "openclaw-plugin-yuanbao@2.15.0",
|
||||
defaultChoice: "npm",
|
||||
expectedIntegrity:
|
||||
"sha512-lH2I9/nsmrg7l0YJJSQhOSpWMEFBAa6FwKbZcRLDFHDT2+mOZkHa44XE+8KYN4VmorlUdAxHzpZQmVr7C98IuA==",
|
||||
"sha512-3GD+mf3EjTSUTOAREjTHAyp/deXdpgqB+q+xE0b19Qtat4ADhUV1mHDwFkVCRqTCBY5ATFKtKcipoDejqFj/+w==",
|
||||
},
|
||||
});
|
||||
expect(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue