lingo.dev 0.85.3 → 0.85.5

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.85.3",
3
+ "version": "0.85.5",
4
4
  "description": "Lingo.dev CLI",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -56,7 +56,6 @@
56
56
  "@inquirer/prompts": "^7.4.1",
57
57
  "@modelcontextprotocol/sdk": "^1.5.0",
58
58
  "@paralleldrive/cuid2": "^2.2.2",
59
- "@types/mdast": "^4.0.4",
60
59
  "ai": "^4.3.2",
61
60
  "bitbucket": "^2.12.0",
62
61
  "chalk": "^5.4.1",
@@ -83,14 +82,7 @@
83
82
  "json5": "^2.2.3",
84
83
  "jsonrepair": "^3.11.2",
85
84
  "lodash": "^4.17.21",
86
- "markdown-it": "^14.1.0",
87
- "markdown-it-front-matter": "^0.2.4",
88
85
  "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",
94
86
  "node-webvtt": "^1.9.4",
95
87
  "object-hash": "^3.0.0",
96
88
  "octokit": "^4.0.2",
@@ -101,27 +93,22 @@
101
93
  "plist": "^3.1.0",
102
94
  "posthog-node": "^4.11.2",
103
95
  "prettier": "^3.4.2",
104
- "properties-parser": "^0.6.0",
105
96
  "remark-frontmatter": "^5.0.0",
106
97
  "remark-gfm": "^4.0.1",
107
98
  "remark-mdx": "^3.1.0",
108
99
  "remark-mdx-frontmatter": "^5.1.0",
109
100
  "remark-parse": "^11.0.0",
110
101
  "remark-stringify": "^11.0.0",
111
- "slugify": "^1.6.6",
112
102
  "srt-parser-2": "^1.2.3",
113
- "typescript": "^5.7.2",
114
103
  "unified": "^11.0.5",
115
- "unist-util-visit": "^5.0.0",
116
104
  "vfile": "^6.0.3",
117
- "vitest": "^2.1.9",
118
105
  "xliff": "^6.2.1",
119
106
  "xml2js": "^0.6.2",
120
107
  "xpath": "^0.0.34",
121
108
  "yaml": "^2.7.0",
122
109
  "zod": "^3.24.1",
123
- "@lingo.dev/_sdk": "0.7.35",
124
- "@lingo.dev/_spec": "0.30.1"
110
+ "@lingo.dev/_spec": "0.30.3",
111
+ "@lingo.dev/_sdk": "0.7.37"
125
112
  },
126
113
  "devDependencies": {
127
114
  "@types/cors": "^2.8.17",
@@ -134,14 +121,15 @@
134
121
  "@types/is-url": "^1.2.32",
135
122
  "@types/jsdom": "^21.1.7",
136
123
  "@types/lodash": "^4.17.16",
137
- "@types/markdown-it": "^14.1.2",
124
+ "@types/mdast": "^4.0.4",
138
125
  "@types/node": "^22.10.2",
139
126
  "@types/node-gettext": "^3.0.6",
140
127
  "@types/object-hash": "^3.0.6",
141
128
  "@types/plist": "^3.0.5",
142
- "@types/properties-parser": "^0.3.3",
143
129
  "@types/xml2js": "^0.4.14",
144
- "tsup": "^8.3.5"
130
+ "tsup": "^8.3.5",
131
+ "typescript": "^5.7.2",
132
+ "vitest": "^3.1.2"
145
133
  },
146
134
  "engines": {
147
135
  "node": ">=18"