jssm 5.162.20 → 5.162.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24226,7 +24226,7 @@ function fslSemanticSpans(text) {
24226
24226
  * Useful for runtime diagnostics and for embedding in serialized machine
24227
24227
  * snapshots so that deserializers can detect version-skew.
24228
24228
  */
24229
- const version = "5.162.20";
24229
+ const version = "5.162.21";
24230
24230
 
24231
24231
  /**
24232
24232
  * The FSL Markdown fence convention parser — pure, host-agnostic logic that