lingo.dev 0.111.6 → 0.111.8

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
@@ -11109,7 +11109,7 @@ async function renderHero2() {
11109
11109
  // package.json
11110
11110
  var package_default = {
11111
11111
  name: "lingo.dev",
11112
- version: "0.111.6",
11112
+ version: "0.111.8",
11113
11113
  description: "Lingo.dev CLI",
11114
11114
  private: false,
11115
11115
  publishConfig: {
@@ -11172,6 +11172,11 @@ var package_default = {
11172
11172
  types: "./build/react/react-router.d.ts",
11173
11173
  import: "./build/react/react-router.mjs",
11174
11174
  require: "./build/react/react-router.cjs"
11175
+ },
11176
+ "./locale-codes": {
11177
+ types: "./build/locale-codes.d.ts",
11178
+ import: "./build/locale-codes.mjs",
11179
+ require: "./build/locale-codes.cjs"
11175
11180
  }
11176
11181
  },
11177
11182
  typesVersions: {
@@ -11199,6 +11204,9 @@ var package_default = {
11199
11204
  ],
11200
11205
  "react/react-router": [
11201
11206
  "./build/react/react-router.d.ts"
11207
+ ],
11208
+ "locale-codes": [
11209
+ "./build/locale-codes.d.ts"
11202
11210
  ]
11203
11211
  }
11204
11212
  },
@@ -11236,6 +11244,7 @@ var package_default = {
11236
11244
  "@inkjs/ui": "^2.0.0",
11237
11245
  "@inquirer/prompts": "^7.8.0",
11238
11246
  "@lingo.dev/_compiler": "workspace:*",
11247
+ "@lingo.dev/_locales": "workspace:*",
11239
11248
  "@lingo.dev/_react": "workspace:*",
11240
11249
  "@lingo.dev/_sdk": "workspace:*",
11241
11250
  "@lingo.dev/_spec": "workspace:*",