mxcad 1.0.290 → 1.0.291

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/mxcad.es.js CHANGED
@@ -14199,7 +14199,7 @@ win.McDrawObjectEvent_asciiToUTF8 = function (hexstr) {
14199
14199
  return MxG2312Obj.decodeFromGb2312Imp(hexstr);
14200
14200
  };
14201
14201
 
14202
- const version$1 = "1.0.290";
14202
+ const version$1 = "1.0.291";
14203
14203
 
14204
14204
  var isSharedArrayBuffer = ("SharedArrayBuffer" in window);
14205
14205
  var isCdn = document.currentScript && /unpkg\.com\/mxcad/.test(document.currentScript.src);