lingo.dev 0.74.0 → 0.74.2

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-D7CRCYTW.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.0",
3183
+ version: "0.74.2",
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: {
@@ -3270,8 +3273,8 @@ var package_default = {
3270
3273
  zod: "^3.24.1"
3271
3274
  },
3272
3275
  devDependencies: {
3273
- "@lingo.dev/sdk": "workspace:*",
3274
- "@lingo.dev/spec": "workspace:*",
3276
+ "@lingo.dev/_sdk": "workspace:*",
3277
+ "@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",