lingo.dev 0.92.7 → 0.92.9
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/build/cli.cjs +963 -148
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +972 -157
- package/build/cli.mjs.map +1 -1
- package/package.json +15 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lingo.dev",
|
|
3
|
-
"version": "0.92.
|
|
3
|
+
"version": "0.92.9",
|
|
4
4
|
"description": "Lingo.dev CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -49,20 +49,22 @@
|
|
|
49
49
|
"author": "",
|
|
50
50
|
"license": "Apache-2.0",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@ai-sdk/anthropic": "^1.2.
|
|
53
|
-
"@ai-sdk/openai": "^1.3.
|
|
52
|
+
"@ai-sdk/anthropic": "^1.2.11",
|
|
53
|
+
"@ai-sdk/openai": "^1.3.22",
|
|
54
54
|
"@babel/generator": "^7.27.1",
|
|
55
55
|
"@babel/parser": "^7.27.1",
|
|
56
56
|
"@babel/traverse": "^7.27.1",
|
|
57
57
|
"@babel/types": "^7.27.1",
|
|
58
58
|
"@datocms/cma-client-node": "^4.0.1",
|
|
59
59
|
"@gitbeaker/rest": "^39.34.3",
|
|
60
|
+
"@inkjs/ui": "^2.0.0",
|
|
60
61
|
"@inquirer/prompts": "^7.4.1",
|
|
61
62
|
"@modelcontextprotocol/sdk": "^1.5.0",
|
|
62
63
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
63
|
-
"ai": "^4.3.
|
|
64
|
+
"ai": "^4.3.15",
|
|
64
65
|
"bitbucket": "^2.12.0",
|
|
65
66
|
"chalk": "^5.4.1",
|
|
67
|
+
"cli-progress": "^3.12.0",
|
|
66
68
|
"cli-table3": "^0.6.5",
|
|
67
69
|
"cors": "^2.8.5",
|
|
68
70
|
"csv-parse": "^5.6.0",
|
|
@@ -80,12 +82,16 @@
|
|
|
80
82
|
"gradient-string": "^3.0.0",
|
|
81
83
|
"gray-matter": "^4.0.3",
|
|
82
84
|
"ini": "^5.0.0",
|
|
85
|
+
"ink": "^4.2.0",
|
|
86
|
+
"ink-progress-bar": "^3.0.0",
|
|
87
|
+
"ink-spinner": "^5.0.0",
|
|
83
88
|
"inquirer": "^12.6.0",
|
|
84
89
|
"interactive-commander": "^0.5.194",
|
|
85
90
|
"is-url": "^1.2.4",
|
|
86
91
|
"jsdom": "^25.0.1",
|
|
87
92
|
"json5": "^2.2.3",
|
|
88
93
|
"jsonrepair": "^3.11.2",
|
|
94
|
+
"listr2": "^8.3.2",
|
|
89
95
|
"lodash": "^4.17.21",
|
|
90
96
|
"marked": "^15.0.6",
|
|
91
97
|
"mdast-util-from-markdown": "^2.0.2",
|
|
@@ -102,6 +108,7 @@
|
|
|
102
108
|
"plist": "^3.1.0",
|
|
103
109
|
"posthog-node": "^4.17.0",
|
|
104
110
|
"prettier": "^3.4.2",
|
|
111
|
+
"react": "^18.3.1",
|
|
105
112
|
"rehype-stringify": "^10.0.1",
|
|
106
113
|
"remark-disable-tokenizers": "^1.1.1",
|
|
107
114
|
"remark-frontmatter": "^5.0.0",
|
|
@@ -120,11 +127,12 @@
|
|
|
120
127
|
"xpath": "^0.0.34",
|
|
121
128
|
"yaml": "^2.7.0",
|
|
122
129
|
"zod": "^3.24.1",
|
|
123
|
-
"@lingo.dev/_sdk": "0.7.
|
|
124
|
-
"@lingo.dev/_spec": "0.33.
|
|
130
|
+
"@lingo.dev/_sdk": "0.7.42",
|
|
131
|
+
"@lingo.dev/_spec": "0.33.2"
|
|
125
132
|
},
|
|
126
133
|
"devDependencies": {
|
|
127
134
|
"@types/babel__generator": "^7.27.0",
|
|
135
|
+
"@types/cli-progress": "^3.11.6",
|
|
128
136
|
"@types/cors": "^2.8.17",
|
|
129
137
|
"@types/diff": "^7.0.0",
|
|
130
138
|
"@types/express": "^5.0.1",
|
|
@@ -140,6 +148,7 @@
|
|
|
140
148
|
"@types/node-gettext": "^3.0.6",
|
|
141
149
|
"@types/object-hash": "^3.0.6",
|
|
142
150
|
"@types/plist": "^3.0.5",
|
|
151
|
+
"@types/react": "^18.3.20",
|
|
143
152
|
"@types/xml2js": "^0.4.14",
|
|
144
153
|
"tsup": "^8.3.5",
|
|
145
154
|
"typescript": "^5.8.3",
|