jssm 5.146.0 → 5.147.0

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/dist/cdn/viz.js CHANGED
@@ -23537,7 +23537,7 @@ var constants = /*#__PURE__*/Object.freeze({
23537
23537
  * Useful for runtime diagnostics and for embedding in serialized machine
23538
23538
  * snapshots so that deserializers can detect version-skew.
23539
23539
  */
23540
- const version = "5.146.0";
23540
+ const version = "5.147.0";
23541
23541
 
23542
23542
  // whargarbl lots of these return arrays could/should be sets
23543
23543
  const { state_name_chars, state_name_first_chars, action_label_chars } = constants;
@@ -30086,7 +30086,15 @@ __decorate([
30086
30086
  r()
30087
30087
  ], FslViz.prototype, "_svg", void 0);
30088
30088
 
30089
- /** Thin subclass so `<jssm-viz>` registers under a distinct constructor. */
30089
+ /**
30090
+ * Thin subclass so `<jssm-viz>` registers under a distinct constructor.
30091
+ *
30092
+ * @deprecated The `jssm-*` tag and the `JssmViz` class alias are deprecated
30093
+ * since v5 in favor of the canonical `<fsl-viz>` / {@link FslViz}, for
30094
+ * fsl.tools brand alignment. They remain functional but are slated for
30095
+ * removal in v6 (tracked in `v6_breaking_changes.json` on the `v6` branch).
30096
+ * New components are `fsl-*`-only.
30097
+ */
30090
30098
  class JssmViz extends FslViz {
30091
30099
  }
30092
30100
  define_with_synonym('fsl-viz', 'jssm-viz', FslViz, JssmViz);
@@ -108,7 +108,7 @@ function parseFslArgs(argv, spec) {
108
108
  return { positional, flags, helpText };
109
109
  }
110
110
 
111
- const getVersion = () => "5.146.0";
111
+ const getVersion = () => "5.147.0";
112
112
  const SPEC = {
113
113
  flags: {
114
114
  help: { short: "h", boolean: true },