lingo.dev 0.63.0 → 0.63.2
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/package.json +2 -25
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,22 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lingo.dev",
|
|
3
|
-
"version": "0.63.
|
|
3
|
+
"version": "0.63.2",
|
|
4
4
|
"description": "Lingo.dev CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": false,
|
|
8
|
-
"exports": {
|
|
9
|
-
"./react": {
|
|
10
|
-
"types": "./build/react.d.ts",
|
|
11
|
-
"import": "./build/react.mjs",
|
|
12
|
-
"require": "./build/react.cjs"
|
|
13
|
-
},
|
|
14
|
-
"./react-next": {
|
|
15
|
-
"types": "./build/react-next.d.ts",
|
|
16
|
-
"import": "./build/react-next.mjs",
|
|
17
|
-
"require": "./build/react-next.cjs"
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
8
|
"engines": {
|
|
21
9
|
"node": ">=18"
|
|
22
10
|
},
|
|
@@ -28,21 +16,10 @@
|
|
|
28
16
|
"build",
|
|
29
17
|
"content"
|
|
30
18
|
],
|
|
31
|
-
"scripts": {
|
|
32
|
-
"replexica": "./bin/cli.mjs",
|
|
33
|
-
"i18n": "node ./bin/cli.mjs i18n",
|
|
34
|
-
"dev": "tsup --watch",
|
|
35
|
-
"build": "tsc --noEmit && tsup"
|
|
36
|
-
},
|
|
37
19
|
"keywords": [],
|
|
38
20
|
"author": "",
|
|
39
21
|
"license": "Apache-2.0",
|
|
40
22
|
"dependencies": {
|
|
41
|
-
"@replexica/cli": "
|
|
42
|
-
"@replexica/react": "workspace:*",
|
|
43
|
-
"typescript": "^5.7.2"
|
|
44
|
-
},
|
|
45
|
-
"devDependencies": {
|
|
46
|
-
"tsup": "^8.3.5"
|
|
23
|
+
"@replexica/cli": "*"
|
|
47
24
|
}
|
|
48
25
|
}
|
package/readme.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[](https://github.com/replexica/replexica/actions/workflows/release.yml)
|
|
9
9
|
[](https://github.com/replexica/replexica/blob/main/LICENSE.md)
|
|
10
10
|
|
|
11
|
-
[Docs](https://lingo.dev/docs) •
|
|
11
|
+
[Docs](https://lingo.dev/go/docs) •
|
|
12
12
|
[Website](https://lingo.dev)
|
|
13
13
|
|
|
14
14
|
Lingo.dev is a localization engine for React, to ship multi-lingual apps fast and reach more users.
|
|
@@ -19,4 +19,4 @@ Lingo.dev comes with an open-source tools and an i18n API in the cloud that perf
|
|
|
19
19
|
|
|
20
20
|
## Getting Started
|
|
21
21
|
|
|
22
|
-
Check out our [Docs](https://lingo.dev/docs) for more detailed guides on how to use Lingo.dev with your app!
|
|
22
|
+
Check out our [Docs](https://lingo.dev/go/docs) for more detailed guides on how to use Lingo.dev with your app!
|