@xyd-js/content 0.0.0-build-60554d1-20251028180454 → 0.0.0-build-c7bdbdb-20251129215505

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/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @xyd-js/content
2
2
 
3
- ## 0.0.0-build-60554d1-20251028180454
3
+ ## 0.0.0-build-c7bdbdb-20251129215505
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - update all packages
8
8
  - Updated dependencies
9
- - @xyd-js/components@0.0.0-build-60554d1-20251028180454
10
- - @xyd-js/context@0.0.0-build-60554d1-20251028180454
11
- - @xyd-js/core@0.0.0-build-60554d1-20251028180454
12
- - @xyd-js/gql@0.0.0-build-60554d1-20251028180454
13
- - @xyd-js/openapi@0.0.0-build-60554d1-20251028180454
14
- - @xyd-js/sources@0.0.0-build-60554d1-20251028180454
9
+ - @xyd-js/components@0.0.0-build-c7bdbdb-20251129215505
10
+ - @xyd-js/context@0.0.0-build-c7bdbdb-20251129215505
11
+ - @xyd-js/core@0.0.0-build-c7bdbdb-20251129215505
12
+ - @xyd-js/gql@0.0.0-build-c7bdbdb-20251129215505
13
+ - @xyd-js/openapi@0.0.0-build-c7bdbdb-20251129215505
14
+ - @xyd-js/sources@0.0.0-build-c7bdbdb-20251129215505
package/dist/md.js CHANGED
@@ -20094,7 +20094,8 @@ async function thirdPartyRehypePlugins(settings) {
20094
20094
  rehypeKatex
20095
20095
  ];
20096
20096
  if ((_a = settings == null ? void 0 : settings.integrations) == null ? void 0 : _a.diagrams) {
20097
- plugins.push(await getMermaidPlugin());
20097
+ const options = typeof settings.integrations.diagrams === "object" ? settings.integrations.diagrams : {};
20098
+ plugins.push([await getMermaidPlugin(), options]);
20098
20099
  }
20099
20100
  return plugins;
20100
20101
  }