lingo.dev 0.74.0 → 0.74.1

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-7XY32L2H.mjs";
4
4
  import {
5
5
  bucketTypeSchema,
6
6
  bucketTypes,
@@ -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.0",
3183
+ version: "0.74.1",
3184
3184
  description: "Lingo.dev CLI",
3185
3185
  private: false,
3186
3186
  type: "module",
@@ -3270,8 +3270,8 @@ var package_default = {
3270
3270
  zod: "^3.24.1"
3271
3271
  },
3272
3272
  devDependencies: {
3273
- "@lingo.dev/sdk": "workspace:*",
3274
- "@lingo.dev/spec": "workspace:*",
3273
+ "@lingo.dev/~sdk": "workspace:*",
3274
+ "@lingo.dev/~spec": "workspace:*",
3275
3275
  "@types/cors": "^2.8.17",
3276
3276
  "@types/diff": "^7.0.0",
3277
3277
  "@types/express": "^5.0.0",