@expressive-code/plugin-frames
Advanced tools
Comparing version 0.35.2 to 0.35.3
@@ -406,3 +406,3 @@ // src/index.ts | ||
// Optional sequence of characters allowed in file paths | ||
`[\\w./~%[\\]\\\\-]*`, | ||
`[\\w./~%[\\]+\\\\-]*`, | ||
// Optional dot and supported file extension | ||
@@ -409,0 +409,0 @@ `(?:\\.(?:${Object.values(LanguageGroups).flat().sort().join("|")}))?`, |
{ | ||
"name": "@expressive-code/plugin-frames", | ||
"version": "0.35.2", | ||
"version": "0.35.3", | ||
"description": "Frames plugin for Expressive Code. Wraps code blocks in a styled editor or terminal frame with support for titles, multiple tabs and more.", | ||
@@ -25,6 +25,6 @@ "keywords": [], | ||
"dependencies": { | ||
"@expressive-code/core": "^0.35.2" | ||
"@expressive-code/core": "^0.35.3" | ||
}, | ||
"devDependencies": { | ||
"@expressive-code/plugin-shiki": "^0.35.2", | ||
"@expressive-code/plugin-shiki": "^0.35.3", | ||
"@internal/test-utils": "^0.2.28" | ||
@@ -31,0 +31,0 @@ }, |
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
84972