lingo.dev 0.74.1 → 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.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ReplexicaEngine
3
- } from "./chunk-7XY32L2H.mjs";
3
+ } from "./chunk-XU7ZJKQ2.mjs";
4
4
  import {
5
5
  bucketTypeSchema,
6
6
  bucketTypes,
@@ -3180,9 +3180,12 @@ function displaySummary(results) {
3180
3180
  // package.json
3181
3181
  var package_default = {
3182
3182
  name: "lingo.dev",
3183
- version: "0.74.1",
3183
+ version: "0.74.3",
3184
3184
  description: "Lingo.dev CLI",
3185
3185
  private: false,
3186
+ publishConfig: {
3187
+ access: "public"
3188
+ },
3186
3189
  type: "module",
3187
3190
  sideEffects: false,
3188
3191
  exports: {
@@ -3220,6 +3223,8 @@ var package_default = {
3220
3223
  author: "",
3221
3224
  license: "Apache-2.0",
3222
3225
  dependencies: {
3226
+ "@lingo.dev/_sdk": "workspace:*",
3227
+ "@lingo.dev/_spec": "workspace:*",
3223
3228
  "@datocms/cma-client-node": "^3.4.0",
3224
3229
  "@inquirer/prompts": "^7.2.3",
3225
3230
  "@paralleldrive/cuid2": "^2.2.2",
@@ -3270,8 +3275,6 @@ var package_default = {
3270
3275
  zod: "^3.24.1"
3271
3276
  },
3272
3277
  devDependencies: {
3273
- "@lingo.dev/~sdk": "workspace:*",
3274
- "@lingo.dev/~spec": "workspace:*",
3275
3278
  "@types/cors": "^2.8.17",
3276
3279
  "@types/diff": "^7.0.0",
3277
3280
  "@types/express": "^5.0.0",