jssm 5.103.0 → 5.104.1

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.
@@ -20669,7 +20669,7 @@ var jssm = (function (exports) {
20669
20669
  shapes: shapes$1
20670
20670
  });
20671
20671
 
20672
- const version = "5.103.0", build_time = 1729455776683;
20672
+ const version = "5.104.1", build_time = 1730107432251;
20673
20673
 
20674
20674
  // whargarbl lots of these return arrays could/should be sets
20675
20675
  const { shapes, gviz_shapes, named_colors } = constants;
@@ -21173,7 +21173,7 @@ var jssm = (function (exports) {
21173
21173
  *
21174
21174
  */
21175
21175
  data() {
21176
- return this._data;
21176
+ return structuredClone(this._data);
21177
21177
  }
21178
21178
  // NEEDS_DOCS
21179
21179
  /*********
@@ -20668,7 +20668,7 @@ var constants = /*#__PURE__*/Object.freeze({
20668
20668
  shapes: shapes$1
20669
20669
  });
20670
20670
 
20671
- const version = "5.103.0", build_time = 1729455776683;
20671
+ const version = "5.104.1", build_time = 1730107432251;
20672
20672
 
20673
20673
  // whargarbl lots of these return arrays could/should be sets
20674
20674
  const { shapes, gviz_shapes, named_colors } = constants;
@@ -21172,7 +21172,7 @@ class Machine {
21172
21172
  *
21173
21173
  */
21174
21174
  data() {
21175
- return this._data;
21175
+ return structuredClone(this._data);
21176
21176
  }
21177
21177
  // NEEDS_DOCS
21178
21178
  /*********