lingo.dev 0.126.0 → 0.127.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/README.md +2 -0
- 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 +3 -2
package/README.md
CHANGED
|
@@ -48,6 +48,8 @@
|
|
|
48
48
|
|
|
49
49
|
**Lingo.dev Compiler** is a free, open-source compiler middleware, designed to make any React app multilingual at build time without requiring any changes to the existing React components.
|
|
50
50
|
|
|
51
|
+
> **Note:** If you're using the legacy compiler (`@lingo.dev/_compiler`), please migrate to `@lingo.dev/compiler`. The legacy compiler is deprecated and will be removed in a future release.
|
|
52
|
+
|
|
51
53
|
Install once:
|
|
52
54
|
|
|
53
55
|
```bash
|
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.127.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: [
|