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.cjs +9 -3
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +9 -3
- package/build/cli.mjs.map +1 -1
- package/package.json +14 -8
package/build/cli.cjs
CHANGED
|
@@ -14604,11 +14604,17 @@ async function renderHero2() {
|
|
|
14604
14604
|
// package.json
|
|
14605
14605
|
var package_default = {
|
|
14606
14606
|
name: "lingo.dev",
|
|
14607
|
-
version: "0.117.
|
|
14607
|
+
version: "0.117.13",
|
|
14608
14608
|
description: "Lingo.dev CLI",
|
|
14609
14609
|
private: false,
|
|
14610
|
+
repository: {
|
|
14611
|
+
type: "git",
|
|
14612
|
+
url: "https://github.com/lingodotdev/lingo.dev.git",
|
|
14613
|
+
directory: "packages/cli"
|
|
14614
|
+
},
|
|
14610
14615
|
publishConfig: {
|
|
14611
|
-
access: "public"
|
|
14616
|
+
access: "public",
|
|
14617
|
+
provenance: true
|
|
14612
14618
|
},
|
|
14613
14619
|
type: "module",
|
|
14614
14620
|
sideEffects: false,
|
|
@@ -14805,7 +14811,7 @@ var package_default = {
|
|
|
14805
14811
|
plist: "3.1.0",
|
|
14806
14812
|
"posthog-node": "5.14.0",
|
|
14807
14813
|
prettier: "3.6.2",
|
|
14808
|
-
react: "19.2.
|
|
14814
|
+
react: "19.2.1",
|
|
14809
14815
|
"rehype-stringify": "10.0.1",
|
|
14810
14816
|
"remark-disable-tokenizers": "1.1.1",
|
|
14811
14817
|
"remark-frontmatter": "5.0.0",
|