lingo.dev 0.111.3 → 0.111.4

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.111.3",
3
+ "version": "0.111.4",
4
4
  "description": "Lingo.dev CLI",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -98,7 +98,8 @@
98
98
  },
99
99
  "files": [
100
100
  "bin",
101
- "build"
101
+ "build",
102
+ "assets"
102
103
  ],
103
104
  "keywords": [],
104
105
  "author": "",
@@ -190,10 +191,10 @@
190
191
  "xpath": "^0.0.34",
191
192
  "yaml": "^2.7.0",
192
193
  "zod": "^3.25.76",
193
- "@lingo.dev/_compiler": "0.7.8",
194
194
  "@lingo.dev/_sdk": "0.12.1",
195
195
  "@lingo.dev/_react": "0.5.0",
196
- "@lingo.dev/_spec": "0.40.1"
196
+ "@lingo.dev/_spec": "0.40.1",
197
+ "@lingo.dev/_compiler": "0.7.8"
197
198
  },
198
199
  "devDependencies": {
199
200
  "@types/babel__generator": "^7.27.0",