lingo.dev 0.117.11 → 0.117.13

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
@@ -14600,11 +14600,17 @@ async function renderHero2() {
14600
14600
  // package.json
14601
14601
  var package_default = {
14602
14602
  name: "lingo.dev",
14603
- version: "0.117.11",
14603
+ version: "0.117.13",
14604
14604
  description: "Lingo.dev CLI",
14605
14605
  private: false,
14606
+ repository: {
14607
+ type: "git",
14608
+ url: "https://github.com/lingodotdev/lingo.dev.git",
14609
+ directory: "packages/cli"
14610
+ },
14606
14611
  publishConfig: {
14607
- access: "public"
14612
+ access: "public",
14613
+ provenance: true
14608
14614
  },
14609
14615
  type: "module",
14610
14616
  sideEffects: false,
@@ -14801,7 +14807,7 @@ var package_default = {
14801
14807
  plist: "3.1.0",
14802
14808
  "posthog-node": "5.14.0",
14803
14809
  prettier: "3.6.2",
14804
- react: "19.2.0",
14810
+ react: "19.2.1",
14805
14811
  "rehype-stringify": "10.0.1",
14806
14812
  "remark-disable-tokenizers": "1.1.1",
14807
14813
  "remark-frontmatter": "5.0.0",