@shikijs/cli 2.3.2 → 2.4.1

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/cli.mjs +1 -1
  2. package/package.json +3 -3
package/dist/cli.mjs CHANGED
@@ -11,7 +11,7 @@ async function run(argv = process.argv.slice(2), log = console.log) {
11
11
  const options = minimist(argv);
12
12
  const {
13
13
  theme = "vitesse-dark",
14
- lang = undefined,
14
+ lang = void 0,
15
15
  _: files = []
16
16
  } = options;
17
17
  const codes = await Promise.all(files.map(async (path) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shikijs/cli",
3
3
  "type": "module",
4
- "version": "2.3.2",
4
+ "version": "2.4.1",
5
5
  "description": "Shiki in the command line",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -42,10 +42,10 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@shikijs/vscode-textmate": "^10.0.1",
45
+ "@shikijs/vscode-textmate": "^10.0.2",
46
46
  "chalk": "^5.4.1",
47
47
  "minimist": "^1.2.8",
48
- "shiki": "2.3.2"
48
+ "shiki": "2.4.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/minimist": "^1.2.5"