expressive-code
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -15,3 +15,3 @@ import { ExpressiveCodeEngineConfig, ExpressiveCodeEngine } from '@expressive-code/core'; | ||
*/ | ||
shiki?: boolean; | ||
shiki?: boolean | undefined; | ||
/** | ||
@@ -24,3 +24,3 @@ * The Text Markers plugin allows to highlight lines and inline ranges | ||
*/ | ||
textMarkers?: PluginTextMarkersOptions | boolean; | ||
textMarkers?: PluginTextMarkersOptions | boolean | undefined; | ||
/** | ||
@@ -33,3 +33,3 @@ * The Frames plugin adds an editor or terminal frame around code blocks, | ||
*/ | ||
frames?: PluginFramesOptions | boolean; | ||
frames?: PluginFramesOptions | boolean | undefined; | ||
} | ||
@@ -36,0 +36,0 @@ declare class ExpressiveCode extends ExpressiveCodeEngine { |
{ | ||
"name": "expressive-code", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "A text marking & annotation engine for presenting source code on the web.", | ||
@@ -21,6 +21,6 @@ "keywords": [], | ||
"dependencies": { | ||
"@expressive-code/core": "^0.8.0", | ||
"@expressive-code/plugin-frames": "^0.8.1", | ||
"@expressive-code/core": "^0.8.1", | ||
"@expressive-code/plugin-frames": "^0.8.2", | ||
"@expressive-code/plugin-shiki": "^0.3.6", | ||
"@expressive-code/plugin-text-markers": "^0.2.6" | ||
"@expressive-code/plugin-text-markers": "^0.2.7" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22679