@shikijs/core
Advanced tools
Comparing version
{ | ||
"name": "@shikijs/core", | ||
"type": "module", | ||
"version": "2.5.0", | ||
"version": "3.0.0", | ||
"description": "Core of Shiki", | ||
@@ -20,10 +20,3 @@ "author": "Pine Wu <octref@gmail.com>; Anthony Fu <anthonyfu117@hotmail.com>", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"./wasm-inlined": { | ||
"types": "./dist/wasm-inlined.d.mts", | ||
"default": "./dist/wasm-inlined.mjs" | ||
}, | ||
".": "./dist/index.mjs", | ||
"./textmate": { | ||
@@ -43,19 +36,2 @@ "types": "./dist/textmate.d.mts", | ||
"types": "./dist/index.d.mts", | ||
"typesVersions": { | ||
"*": { | ||
"wasm-inlined": [ | ||
"./dist/wasm-inlined.d.mts" | ||
], | ||
"types": [ | ||
"./dist/types.d.mts" | ||
], | ||
"textmate": [ | ||
"./dist/textmate.d.mts" | ||
], | ||
"*": [ | ||
"./dist/*", | ||
"./*" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -68,5 +44,3 @@ "dist" | ||
"hast-util-to-html": "^9.0.4", | ||
"@shikijs/engine-oniguruma": "2.5.0", | ||
"@shikijs/types": "2.5.0", | ||
"@shikijs/engine-javascript": "2.5.0" | ||
"@shikijs/types": "3.0.0" | ||
}, | ||
@@ -73,0 +47,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4
-33.33%87298
-20.24%9
-43.75%2203
-14.18%+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated