micromark-util-combine-extensions
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
@@ -52,2 +52,3 @@ /** | ||
constructs( | ||
// @ts-expect-error Looks like a list. | ||
left[code], | ||
@@ -54,0 +55,0 @@ Array.isArray(value) ? value : value ? [value] : [] |
{ | ||
"name": "micromark-util-combine-extensions", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "micromark utility to combine syntax or html extensions", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"micromark-util-chunked": "^1.0.0-alpha.2", | ||
"micromark-util-types": "1.0.0-alpha.2" | ||
"micromark-util-chunked": "^1.0.0-alpha.3", | ||
"micromark-util-types": "1.0.0-alpha.3" | ||
}, | ||
@@ -44,0 +44,0 @@ "scripts": { |
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
9055
127
+ Addedmicromark-util-types@1.0.0-alpha.3(transitive)
- Removedmicromark-util-types@1.0.0-alpha.2(transitive)