lingo.dev 0.74.2 → 0.74.3
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 +3 -3
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +3 -3
- package/build/cli.mjs.map +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lingo.dev",
|
|
3
|
-
"version": "0.74.
|
|
3
|
+
"version": "0.74.3",
|
|
4
4
|
"description": "Lingo.dev CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -83,7 +83,9 @@
|
|
|
83
83
|
"xmldom": "^0.6.0",
|
|
84
84
|
"xpath": "^0.0.34",
|
|
85
85
|
"yaml": "^2.7.0",
|
|
86
|
-
"zod": "^3.24.1"
|
|
86
|
+
"zod": "^3.24.1",
|
|
87
|
+
"@lingo.dev/_sdk": "0.7.13",
|
|
88
|
+
"@lingo.dev/_spec": "0.24.3"
|
|
87
89
|
},
|
|
88
90
|
"devDependencies": {
|
|
89
91
|
"@types/cors": "^2.8.17",
|
|
@@ -104,9 +106,7 @@
|
|
|
104
106
|
"@types/properties-parser": "^0.3.3",
|
|
105
107
|
"@types/xml2js": "^0.4.14",
|
|
106
108
|
"@types/xmldom": "^0.1.34",
|
|
107
|
-
"tsup": "^8.3.5"
|
|
108
|
-
"@lingo.dev/_sdk": "0.7.13",
|
|
109
|
-
"@lingo.dev/_spec": "0.24.3"
|
|
109
|
+
"tsup": "^8.3.5"
|
|
110
110
|
},
|
|
111
111
|
"engines": {
|
|
112
112
|
"node": ">=18"
|