lingo.dev 0.123.0 → 0.125.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 -2
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +2 -2
- package/build/cli.mjs.map +1 -1
- package/package.json +2 -2
package/build/cli.mjs
CHANGED
|
@@ -15191,7 +15191,7 @@ async function renderHero2() {
|
|
|
15191
15191
|
// package.json
|
|
15192
15192
|
var package_default = {
|
|
15193
15193
|
name: "lingo.dev",
|
|
15194
|
-
version: "0.
|
|
15194
|
+
version: "0.125.0",
|
|
15195
15195
|
description: "Lingo.dev CLI",
|
|
15196
15196
|
private: false,
|
|
15197
15197
|
repository: {
|
|
@@ -15299,7 +15299,7 @@ var package_default = {
|
|
|
15299
15299
|
}
|
|
15300
15300
|
},
|
|
15301
15301
|
bin: {
|
|
15302
|
-
lingo: "./bin/cli.mjs"
|
|
15302
|
+
"lingo.dev": "./bin/cli.mjs"
|
|
15303
15303
|
},
|
|
15304
15304
|
files: [
|
|
15305
15305
|
"bin",
|