lingo.dev 0.82.1 → 0.84.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lingo.dev",
3
- "version": "0.82.1",
3
+ "version": "0.84.0",
4
4
  "description": "Lingo.dev CLI",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -56,6 +56,7 @@
56
56
  "@inquirer/prompts": "^7.2.3",
57
57
  "@modelcontextprotocol/sdk": "^1.5.0",
58
58
  "@paralleldrive/cuid2": "^2.2.2",
59
+ "@types/mdast": "^4.0.4",
59
60
  "ai": "^4.3.2",
60
61
  "bitbucket": "^2.12.0",
61
62
  "chalk": "^5.4.1",
@@ -85,6 +86,11 @@
85
86
  "markdown-it": "^14.1.0",
86
87
  "markdown-it-front-matter": "^0.2.4",
87
88
  "marked": "^15.0.6",
89
+ "mdast-util-from-markdown": "^2.0.2",
90
+ "mdast-util-frontmatter": "^2.0.1",
91
+ "mdast-util-gfm": "^3.1.0",
92
+ "mdast-util-mdx": "^3.0.0",
93
+ "mdast-util-to-markdown": "^2.1.2",
88
94
  "node-webvtt": "^1.9.4",
89
95
  "object-hash": "^3.0.0",
90
96
  "octokit": "^4.0.2",
@@ -96,9 +102,18 @@
96
102
  "posthog-node": "^4.11.2",
97
103
  "prettier": "^3.4.2",
98
104
  "properties-parser": "^0.6.0",
105
+ "remark-frontmatter": "^5.0.0",
106
+ "remark-gfm": "^4.0.1",
107
+ "remark-mdx": "^3.1.0",
108
+ "remark-mdx-frontmatter": "^5.1.0",
109
+ "remark-parse": "^11.0.0",
110
+ "remark-stringify": "^11.0.0",
99
111
  "slugify": "^1.6.6",
100
112
  "srt-parser-2": "^1.2.3",
101
113
  "typescript": "^5.7.2",
114
+ "unified": "^11.0.5",
115
+ "unist-util-visit": "^5.0.0",
116
+ "vfile": "^6.0.3",
102
117
  "vitest": "^2.1.8",
103
118
  "xliff": "^6.2.1",
104
119
  "xml2js": "^0.6.2",
@@ -106,8 +121,8 @@
106
121
  "xpath": "^0.0.34",
107
122
  "yaml": "^2.7.0",
108
123
  "zod": "^3.24.1",
109
- "@lingo.dev/_sdk": "0.7.32",
110
- "@lingo.dev/_spec": "0.28.0"
124
+ "@lingo.dev/_sdk": "0.7.34",
125
+ "@lingo.dev/_spec": "0.30.0"
111
126
  },
112
127
  "devDependencies": {
113
128
  "@types/cors": "^2.8.17",