lingo.dev 0.101.0 → 0.102.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.101.0",
3
+ "version": "0.102.0",
4
4
  "description": "Lingo.dev CLI",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -123,6 +123,7 @@
123
123
  "ai": "^4.3.15",
124
124
  "bitbucket": "^2.12.0",
125
125
  "chalk": "^5.4.1",
126
+ "chokidar": "^4.0.3",
126
127
  "cli-progress": "^3.12.0",
127
128
  "cli-table3": "^0.6.5",
128
129
  "cors": "^2.8.5",
@@ -195,6 +196,7 @@
195
196
  },
196
197
  "devDependencies": {
197
198
  "@types/babel__generator": "^7.27.0",
199
+ "@types/chokidar": "^2.1.7",
198
200
  "@types/cli-progress": "^3.11.6",
199
201
  "@types/cors": "^2.8.17",
200
202
  "@types/diff": "^7.0.0",