lingo.dev 0.111.9 → 0.111.10
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 +4 -4
package/build/cli.mjs
CHANGED
|
@@ -11174,7 +11174,7 @@ async function renderHero2() {
|
|
|
11174
11174
|
// package.json
|
|
11175
11175
|
var package_default = {
|
|
11176
11176
|
name: "lingo.dev",
|
|
11177
|
-
version: "0.111.
|
|
11177
|
+
version: "0.111.10",
|
|
11178
11178
|
description: "Lingo.dev CLI",
|
|
11179
11179
|
private: false,
|
|
11180
11180
|
publishConfig: {
|