@shikijs/colorized-brackets 1.24.1 → 1.24.3

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -674,7 +674,7 @@ function transformerColorizedBrackets(options = {}) {
674
674
  if (!isEnabled(config, this.options.meta?.__raw)) {
675
675
  return;
676
676
  }
677
- options2.includeExplanation || (options2.includeExplanation = "scopeName");
677
+ options2.includeExplanation ||= "scopeName";
678
678
  },
679
679
  tokens: function transformTokens(tokens) {
680
680
  if (!isEnabled(config, this.options.meta?.__raw)) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shikijs/colorized-brackets",
3
3
  "type": "module",
4
- "version": "1.24.1",
4
+ "version": "1.24.3",
5
5
  "description": "Collective of common transformers transformers for Shiki",
6
6
  "author": "Michael Moore <mscottmoore@pm.me>",
7
7
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "dist"
31
31
  ],
32
32
  "dependencies": {
33
- "shiki": "1.24.1"
33
+ "shiki": "1.24.3"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "unbuild",