lingo.dev 0.115.0 → 0.116.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/README.md CHANGED
@@ -12,6 +12,7 @@
12
12
 
13
13
  <p align="center">
14
14
  <a href="https://lingo.dev/compiler">Lingo.dev Compiler</a> •
15
+ <a href="https://lingo.dev/mcp">Lingo.dev MCP</a> •
15
16
  <a href="https://lingo.dev/cli">Lingo.dev CLI</a> •
16
17
  <a href="https://lingo.dev/ci">Lingo.dev CI/CD</a> •
17
18
  <a href="https://lingo.dev/sdk">Lingo.dev SDK</a>
@@ -0,0 +1,8 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// ../../node_modules/.pnpm/tsup@8.3.5_@swc+core@1.13.5_jiti@2.5.1_postcss@8.5.4_tsx@4.20.3_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js
2
+ var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
3
+ var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
4
+
5
+
6
+
7
+ exports.importMetaUrl = importMetaUrl;
8
+ //# sourceMappingURL=chunk-ZZGWAPLZ.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["/home/runner/work/lingo.dev/lingo.dev/packages/cli/build/chunk-ZZGWAPLZ.cjs","../../../node_modules/.pnpm/tsup@8.3.5_@swc+core@1.13.5_jiti@2.5.1_postcss@8.5.4_tsx@4.20.3_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js"],"names":[],"mappings":"AAAA;ACKA,IAAM,iBAAA,EAAmB,CAAA,EAAA,GACvB,OAAO,SAAA,IAAa,YAAA,EAChB,IAAI,GAAA,CAAI,CAAA,KAAA,EAAQ,UAAU,CAAA,CAAA;AAI8B;ADR4B;AACA;AACA;AACA","file":"/home/runner/work/lingo.dev/lingo.dev/packages/cli/build/chunk-ZZGWAPLZ.cjs","sourcesContent":[null,"// Shim globals in cjs bundle\n// There's a weird bug that esbuild will always inject importMetaUrl\n// if we export it as `const importMetaUrl = ... __filename ...`\n// But using a function will not cause this issue\n\nconst getImportMetaUrl = () =>\n typeof document === 'undefined'\n ? new URL(`file:${__filename}`).href\n : (document.currentScript && document.currentScript.src) ||\n new URL('main.js', document.baseURI).href\n\nexport const importMetaUrl = /* @__PURE__ */ getImportMetaUrl()\n"]}