Skip to content

Commit 1794e95

Browse files
committed
test: pin official Yuanbao catalog source
1 parent f1ec8b9 commit 1794e95

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

scripts/lib/official-external-channel-catalog.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
"order": 85
4343
},
4444
"install": {
45-
"npmSpec": "openclaw-plugin-yuanbao",
46-
"defaultChoice": "npm"
45+
"npmSpec": "openclaw-plugin-yuanbao@2.11.0",
46+
"defaultChoice": "npm",
47+
"expectedIntegrity": "sha512-lYmBrU71ox3v7dzRqaltvzTXPcMjjgYrNqpBj5HIBkXgEFkXRRG8wplXg9Fub41/FjsSPn3WAbYpdTc+k+jsHg=="
4748
}
4849
}
4950
}

test/official-channel-catalog.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,10 @@ describe("buildOfficialChannelCatalog", () => {
9494
label: "Yuanbao",
9595
}),
9696
install: {
97-
npmSpec: "openclaw-plugin-yuanbao",
97+
npmSpec: "openclaw-plugin-yuanbao@2.11.0",
9898
defaultChoice: "npm",
99+
expectedIntegrity:
100+
"sha512-lYmBrU71ox3v7dzRqaltvzTXPcMjjgYrNqpBj5HIBkXgEFkXRRG8wplXg9Fub41/FjsSPn3WAbYpdTc+k+jsHg==",
99101
},
100102
}),
101103
}),

0 commit comments

Comments
 (0)