lingo.dev 0.118.0 → 0.119.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.118.0",
3
+ "version": "0.119.0",
4
4
  "description": "Lingo.dev CLI",
5
5
  "private": false,
6
6
  "repository": {
@@ -113,7 +113,8 @@
113
113
  "files": [
114
114
  "bin",
115
115
  "build",
116
- "assets"
116
+ "assets",
117
+ "agents.md"
117
118
  ],
118
119
  "keywords": [],
119
120
  "author": "",
@@ -213,11 +214,11 @@
213
214
  "xpath": "0.0.34",
214
215
  "yaml": "2.8.1",
215
216
  "zod": "3.25.76",
216
- "@lingo.dev/_react": "0.7.5",
217
- "@lingo.dev/_sdk": "0.13.6",
217
+ "@lingo.dev/_compiler": "0.8.11",
218
218
  "@lingo.dev/_locales": "0.3.2",
219
+ "@lingo.dev/_react": "0.7.5",
219
220
  "@lingo.dev/_spec": "0.45.0",
220
- "@lingo.dev/_compiler": "0.8.11"
221
+ "@lingo.dev/_sdk": "0.13.6"
221
222
  },
222
223
  "devDependencies": {
223
224
  "@types/babel__generator": "7.27.0",