lingo.dev 0.120.0 → 0.121.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 +1 -1
package/build/cli.cjs
CHANGED
|
@@ -15239,7 +15239,7 @@ async function renderHero2() {
|
|
|
15239
15239
|
// package.json
|
|
15240
15240
|
var package_default = {
|
|
15241
15241
|
name: "lingo.dev",
|
|
15242
|
-
version: "0.
|
|
15242
|
+
version: "0.121.0",
|
|
15243
15243
|
description: "Lingo.dev CLI",
|
|
15244
15244
|
private: false,
|
|
15245
15245
|
repository: {
|