lingo.dev 0.92.19 → 0.93.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
@@ -6580,7 +6580,7 @@ async function renderHero() {
6580
6580
  // package.json
6581
6581
  var package_default = {
6582
6582
  name: "lingo.dev",
6583
- version: "0.92.19",
6583
+ version: "0.93.1",
6584
6584
  description: "Lingo.dev CLI",
6585
6585
  private: false,
6586
6586
  publishConfig: {
@@ -6603,6 +6603,31 @@ var package_default = {
6603
6603
  types: "./build/spec.d.ts",
6604
6604
  import: "./build/spec.mjs",
6605
6605
  require: "./build/spec.cjs"
6606
+ },
6607
+ "./compiler": {
6608
+ types: "./build/compiler.d.ts",
6609
+ import: "./build/compiler.mjs",
6610
+ require: "./build/compiler.cjs"
6611
+ },
6612
+ "./react": {
6613
+ types: "./build/react.d.ts",
6614
+ import: "./build/react.mjs",
6615
+ require: "./build/react.cjs"
6616
+ },
6617
+ "./react/client": {
6618
+ types: "./build/react/client.d.ts",
6619
+ import: "./build/react/client.mjs",
6620
+ require: "./build/react/client.cjs"
6621
+ },
6622
+ "./react/rsc": {
6623
+ types: "./build/react/rsc.d.ts",
6624
+ import: "./build/react/rsc.mjs",
6625
+ require: "./build/react/rsc.cjs"
6626
+ },
6627
+ "./react/react-router": {
6628
+ types: "./build/react/react-router.d.ts",
6629
+ import: "./build/react/react-router.mjs",
6630
+ require: "./build/react/react-router.cjs"
6606
6631
  }
6607
6632
  },
6608
6633
  typesVersions: {
@@ -6615,6 +6640,21 @@ var package_default = {
6615
6640
  ],
6616
6641
  spec: [
6617
6642
  "./build/spec.d.ts"
6643
+ ],
6644
+ compiler: [
6645
+ "./build/compiler.d.ts"
6646
+ ],
6647
+ react: [
6648
+ "./build/react.d.ts"
6649
+ ],
6650
+ "react/client": [
6651
+ "./build/react/client.d.ts"
6652
+ ],
6653
+ "react/rsc": [
6654
+ "./build/react/rsc.d.ts"
6655
+ ],
6656
+ "react/react-router": [
6657
+ "./build/react/react-router.d.ts"
6618
6658
  ]
6619
6659
  }
6620
6660
  },
@@ -6649,6 +6689,8 @@ var package_default = {
6649
6689
  "@inquirer/prompts": "^7.4.1",
6650
6690
  "@lingo.dev/_sdk": "workspace:*",
6651
6691
  "@lingo.dev/_spec": "workspace:*",
6692
+ "@lingo.dev/_react": "workspace:*",
6693
+ "@lingo.dev/_compiler": "workspace:*",
6652
6694
  "@modelcontextprotocol/sdk": "^1.5.0",
6653
6695
  "@paralleldrive/cuid2": "^2.2.2",
6654
6696
  ai: "^4.3.15",