@openclaw/diffs-language-pack 2026.5.31-beta.2 → 2026.5.31-beta.4

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/README.md CHANGED
@@ -4,6 +4,8 @@ Official extended syntax highlighting pack for the OpenClaw Diffs plugin.
4
4
 
5
5
  The base `@openclaw/diffs` plugin ships a curated language set. Install this package when you want the full Shiki language catalog available in rendered diff viewers and diff image/PDF output.
6
6
 
7
+ The pack adds highlighting for languages outside the default diffs viewer set, including Astro, Vue, Svelte, MDX, GraphQL, Terraform/HCL, Nix, Clojure, Elixir, Haskell, OCaml, Scala, Zig, Solidity, Verilog/VHDL, Fortran, MATLAB, LaTeX, Mermaid, Sass/Less/SCSS, Nginx, Apache, CSV, dotenv, INI, and diff files. See the plugin reference and Shiki language catalog for details.
8
+
7
9
  ## Install
8
10
 
9
11
  ```bash
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/diffs-language-pack",
3
- "version": "2026.5.31-beta.2",
3
+ "version": "2026.5.31-beta.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/diffs-language-pack",
9
- "version": "2026.5.31-beta.2"
9
+ "version": "2026.5.31-beta.4"
10
10
  }
11
11
  }
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/diffs-language-pack",
3
- "version": "2026.5.31-beta.2",
3
+ "version": "2026.5.31-beta.4",
4
4
  "description": "OpenClaw diffs viewer syntax highlighting language pack",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,13 +19,13 @@
19
19
  "minHostVersion": ">=2026.5.27"
20
20
  },
21
21
  "compat": {
22
- "pluginApi": ">=2026.5.31-beta.2"
22
+ "pluginApi": ">=2026.5.31-beta.4"
23
23
  },
24
24
  "assetScripts": {
25
25
  "build": "node ../../scripts/build-diffs-viewer-runtime.mjs full"
26
26
  },
27
27
  "build": {
28
- "openclawVersion": "2026.5.31-beta.2",
28
+ "openclawVersion": "2026.5.31-beta.4",
29
29
  "staticAssets": [
30
30
  {
31
31
  "source": "./assets/viewer-runtime.js",
@@ -48,7 +48,7 @@
48
48
  "README.md"
49
49
  ],
50
50
  "peerDependencies": {
51
- "openclaw": ">=2026.5.31-beta.2"
51
+ "openclaw": ">=2026.5.31-beta.4"
52
52
  },
53
53
  "peerDependenciesMeta": {
54
54
  "openclaw": {