@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/cli.cjs +71 -71
- package/dist/index.cjs +3 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/sharing.ts +4 -3
package/dist/index.js
CHANGED
|
@@ -31731,8 +31731,10 @@ init_colors();
|
|
|
31731
31731
|
init_palettes();
|
|
31732
31732
|
|
|
31733
31733
|
// src/sharing.ts
|
|
31734
|
-
import
|
|
31735
|
-
|
|
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) {
|