schematex 0.6.9 → 0.6.10

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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunk5IZL57YJ_cjs = require('./chunk-5IZL57YJ.cjs');
3
+ var chunk3YRYBTLG_cjs = require('./chunk-3YRYBTLG.cjs');
4
4
 
5
5
  // src/ai/registry.ts
6
6
  var DIAGRAM_REGISTRY = [
@@ -3639,7 +3639,7 @@ function getExamples(type, opts = {}) {
3639
3639
  function validateDsl(type, dsl) {
3640
3640
  const resolvedType = type ? resolveDiagramType(type) : void 0;
3641
3641
  const config = type ? { type: resolvedType ?? type } : void 0;
3642
- const result = chunk5IZL57YJ_cjs.parseResult(dsl, config);
3642
+ const result = chunk3YRYBTLG_cjs.parseResult(dsl, config);
3643
3643
  if (result.ok) {
3644
3644
  return {
3645
3645
  ok: true,
@@ -3665,7 +3665,7 @@ function renderDsl(type, dsl, options = {}) {
3665
3665
  ...options,
3666
3666
  ...type ? { type: resolvedType ?? type } : {}
3667
3667
  };
3668
- const result = chunk5IZL57YJ_cjs.renderResult(dsl, config);
3668
+ const result = chunk3YRYBTLG_cjs.renderResult(dsl, config);
3669
3669
  if (result.ok) {
3670
3670
  return {
3671
3671
  ok: true,
@@ -3718,5 +3718,5 @@ exports.listDiagrams = listDiagrams;
3718
3718
  exports.renderDsl = renderDsl;
3719
3719
  exports.resolveDiagramType = resolveDiagramType;
3720
3720
  exports.validateDsl = validateDsl;
3721
- //# sourceMappingURL=chunk-25TO5A4F.cjs.map
3722
- //# sourceMappingURL=chunk-25TO5A4F.cjs.map
3721
+ //# sourceMappingURL=chunk-DZGA25O5.cjs.map
3722
+ //# sourceMappingURL=chunk-DZGA25O5.cjs.map