lingo.dev 0.99.7 → 0.100.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.99.7",
3
+ "version": "0.100.0",
4
4
  "description": "Lingo.dev CLI",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -118,6 +118,7 @@
118
118
  "@modelcontextprotocol/sdk": "^1.5.0",
119
119
  "@openrouter/ai-sdk-provider": "^0.7.1",
120
120
  "@paralleldrive/cuid2": "^2.2.2",
121
+ "@types/ejs": "^3.1.5",
121
122
  "ai": "^4.3.15",
122
123
  "bitbucket": "^2.12.0",
123
124
  "chalk": "^5.4.1",
@@ -130,6 +131,7 @@
130
131
  "dedent": "^1.5.3",
131
132
  "diff": "^7.0.0",
132
133
  "dotenv": "^16.4.7",
134
+ "ejs": "^3.1.10",
133
135
  "express": "^5.1.0",
134
136
  "external-editor": "^3.1.0",
135
137
  "figlet": "^1.8.0",
@@ -185,10 +187,10 @@
185
187
  "xpath": "^0.0.34",
186
188
  "yaml": "^2.7.0",
187
189
  "zod": "^3.24.1",
188
- "@lingo.dev/_compiler": "0.3.5",
190
+ "@lingo.dev/_compiler": "0.4.1",
189
191
  "@lingo.dev/_react": "0.4.0",
190
- "@lingo.dev/_sdk": "0.9.2",
191
- "@lingo.dev/_spec": "0.36.0"
192
+ "@lingo.dev/_sdk": "0.9.3",
193
+ "@lingo.dev/_spec": "0.37.0"
192
194
  },
193
195
  "devDependencies": {
194
196
  "@types/babel__generator": "^7.27.0",