@xyd-js/core 0.0.0-build-87368f8-20251101145203 → 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,6 +1,6 @@
1
1
  # @xyd-js/core
2
2
 
3
- ## 0.0.0-build-87368f8-20251101145203
3
+ ## 0.0.0-build-c7bdbdb-20251129215505
4
4
 
5
5
  ### Patch Changes
6
6
 
package/dist/index.d.ts CHANGED
@@ -1221,7 +1221,9 @@ interface Integrations {
1221
1221
  /**
1222
1222
  * Diagrams configuration
1223
1223
  */
1224
- diagrams?: boolean;
1224
+ diagrams?: boolean | {
1225
+ strategy?: 'img-png' | 'img-svg' | 'inline-svg' | 'pre-mermaid';
1226
+ };
1225
1227
  /**
1226
1228
  * Edit link configuration
1227
1229
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/core",
3
- "version": "0.0.0-build-87368f8-20251101145203",
3
+ "version": "0.0.0-build-c7bdbdb-20251129215505",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -967,7 +967,7 @@ export interface Integrations {
967
967
  /**
968
968
  * Diagrams configuration
969
969
  */
970
- diagrams?: boolean;
970
+ diagrams?: boolean | { strategy?: 'img-png' | 'img-svg' | 'inline-svg' | 'pre-mermaid' };
971
971
 
972
972
  /**
973
973
  * Edit link configuration