lingo.dev 0.126.1 → 0.128.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 +2 -1
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +2 -1
- package/build/cli.mjs.map +1 -1
- package/package.json +2 -1
package/build/cli.cjs
CHANGED
|
@@ -15178,7 +15178,7 @@ async function renderHero2() {
|
|
|
15178
15178
|
// package.json
|
|
15179
15179
|
var package_default = {
|
|
15180
15180
|
name: "lingo.dev",
|
|
15181
|
-
version: "0.
|
|
15181
|
+
version: "0.128.0",
|
|
15182
15182
|
description: "Lingo.dev CLI",
|
|
15183
15183
|
private: false,
|
|
15184
15184
|
repository: {
|
|
@@ -15286,6 +15286,7 @@ var package_default = {
|
|
|
15286
15286
|
}
|
|
15287
15287
|
},
|
|
15288
15288
|
bin: {
|
|
15289
|
+
lingo: "./bin/cli.mjs",
|
|
15289
15290
|
"lingo.dev": "./bin/cli.mjs"
|
|
15290
15291
|
},
|
|
15291
15292
|
files: [
|