@diagrammo/dgmo 0.25.1 → 0.25.3
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/README.md +69 -884
- 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 +8 -4
- package/dist/index.js +8 -4
- package/package.json +17 -17
- package/src/utils/svg-embed.ts +48 -24
package/dist/auto.mjs
CHANGED
|
@@ -59168,7 +59168,7 @@ pre.dgmo, code.language-dgmo, pre > code.language-dgmo,
|
|
|
59168
59168
|
|
|
59169
59169
|
// src/auto/index.ts
|
|
59170
59170
|
init_safe_href();
|
|
59171
|
-
var VERSION = "0.25.
|
|
59171
|
+
var VERSION = "0.25.3";
|
|
59172
59172
|
var DEFAULTS = {
|
|
59173
59173
|
theme: "auto",
|
|
59174
59174
|
palette: "nord",
|