@diagrammo/dgmo 0.25.1 → 0.25.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/dist/auto.cjs +1 -1
- package/dist/auto.js +122 -122
- package/dist/auto.mjs +1 -1
- package/dist/cli.cjs +158 -158
- package/dist/index.cjs +3 -2
- package/dist/index.js +3 -2
- package/package.json +17 -17
- package/src/utils/svg-embed.ts +36 -21
package/dist/auto.cjs
CHANGED
|
@@ -59158,7 +59158,7 @@ pre.dgmo, code.language-dgmo, pre > code.language-dgmo,
|
|
|
59158
59158
|
|
|
59159
59159
|
// src/auto/index.ts
|
|
59160
59160
|
init_safe_href();
|
|
59161
|
-
var VERSION = "0.25.
|
|
59161
|
+
var VERSION = "0.25.2";
|
|
59162
59162
|
var DEFAULTS = {
|
|
59163
59163
|
theme: "auto",
|
|
59164
59164
|
palette: "nord",
|