@dogsbay/format-dogsbay-md 0.2.0-beta.89 → 0.2.0-beta.90

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dogsbay/format-dogsbay-md",
3
- "version": "0.2.0-beta.89",
3
+ "version": "0.2.0-beta.90",
4
4
  "description": "Dogsbay Markdown dialect — canonical format for TreeNode[] with directives, YAML bodies, and intelligent fallbacks",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -35,7 +35,7 @@
35
35
  "markdown-it-front-matter": "^0.2.4",
36
36
  "gray-matter": "^4.0.3",
37
37
  "js-yaml": "^4.1.0",
38
- "@dogsbay/types": "0.2.0-beta.89"
38
+ "@dogsbay/types": "0.2.0-beta.90"
39
39
  },
40
40
  "optionalDependencies": {
41
41
  "@mermaid-js/mermaid-cli": "^11.0.0"