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.
- package/CHANGELOG.md +46 -46
- package/README.md +4 -4
- package/dist/es6/jssm.js +1 -1
- package/dist/es6/version.js +1 -1
- package/dist/jssm.es5.cjs +1 -1
- package/dist/jssm.es5.iife.cjs +1 -1
- package/dist/jssm.es5.iife.nonmin.cjs +2 -2
- package/dist/jssm.es5.nonmin.cjs +2 -2
- package/dist/jssm.es6.mjs +1 -1
- package/dist/jssm.es6.nonmin.cjs +2 -2
- package/package.json +1 -1
|
@@ -20669,7 +20669,7 @@ var jssm = (function (exports) {
|
|
|
20669
20669
|
shapes: shapes$1
|
|
20670
20670
|
});
|
|
20671
20671
|
|
|
20672
|
-
const version = "5.
|
|
20672
|
+
const version = "5.104.2", build_time = 1756820210835;
|
|
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
|
/*********
|
package/dist/jssm.es5.nonmin.cjs
CHANGED
|
@@ -20668,7 +20668,7 @@ var constants = /*#__PURE__*/Object.freeze({
|
|
|
20668
20668
|
shapes: shapes$1
|
|
20669
20669
|
});
|
|
20670
20670
|
|
|
20671
|
-
const version = "5.
|
|
20671
|
+
const version = "5.104.2", build_time = 1756820210835;
|
|
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
|
/*********
|