Comparing version 2.9.1 to 2.9.2
@@ -160,2 +160,4 @@ exports.tokenize = tokenizeListStart | ||
self.containerState._closeFlow = true | ||
// As we’re closing flow, we’re no longer interrupting | ||
self.interrupt = undefined | ||
return createSpace( | ||
@@ -162,0 +164,0 @@ effects, |
@@ -178,2 +178,4 @@ exports.tokenize = tokenizeListStart | ||
self.containerState._closeFlow = true | ||
// As we’re closing flow, we’re no longer interrupting | ||
self.interrupt = undefined | ||
return createSpace( | ||
@@ -180,0 +182,0 @@ effects, |
{ | ||
"name": "micromark", | ||
"version": "2.9.1", | ||
"version": "2.9.2", | ||
"description": "small commonmark compliant markdown parser with positional info and concrete tokens", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -240,3 +240,3 @@ <h1 align="center"> | ||
micromark will adhere to semver at `3.0.0`. | ||
Use tilde ranges for now: `"micromark": "~2.9.0"`. | ||
Use tilde ranges for now: `"micromark": "~2.9.2"`. | ||
@@ -243,0 +243,0 @@ ## Security |
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
375279
11739