lingo.dev 0.124.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.cjs
CHANGED
|
@@ -15195,7 +15195,7 @@ async function renderHero2() {
|
|
|
15195
15195
|
// package.json
|
|
15196
15196
|
var package_default = {
|
|
15197
15197
|
name: "lingo.dev",
|
|
15198
|
-
version: "0.
|
|
15198
|
+
version: "0.125.0",
|
|
15199
15199
|
description: "Lingo.dev CLI",
|
|
15200
15200
|
private: false,
|
|
15201
15201
|
repository: {
|
|
@@ -15303,7 +15303,7 @@ var package_default = {
|
|
|
15303
15303
|
}
|
|
15304
15304
|
},
|
|
15305
15305
|
bin: {
|
|
15306
|
-
lingo: "./bin/cli.mjs"
|
|
15306
|
+
"lingo.dev": "./bin/cli.mjs"
|
|
15307
15307
|
},
|
|
15308
15308
|
files: [
|
|
15309
15309
|
"bin",
|