lingo.dev 0.114.2 → 0.114.3
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 +3 -3
package/build/cli.mjs
CHANGED
|
@@ -13510,7 +13510,7 @@ async function renderHero2() {
|
|
|
13510
13510
|
// package.json
|
|
13511
13511
|
var package_default = {
|
|
13512
13512
|
name: "lingo.dev",
|
|
13513
|
-
version: "0.114.
|
|
13513
|
+
version: "0.114.3",
|
|
13514
13514
|
description: "Lingo.dev CLI",
|
|
13515
13515
|
private: false,
|
|
13516
13516
|
publishConfig: {
|