@lingo.dev/_compiler 0.7.4 → 0.7.5
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/build/index.cjs +4 -4
- package/build/index.mjs +4 -4
- package/package.json +3 -3
package/build/index.cjs
CHANGED
|
@@ -25,7 +25,7 @@ var _unplugin = require('unplugin');
|
|
|
25
25
|
// package.json
|
|
26
26
|
var package_default = {
|
|
27
27
|
name: "@lingo.dev/_compiler",
|
|
28
|
-
version: "0.7.
|
|
28
|
+
version: "0.7.5",
|
|
29
29
|
description: "Lingo.dev Compiler",
|
|
30
30
|
private: false,
|
|
31
31
|
publishConfig: {
|
|
@@ -59,7 +59,8 @@ var package_default = {
|
|
|
59
59
|
"@types/react": "^18.3.18",
|
|
60
60
|
next: "15.2.4",
|
|
61
61
|
tsup: "^8.3.5",
|
|
62
|
-
typescript: "^5.4.5"
|
|
62
|
+
typescript: "^5.4.5",
|
|
63
|
+
vitest: "^2.1.4"
|
|
63
64
|
},
|
|
64
65
|
dependencies: {
|
|
65
66
|
"@ai-sdk/google": "^1.2.19",
|
|
@@ -83,7 +84,6 @@ var package_default = {
|
|
|
83
84
|
"ollama-ai-provider": "^1.2.0",
|
|
84
85
|
prettier: "^3.4.2",
|
|
85
86
|
unplugin: "^2.1.2",
|
|
86
|
-
vitest: "^2.1.4",
|
|
87
87
|
zod: "^3.25.76",
|
|
88
88
|
"posthog-node": "^5.5.1",
|
|
89
89
|
"node-machine-id": "^1.1.12"
|
|
@@ -346,7 +346,7 @@ var src_default = {
|
|
|
346
346
|
turbopackConfigPath.rules ??= {};
|
|
347
347
|
const rules = turbopackConfigPath.rules;
|
|
348
348
|
const lingoGlob = `**/*.{ts,tsx,js,jsx}`;
|
|
349
|
-
const lingoLoaderPath = _chunkTMJ2TCIWcjs.__require.resolve("./lingo-turbopack-loader");
|
|
349
|
+
const lingoLoaderPath = _chunkTMJ2TCIWcjs.__require.resolve("./lingo-turbopack-loader.cjs");
|
|
350
350
|
rules[lingoGlob] = {
|
|
351
351
|
loaders: [
|
|
352
352
|
{
|
package/build/index.mjs
CHANGED
|
@@ -25,7 +25,7 @@ import { createUnplugin } from "unplugin";
|
|
|
25
25
|
// package.json
|
|
26
26
|
var package_default = {
|
|
27
27
|
name: "@lingo.dev/_compiler",
|
|
28
|
-
version: "0.7.
|
|
28
|
+
version: "0.7.5",
|
|
29
29
|
description: "Lingo.dev Compiler",
|
|
30
30
|
private: false,
|
|
31
31
|
publishConfig: {
|
|
@@ -59,7 +59,8 @@ var package_default = {
|
|
|
59
59
|
"@types/react": "^18.3.18",
|
|
60
60
|
next: "15.2.4",
|
|
61
61
|
tsup: "^8.3.5",
|
|
62
|
-
typescript: "^5.4.5"
|
|
62
|
+
typescript: "^5.4.5",
|
|
63
|
+
vitest: "^2.1.4"
|
|
63
64
|
},
|
|
64
65
|
dependencies: {
|
|
65
66
|
"@ai-sdk/google": "^1.2.19",
|
|
@@ -83,7 +84,6 @@ var package_default = {
|
|
|
83
84
|
"ollama-ai-provider": "^1.2.0",
|
|
84
85
|
prettier: "^3.4.2",
|
|
85
86
|
unplugin: "^2.1.2",
|
|
86
|
-
vitest: "^2.1.4",
|
|
87
87
|
zod: "^3.25.76",
|
|
88
88
|
"posthog-node": "^5.5.1",
|
|
89
89
|
"node-machine-id": "^1.1.12"
|
|
@@ -346,7 +346,7 @@ var src_default = {
|
|
|
346
346
|
turbopackConfigPath.rules ??= {};
|
|
347
347
|
const rules = turbopackConfigPath.rules;
|
|
348
348
|
const lingoGlob = `**/*.{ts,tsx,js,jsx}`;
|
|
349
|
-
const lingoLoaderPath = __require.resolve("./lingo-turbopack-loader");
|
|
349
|
+
const lingoLoaderPath = __require.resolve("./lingo-turbopack-loader.cjs");
|
|
350
350
|
rules[lingoGlob] = {
|
|
351
351
|
loaders: [
|
|
352
352
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lingo.dev/_compiler",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.5",
|
|
4
4
|
"description": "Lingo.dev Compiler",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
"@types/react": "^18.3.18",
|
|
27
27
|
"next": "15.2.4",
|
|
28
28
|
"tsup": "^8.3.5",
|
|
29
|
-
"typescript": "^5.4.5"
|
|
29
|
+
"typescript": "^5.4.5",
|
|
30
|
+
"vitest": "^2.1.4"
|
|
30
31
|
},
|
|
31
32
|
"dependencies": {
|
|
32
33
|
"@ai-sdk/google": "^1.2.19",
|
|
@@ -48,7 +49,6 @@
|
|
|
48
49
|
"ollama-ai-provider": "^1.2.0",
|
|
49
50
|
"prettier": "^3.4.2",
|
|
50
51
|
"unplugin": "^2.1.2",
|
|
51
|
-
"vitest": "^2.1.4",
|
|
52
52
|
"zod": "^3.25.76",
|
|
53
53
|
"posthog-node": "^5.5.1",
|
|
54
54
|
"node-machine-id": "^1.1.12",
|