Skip to content

Commit cb00c03

Browse files
committed
fix(diffs): align language pack host floor
1 parent 085228c commit cb00c03

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

extensions/diffs-language-pack/npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/diffs-language-pack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openclaw/diffs-language-pack",
3-
"version": "2026.5.26",
3+
"version": "2026.5.27",
44
"description": "OpenClaw diffs viewer syntax highlighting language pack",
55
"repository": {
66
"type": "git",
@@ -22,16 +22,16 @@
2222
"clawhubSpec": "clawhub:@openclaw/diffs-language-pack",
2323
"localPath": "extensions/diffs-language-pack",
2424
"defaultChoice": "npm",
25-
"minHostVersion": ">=2026.4.30"
25+
"minHostVersion": ">=2026.5.27"
2626
},
2727
"compat": {
28-
"pluginApi": ">=2026.5.26"
28+
"pluginApi": ">=2026.5.27"
2929
},
3030
"assetScripts": {
3131
"build": "pnpm build:viewer"
3232
},
3333
"build": {
34-
"openclawVersion": "2026.5.26",
34+
"openclawVersion": "2026.5.27",
3535
"staticAssets": [
3636
{
3737
"source": "./assets/viewer-runtime.js",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"npmSpec": "@openclaw/diffs-language-pack",
118118
"clawhubSpec": "clawhub:@openclaw/diffs-language-pack",
119119
"defaultChoice": "npm",
120-
"minHostVersion": ">=2026.4.30"
120+
"minHostVersion": ">=2026.5.27"
121121
}
122122
}
123123
},

src/plugins/official-external-plugin-catalog.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe("official external plugin catalog", () => {
4747
npmSpec: "@openclaw/diffs-language-pack",
4848
clawhubSpec: "clawhub:@openclaw/diffs-language-pack",
4949
defaultChoice: "npm",
50-
minHostVersion: ">=2026.4.30",
50+
minHostVersion: ">=2026.5.27",
5151
},
5252
);
5353
});

0 commit comments

Comments
 (0)