lingo.dev 0.110.5 → 0.111.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/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.cjs
CHANGED
|
@@ -10800,7 +10800,7 @@ async function renderHero2() {
|
|
|
10800
10800
|
// package.json
|
|
10801
10801
|
var package_default = {
|
|
10802
10802
|
name: "lingo.dev",
|
|
10803
|
-
version: "0.
|
|
10803
|
+
version: "0.111.0",
|
|
10804
10804
|
description: "Lingo.dev CLI",
|
|
10805
10805
|
private: false,
|
|
10806
10806
|
publishConfig: {
|