lingo.dev 0.93.3 → 0.93.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lingo.dev",
3
- "version": "0.93.3",
3
+ "version": "0.93.4",
4
4
  "description": "Lingo.dev CLI",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -34,16 +34,31 @@
34
34
  "import": "./build/react.mjs",
35
35
  "require": "./build/react.cjs"
36
36
  },
37
+ "./react-client": {
38
+ "types": "./build/react/client.d.ts",
39
+ "import": "./build/react/client.mjs",
40
+ "require": "./build/react/client.cjs"
41
+ },
37
42
  "./react/client": {
38
43
  "types": "./build/react/client.d.ts",
39
44
  "import": "./build/react/client.mjs",
40
45
  "require": "./build/react/client.cjs"
41
46
  },
47
+ "./react-rsc": {
48
+ "types": "./build/react/rsc.d.ts",
49
+ "import": "./build/react/rsc.mjs",
50
+ "require": "./build/react/rsc.cjs"
51
+ },
42
52
  "./react/rsc": {
43
53
  "types": "./build/react/rsc.d.ts",
44
54
  "import": "./build/react/rsc.mjs",
45
55
  "require": "./build/react/rsc.cjs"
46
56
  },
57
+ "./react-router": {
58
+ "types": "./build/react/react-router.d.ts",
59
+ "import": "./build/react/react-router.mjs",
60
+ "require": "./build/react/react-router.cjs"
61
+ },
47
62
  "./react/react-router": {
48
63
  "types": "./build/react/react-router.d.ts",
49
64
  "import": "./build/react/react-router.mjs",
@@ -170,7 +185,7 @@
170
185
  "@lingo.dev/_sdk": "0.8.0",
171
186
  "@lingo.dev/_spec": "0.34.0",
172
187
  "@lingo.dev/_react": "0.1.1",
173
- "@lingo.dev/_compiler": "0.1.2"
188
+ "@lingo.dev/_compiler": "0.1.3"
174
189
  },
175
190
  "devDependencies": {
176
191
  "@types/babel__generator": "^7.27.0",