jssm 5.159.1 → 5.159.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 +4 -4
- 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 +4 -4
- 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 +15 -2
package/dist/fence/fence.js
CHANGED
|
@@ -23789,7 +23789,7 @@ function fslSemanticSpans(text) {
|
|
|
23789
23789
|
* Useful for runtime diagnostics and for embedding in serialized machine
|
|
23790
23790
|
* snapshots so that deserializers can detect version-skew.
|
|
23791
23791
|
*/
|
|
23792
|
-
const version = "5.159.
|
|
23792
|
+
const version = "5.159.2";
|
|
23793
23793
|
|
|
23794
23794
|
/**
|
|
23795
23795
|
* The FSL Markdown fence convention parser — pure, host-agnostic logic that
|