jssm 5.103.0 → 5.104.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.
@@ -20666,7 +20666,7 @@ var constants = /*#__PURE__*/Object.freeze({
20666
20666
  shapes: shapes$1
20667
20667
  });
20668
20668
 
20669
- const version = "5.103.0", build_time = 1729455776683;
20669
+ const version = "5.104.2", build_time = 1756820210835;
20670
20670
 
20671
20671
  // whargarbl lots of these return arrays could/should be sets
20672
20672
  const { shapes, gviz_shapes, named_colors } = constants;
@@ -21170,7 +21170,7 @@ class Machine {
21170
21170
  *
21171
21171
  */
21172
21172
  data() {
21173
- return this._data;
21173
+ return structuredClone(this._data);
21174
21174
  }
21175
21175
  // NEEDS_DOCS
21176
21176
  /*********
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jssm",
3
- "version": "5.103.0",
3
+ "version": "5.104.2",
4
4
  "engines": {
5
5
  "node": ">=10.0.0"
6
6
  },