@diagrammo/dgmo 0.8.16 → 0.8.17

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/index.js CHANGED
@@ -31731,8 +31731,10 @@ init_colors();
31731
31731
  init_palettes();
31732
31732
 
31733
31733
  // src/sharing.ts
31734
- import lzString from "lz-string";
31735
- var { compressToEncodedURIComponent, decompressFromEncodedURIComponent } = lzString;
31734
+ import {
31735
+ compressToEncodedURIComponent,
31736
+ decompressFromEncodedURIComponent
31737
+ } from "lz-string";
31736
31738
  var DEFAULT_BASE_URL = "https://online.diagrammo.app";
31737
31739
  var COMPRESSED_SIZE_LIMIT = 8192;
31738
31740
  function encodeDiagramUrl(dsl, options) {