lingo.dev 0.114.5 → 0.115.0
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/README.md +1 -1
- package/build/cli.cjs +1 -1
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +1 -1
- package/build/cli.mjs.map +1 -1
- package/package.json +5 -5
package/build/cli.mjs
CHANGED
|
@@ -13530,7 +13530,7 @@ async function renderHero2() {
|
|
|
13530
13530
|
// package.json
|
|
13531
13531
|
var package_default = {
|
|
13532
13532
|
name: "lingo.dev",
|
|
13533
|
-
version: "0.
|
|
13533
|
+
version: "0.115.0",
|
|
13534
13534
|
description: "Lingo.dev CLI",
|
|
13535
13535
|
private: false,
|
|
13536
13536
|
publishConfig: {
|