chore: sync yuanbao plugin catalog to 2.15.0 (#94470)

This commit is contained in:
jase-283 2026-06-23 02:50:07 +08:00 committed by GitHub
parent 541f7ffc65
commit f8df80646b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View file

@ -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=="
}
}
},

View file

@ -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", () => {

View file

@ -46,7 +46,7 @@ describeChannelCatalogEntryContract({
describeChannelCatalogEntryContract({
channelId: "yuanbao",
npmSpec: "openclaw-plugin-yuanbao@2.13.1",
npmSpec: "openclaw-plugin-yuanbao@2.15.0",
alias: "yb",
});

View file

@ -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);
});

View file

@ -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",
);
});

View file

@ -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(