lingo.dev 0.107.0 → 0.107.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.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 +3 -3
package/build/cli.mjs
CHANGED
|
@@ -10342,7 +10342,7 @@ async function renderHero2() {
|
|
|
10342
10342
|
// package.json
|
|
10343
10343
|
var package_default = {
|
|
10344
10344
|
name: "lingo.dev",
|
|
10345
|
-
version: "0.107.
|
|
10345
|
+
version: "0.107.1",
|
|
10346
10346
|
description: "Lingo.dev CLI",
|
|
10347
10347
|
private: false,
|
|
10348
10348
|
publishConfig: {
|