@lingo.dev/_compiler 0.7.17 → 0.7.18

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.
Files changed (39) hide show
  1. package/build/acorn-GCP5ZV2A.mjs +3152 -0
  2. package/build/acorn-U6XNAJW3.cjs +3152 -0
  3. package/build/angular-JQSQXFBY.mjs +2937 -0
  4. package/build/angular-VRWVFJ3P.cjs +2937 -0
  5. package/build/babel-R5G642DR.mjs +7246 -0
  6. package/build/babel-XUIPTQVD.cjs +7246 -0
  7. package/build/chunk-253QCR45.cjs +21 -0
  8. package/build/chunk-6BWS3CLP.mjs +16 -0
  9. package/build/chunk-77OA7KVH.cjs +22599 -0
  10. package/build/chunk-SRWLOKRJ.mjs +22598 -0
  11. package/build/estree-4GAWSYZ3.cjs +4388 -0
  12. package/build/estree-XLH46TSP.mjs +4388 -0
  13. package/build/flow-E755VYYN.mjs +27251 -0
  14. package/build/flow-Q7PWYY7R.cjs +27251 -0
  15. package/build/glimmer-CMYCELEM.cjs +2823 -0
  16. package/build/glimmer-E47Q6F77.mjs +2823 -0
  17. package/build/graphql-22VX22UI.mjs +1257 -0
  18. package/build/graphql-ATU26IOQ.cjs +1257 -0
  19. package/build/html-L366VYHK.cjs +2792 -0
  20. package/build/html-ZAWF5C3B.mjs +2792 -0
  21. package/build/index.cjs +36 -29
  22. package/build/index.d.cts +1 -1
  23. package/build/index.mjs +16 -7
  24. package/build/lingo-turbopack-loader.cjs +4 -5
  25. package/build/lingo-turbopack-loader.d.cts +1 -1
  26. package/build/lingo-turbopack-loader.mjs +2 -1
  27. package/build/markdown-5YN6HSRL.mjs +3536 -0
  28. package/build/markdown-VRQCW4QH.cjs +3536 -0
  29. package/build/meriyah-FBYDJ6EA.mjs +2631 -0
  30. package/build/meriyah-QKHCCSUI.cjs +2631 -0
  31. package/build/postcss-NNGTIRRJ.mjs +5083 -0
  32. package/build/postcss-PVIIR2IT.cjs +5083 -0
  33. package/build/typescript-FJLY3MEC.mjs +13205 -0
  34. package/build/typescript-VKODJRCW.cjs +13205 -0
  35. package/build/yaml-6I36QTON.cjs +4222 -0
  36. package/build/yaml-MMD4LQP5.mjs +4222 -0
  37. package/package.json +12 -5
  38. package/build/chunk-COKHINWO.mjs +0 -2743
  39. package/build/chunk-TMPC4O5V.cjs +0 -2743
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingo.dev/_compiler",
3
- "version": "0.7.17",
3
+ "version": "0.7.18",
4
4
  "description": "Lingo.dev Compiler",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -11,6 +11,13 @@
11
11
  "main": "build/index.cjs",
12
12
  "types": "build/index.d.ts",
13
13
  "module": "build/index.mjs",
14
+ "exports": {
15
+ ".": {
16
+ "types": "./build/index.d.ts",
17
+ "import": "./build/index.mjs",
18
+ "require": "./build/index.cjs"
19
+ }
20
+ },
14
21
  "files": [
15
22
  "build"
16
23
  ],
@@ -30,15 +37,16 @@
30
37
  "vitest": "^2.1.4"
31
38
  },
32
39
  "dependencies": {
40
+ "@ai-sdk/anthropic": "^1.0.11",
33
41
  "@ai-sdk/google": "^1.2.19",
34
42
  "@ai-sdk/groq": "^1.2.3",
35
43
  "@ai-sdk/mistral": "^1.2.8",
44
+ "@ai-sdk/openai": "^1.3.22",
36
45
  "@babel/generator": "^7.26.5",
37
46
  "@babel/parser": "^7.26.7",
38
47
  "@babel/traverse": "^7.27.4",
39
48
  "@babel/types": "^7.26.7",
40
49
  "@openrouter/ai-sdk-provider": "^0.7.1",
41
- "@prettier/sync": "^0.6.1",
42
50
  "ai": "^4.2.10",
43
51
  "dedent": "^1.6.0",
44
52
  "dotenv": "^16.4.5",
@@ -47,13 +55,12 @@
47
55
  "lodash": "^4.17.21",
48
56
  "object-hash": "^3.0.0",
49
57
  "ollama-ai-provider": "^1.2.0",
50
- "prettier": "^3.4.2",
51
58
  "unplugin": "^2.1.2",
52
59
  "zod": "^3.25.76",
53
60
  "posthog-node": "^5.5.1",
54
61
  "node-machine-id": "^1.1.12",
55
- "@lingo.dev/_spec": "0.43.0",
56
- "@lingo.dev/_sdk": "0.12.8"
62
+ "@lingo.dev/_sdk": "0.12.9",
63
+ "@lingo.dev/_spec": "0.43.1"
57
64
  },
58
65
  "scripts": {
59
66
  "dev": "tsup --watch",