lingo.dev 0.126.0 → 0.127.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/README.md +2 -0
- package/build/cli.cjs +2 -1
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +2 -1
- package/build/cli.mjs.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lingo.dev",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.127.0",
|
|
4
4
|
"description": "Lingo.dev CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
"bin": {
|
|
111
|
+
"lingo": "./bin/cli.mjs",
|
|
111
112
|
"lingo.dev": "./bin/cli.mjs"
|
|
112
113
|
},
|
|
113
114
|
"files": [
|
|
@@ -214,7 +215,7 @@
|
|
|
214
215
|
"xpath": "0.0.34",
|
|
215
216
|
"yaml": "2.8.1",
|
|
216
217
|
"zod": "4.1.12",
|
|
217
|
-
"@lingo.dev/_compiler": "0.10.
|
|
218
|
+
"@lingo.dev/_compiler": "0.10.1",
|
|
218
219
|
"@lingo.dev/_locales": "0.3.3",
|
|
219
220
|
"@lingo.dev/_react": "0.7.6",
|
|
220
221
|
"@lingo.dev/_sdk": "0.13.7",
|