jssm 5.158.1 → 5.158.2
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.
- package/README.md +6 -6
- package/dist/cdn/instance.js +1 -1
- package/dist/cdn/viz.js +1 -1
- package/dist/cli/fsl-export-system-prompt.cjs +1 -1
- package/dist/cli/fsl-render.cjs +1 -1
- package/dist/cli/fsl.cjs +1 -1
- package/dist/cli/lib.cjs +1 -1
- package/dist/cli/lib.mjs +1 -1
- package/dist/deno/README.md +6 -6
- package/dist/deno/jssm.js +1 -1
- package/dist/fence/fence.js +1 -1
- package/dist/jssm.es5.cjs +1 -1
- package/dist/jssm.es5.iife.js +1 -1
- package/dist/jssm.es6.mjs +1 -1
- package/dist/jssm_viz.cjs +1 -1
- package/dist/jssm_viz.iife.cjs +1 -1
- package/dist/jssm_viz.mjs +1 -1
- package/package.json +1 -1
package/dist/fence/fence.js
CHANGED
|
@@ -23694,7 +23694,7 @@ function fslSemanticSpans(text) {
|
|
|
23694
23694
|
* Useful for runtime diagnostics and for embedding in serialized machine
|
|
23695
23695
|
* snapshots so that deserializers can detect version-skew.
|
|
23696
23696
|
*/
|
|
23697
|
-
const version = "5.158.
|
|
23697
|
+
const version = "5.158.2";
|
|
23698
23698
|
|
|
23699
23699
|
/**
|
|
23700
23700
|
* The FSL Markdown fence convention parser — pure, host-agnostic logic that
|