@shikijs/vitepress-twoslash 1.1.2 → 1.1.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.
Files changed (2) hide show
  1. package/dist/index.mjs +0 -2
  2. package/package.json +6 -6
package/dist/index.mjs CHANGED
@@ -178,8 +178,6 @@ ${code.split(/\n/g).slice(0, 15).join("\n").trim()}
178
178
  throw error;
179
179
  else
180
180
  console.error(error);
181
- if (typeof process !== "undefined")
182
- process.exitCode = 1;
183
181
  return removeTwoslashNotations(code);
184
182
  };
185
183
  const twoslash = createTransformerFactory(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shikijs/vitepress-twoslash",
3
3
  "type": "module",
4
- "version": "1.1.2",
4
+ "version": "1.1.4",
5
5
  "description": "Enable Twoslash support in VitePress",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -52,11 +52,11 @@
52
52
  "mdast-util-from-markdown": "^2.0.0",
53
53
  "mdast-util-gfm": "^3.0.0",
54
54
  "mdast-util-to-hast": "^13.1.0",
55
- "twoslash": "^0.2.1",
56
- "twoslash-vue": "^0.2.1",
57
- "vue": "^3.4.18",
58
- "@shikijs/twoslash": "1.1.2",
59
- "shiki": "1.1.2"
55
+ "twoslash": "^0.2.3",
56
+ "twoslash-vue": "^0.2.2",
57
+ "vue": "^3.4.19",
58
+ "shiki": "1.1.4",
59
+ "@shikijs/twoslash": "1.1.4"
60
60
  },
61
61
  "scripts": {
62
62
  "build": "unbuild",