lingo.dev 0.87.14 → 0.87.15
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 +169 -6
- 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.mjs
CHANGED
|
@@ -5724,7 +5724,7 @@ function validateParams2(i18nConfig, flags) {
|
|
|
5724
5724
|
// package.json
|
|
5725
5725
|
var package_default = {
|
|
5726
5726
|
name: "lingo.dev",
|
|
5727
|
-
version: "0.87.
|
|
5727
|
+
version: "0.87.15",
|
|
5728
5728
|
description: "Lingo.dev CLI",
|
|
5729
5729
|
private: false,
|
|
5730
5730
|
publishConfig: {
|