@lingo.dev/compiler 0.1.4 → 0.1.6

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.
@@ -1,5 +1,5 @@
1
1
  import { PropsWithChildren } from "react";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
  import { LocaleCode } from "lingo.dev/spec";
4
4
 
5
5
  //#region src/react/shared/LingoProvider.d.ts
@@ -70,7 +70,7 @@ declare function LingoProvider__Dev({
70
70
  router,
71
71
  devWidget,
72
72
  children
73
- }: LingoProviderProps): react_jsx_runtime2.JSX.Element;
73
+ }: LingoProviderProps): react_jsx_runtime1.JSX.Element;
74
74
  //#endregion
75
75
  export { LingoProvider, LingoProviderProps };
76
76
  //# sourceMappingURL=LingoProvider.d.mts.map
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties } from "react";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
3
3
  import { LocaleCode } from "lingo.dev/spec";
4
4
 
5
5
  //#region src/react/shared/LocaleSwitcher.d.ts
@@ -65,7 +65,7 @@ declare function LocaleSwitcher({
65
65
  style,
66
66
  className,
67
67
  showLoadingState
68
- }: LocaleSwitcherProps): react_jsx_runtime1.JSX.Element;
68
+ }: LocaleSwitcherProps): react_jsx_runtime2.JSX.Element;
69
69
  //#endregion
70
70
  export { LocaleSwitcher };
71
71
  //# sourceMappingURL=LocaleSwitcher.d.mts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingo.dev/compiler",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Lingo.dev Compiler",
5
5
  "private": false,
6
6
  "repository": {
@@ -120,48 +120,48 @@
120
120
  "author": "",
121
121
  "license": "ISC",
122
122
  "devDependencies": {
123
- "@playwright/test": "^1.56.1",
124
- "@types/babel__core": "^7.20.5",
125
- "@types/babel__generator": "^7.27.0",
126
- "@types/babel__traverse": "^7.28.0",
123
+ "@playwright/test": "1.56.1",
124
+ "@types/babel__core": "7.20.5",
125
+ "@types/babel__generator": "7.27.0",
126
+ "@types/babel__traverse": "7.28.0",
127
127
  "@types/ini": "4.1.1",
128
- "@types/node": "^25.0.3",
129
- "@types/proper-lockfile": "^4.1.4",
130
- "@types/react": "^19.2.7",
131
- "@types/react-dom": "^19.2.3",
132
- "@types/ws": "^8.18.1",
133
- "next": "^16.1.0",
134
- "tsdown": "^0.18.2",
135
- "tsx": "^4.21.0",
136
- "typescript": "^5.9.3",
137
- "unplugin": "^2.3.11",
138
- "vitest": "^4.0.16"
128
+ "@types/node": "25.0.3",
129
+ "@types/proper-lockfile": "4.1.4",
130
+ "@types/react": "19.2.7",
131
+ "@types/react-dom": "19.2.3",
132
+ "@types/ws": "8.18.1",
133
+ "next": "16.1.0",
134
+ "tsdown": "0.18.2",
135
+ "tsx": "4.21.0",
136
+ "typescript": "5.9.3",
137
+ "unplugin": "2.3.11",
138
+ "vitest": "4.0.16"
139
139
  },
140
140
  "dependencies": {
141
- "@ai-sdk/google": "^3.0.1",
142
- "@ai-sdk/groq": "^3.0.1",
143
- "@ai-sdk/mistral": "^3.0.1",
144
- "@babel/core": "^7.26.0",
145
- "@babel/generator": "^7.28.5",
146
- "@babel/parser": "^7.28.5",
147
- "@babel/preset-react": "^7.26.3",
148
- "@babel/preset-typescript": "^7.26.0",
149
- "@babel/traverse": "^7.28.5",
150
- "@babel/types": "^7.28.5",
151
- "@formatjs/icu-messageformat-parser": "^3.1.1",
152
- "@openrouter/ai-sdk-provider": "^1.5.4",
153
- "ai": "^6.0.3",
154
- "ai-sdk-ollama": "^3.0.0",
155
- "dotenv": "^17.2.3",
156
- "fast-xml-parser": "^5.3.3",
141
+ "@ai-sdk/google": "3.0.1",
142
+ "@ai-sdk/groq": "3.0.1",
143
+ "@ai-sdk/mistral": "3.0.1",
144
+ "@babel/core": "7.26.0",
145
+ "@babel/generator": "7.28.5",
146
+ "@babel/parser": "7.28.5",
147
+ "@babel/preset-react": "7.26.3",
148
+ "@babel/preset-typescript": "7.26.0",
149
+ "@babel/traverse": "7.28.5",
150
+ "@babel/types": "7.28.5",
151
+ "@formatjs/icu-messageformat-parser": "3.1.1",
152
+ "@openrouter/ai-sdk-provider": "1.5.4",
153
+ "ai": "6.0.3",
154
+ "ai-sdk-ollama": "3.0.0",
155
+ "dotenv": "17.2.3",
156
+ "fast-xml-parser": "5.3.3",
157
157
  "ini": "5.0.0",
158
- "intl-messageformat": "^11.0.6",
159
- "lodash": "^4.17.21",
158
+ "intl-messageformat": "11.0.6",
159
+ "lodash": "4.17.21",
160
160
  "node-machine-id": "1.1.12",
161
161
  "posthog-node": "5.14.0",
162
- "proper-lockfile": "^4.1.2",
163
- "ws": "^8.18.3",
164
- "lingo.dev": "^0.117.25"
162
+ "proper-lockfile": "4.1.2",
163
+ "ws": "8.18.3",
164
+ "lingo.dev": "^0.119.0"
165
165
  },
166
166
  "peerDependencies": {
167
167
  "next": "^15.0.0 || ^16.0.4",