jssm 5.162.4 → 5.162.5
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 +5 -5
- 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 +5 -5
- 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
|
@@ -23790,7 +23790,7 @@ function fslSemanticSpans(text) {
|
|
|
23790
23790
|
* Useful for runtime diagnostics and for embedding in serialized machine
|
|
23791
23791
|
* snapshots so that deserializers can detect version-skew.
|
|
23792
23792
|
*/
|
|
23793
|
-
const version = "5.162.
|
|
23793
|
+
const version = "5.162.5";
|
|
23794
23794
|
|
|
23795
23795
|
/**
|
|
23796
23796
|
* The FSL Markdown fence convention parser — pure, host-agnostic logic that
|