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 CHANGED
@@ -3180,7 +3180,7 @@ function displaySummary(results) {
3180
3180
  // package.json
3181
3181
  var package_default = {
3182
3182
  name: "lingo.dev",
3183
- version: "0.74.2",
3183
+ version: "0.74.3",
3184
3184
  description: "Lingo.dev CLI",
3185
3185
  private: false,
3186
3186
  publishConfig: {
@@ -3223,6 +3223,8 @@ var package_default = {
3223
3223
  author: "",
3224
3224
  license: "Apache-2.0",
3225
3225
  dependencies: {
3226
+ "@lingo.dev/_sdk": "workspace:*",
3227
+ "@lingo.dev/_spec": "workspace:*",
3226
3228
  "@datocms/cma-client-node": "^3.4.0",
3227
3229
  "@inquirer/prompts": "^7.2.3",
3228
3230
  "@paralleldrive/cuid2": "^2.2.2",
@@ -3273,8 +3275,6 @@ var package_default = {
3273
3275
  zod: "^3.24.1"
3274
3276
  },
3275
3277
  devDependencies: {
3276
- "@lingo.dev/_sdk": "workspace:*",
3277
- "@lingo.dev/_spec": "workspace:*",
3278
3278
  "@types/cors": "^2.8.17",
3279
3279
  "@types/diff": "^7.0.0",
3280
3280
  "@types/express": "^5.0.0",