@langgenius/syncless-darwin-x64 0.0.7

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 (54) hide show
  1. package/README.md +3 -0
  2. package/package.json +28 -0
  3. package/payload/.env +6 -0
  4. package/payload/.env.example +21 -0
  5. package/payload/dist/chunk-Bdh3yLIe.js +3 -0
  6. package/payload/dist/cli.d.ts +5 -0
  7. package/payload/dist/cli.js +483 -0
  8. package/payload/dist/devtools-DRLjR4jL.js +99 -0
  9. package/payload/dist/esm-CVx3LwsY.js +4 -0
  10. package/payload/dist/execAsync-B57lajYt.js +4 -0
  11. package/payload/dist/execAsync-BKAmdm9j.js +4 -0
  12. package/payload/dist/execAsync-BZAWwuvf.js +4 -0
  13. package/payload/dist/execAsync-D2zcCRHg.js +4 -0
  14. package/payload/dist/execAsync-DzZ-O7pw.js +4 -0
  15. package/payload/dist/getMachineId-bsd-B803VO9W.js +4 -0
  16. package/payload/dist/getMachineId-bsd-B9iGj-MA.js +4 -0
  17. package/payload/dist/getMachineId-bsd-D8MDNeC1.js +4 -0
  18. package/payload/dist/getMachineId-bsd-DQ4vj5gD.js +4 -0
  19. package/payload/dist/getMachineId-bsd-DezaGQHm.js +4 -0
  20. package/payload/dist/getMachineId-darwin-CP4E8iBX.js +5 -0
  21. package/payload/dist/getMachineId-darwin-CdPAK2OG.js +5 -0
  22. package/payload/dist/getMachineId-darwin-ChpKIwB6.js +5 -0
  23. package/payload/dist/getMachineId-darwin-D5gsOLFi.js +5 -0
  24. package/payload/dist/getMachineId-darwin-Dmm_oRlX.js +5 -0
  25. package/payload/dist/getMachineId-linux-B1kFsVk7.js +4 -0
  26. package/payload/dist/getMachineId-linux-B2UT6SaH.js +4 -0
  27. package/payload/dist/getMachineId-linux-BS6GytMx.js +4 -0
  28. package/payload/dist/getMachineId-linux-BWjxDDOC.js +4 -0
  29. package/payload/dist/getMachineId-linux-DGHtw-N6.js +4 -0
  30. package/payload/dist/getMachineId-unsupported-BW_gncpJ.js +4 -0
  31. package/payload/dist/getMachineId-unsupported-C1K8mJVz.js +4 -0
  32. package/payload/dist/getMachineId-unsupported-CbS6Q1YO.js +4 -0
  33. package/payload/dist/getMachineId-unsupported-Ctq0B8z5.js +4 -0
  34. package/payload/dist/getMachineId-unsupported-SVDlQL4c.js +4 -0
  35. package/payload/dist/getMachineId-win-AdojdA1n.js +4 -0
  36. package/payload/dist/getMachineId-win-B9ZOFvA0.js +4 -0
  37. package/payload/dist/getMachineId-win-CDcGJPww.js +4 -0
  38. package/payload/dist/getMachineId-win-CVzFw4Vq.js +4 -0
  39. package/payload/dist/getMachineId-win-CsN4rTaI.js +4 -0
  40. package/payload/dist/login_cycle-CAezpu7q-D2gyyQd6.js +4 -0
  41. package/payload/dist/rpc-BO_UIqCx-CKiy5fwF.js +80 -0
  42. package/payload/dist/runtime_auth_helpers-D4nu_5Cl-Cz1EtHMS.js +4 -0
  43. package/payload/dist/runtime_auth_helpers-D4nu_5Cl-DvImlO82.js +3 -0
  44. package/payload/dist/status-Cr57icb_-D3mTQM7b.js +4 -0
  45. package/payload/package.json +64 -0
  46. package/payload/vendor/node-pty/LICENSE +69 -0
  47. package/payload/vendor/node-pty/lib/eventEmitter2.js +46 -0
  48. package/payload/vendor/node-pty/lib/index.js +51 -0
  49. package/payload/vendor/node-pty/lib/terminal.js +189 -0
  50. package/payload/vendor/node-pty/lib/unixTerminal.js +345 -0
  51. package/payload/vendor/node-pty/lib/utils.js +38 -0
  52. package/payload/vendor/node-pty/package.json +64 -0
  53. package/payload/vendor/node-pty/prebuilds/darwin-x64/pty.node +0 -0
  54. package/payload/vendor/node-pty/prebuilds/darwin-x64/spawn-helper +0 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # `@langgenius/syncless-darwin-x64`
2
+
3
+ Internal platform payload package for `syncless` on macOS x64.
package/package.json ADDED
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "@langgenius/syncless-darwin-x64",
3
+ "version": "0.0.7",
4
+ "private": false,
5
+ "description": "Platform payload package for syncless on darwin x64.",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/langgenius/echo.git",
9
+ "directory": "npm/syncless-darwin-x64"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/langgenius/echo/issues"
13
+ },
14
+ "files": [
15
+ "README.md",
16
+ "payload",
17
+ "package.json"
18
+ ],
19
+ "publishConfig": {
20
+ "access": "public"
21
+ },
22
+ "os": [
23
+ "darwin"
24
+ ],
25
+ "cpu": [
26
+ "x64"
27
+ ]
28
+ }
package/payload/.env ADDED
@@ -0,0 +1,6 @@
1
+ OBSERVABILITY_ADAPTERS_CLI=sentry
2
+ OBSERVABILITY_ENABLED=true
3
+ OBSERVABILITY_ENVIRONMENT=production
4
+ OBSERVABILITY_RELEASE=echo@0.0.5+cli
5
+ SENTRY_DSN_CLI=https://e16f0ca721670fe0cbb1aee8a0ab689e@o4511154660638720.ingest.us.sentry.io/4511190976167936
6
+ OTEL_ENABLED=false
@@ -0,0 +1,21 @@
1
+ SYNCLESS_BASE_URL=localhost:3001
2
+ SYNCLESS_SSL=false
3
+ # ECHO_UPDATES_BASE_URL=http://127.0.0.1:18087/updates
4
+
5
+ # CLI packaged releases are Sentry-first. Local development can still opt into
6
+ # OTEL instead by leaving the Sentry block empty and enabling the OTEL block.
7
+ OBSERVABILITY_ENABLED=false
8
+ # OBSERVABILITY_ADAPTERS_CLI=sentry
9
+ # OBSERVABILITY_ENVIRONMENT=development
10
+ # OBSERVABILITY_RELEASE=echo@0.0.1+cli
11
+ # SENTRY_DSN_CLI=
12
+
13
+ # Optional build-time defaults for packaged releases.
14
+ # SYNCLESS_BUNDLED_BASE_URL=api.syncless.ai
15
+ # SYNCLESS_BUNDLED_SSL=true
16
+
17
+ OTEL_ENABLED=false
18
+ OTEL_SERVICE_NAME=cli
19
+ OTEL_EXPORTER_OTLP_ENDPOINT=http://127.0.0.1:4318
20
+ OTEL_EXPORTER_OTLP_HEADERS=
21
+ OTEL_TRACE_SAMPLING_RATIO=1
@@ -0,0 +1,3 @@
1
+ import{createRequire as e}from"node:module";var t=Object.create,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,i=Object.getOwnPropertyNames,a=Object.getPrototypeOf,o=Object.prototype.hasOwnProperty,s=(e,t)=>()=>(e&&(t=e(e=0)),t),c=(e,t)=>()=>(t||(e((t={exports:{}}).exports,t),e=null),t.exports),l=(e,t)=>{let r={};for(var i in e)n(r,i,{get:e[i],enumerable:!0});return t||n(r,Symbol.toStringTag,{value:`Module`}),r},u=(e,t,a,s)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var c=i(t),l=0,u=c.length,d;l<u;l++)d=c[l],!o.call(e,d)&&d!==a&&n(e,d,{get:(e=>t[e]).bind(null,d),enumerable:!(s=r(t,d))||s.enumerable});return e},d=(e,r,i)=>(i=e==null?{}:t(a(e)),u(r||!e||!e.__esModule?n(i,`default`,{value:e,enumerable:!0}):i,e)),f=e=>o.call(e,`module.exports`)?e[`module.exports`]:u(n({},`__esModule`,{value:!0}),e),p=e(import.meta.url);export{f as a,p as i,s as n,d as o,l as r,c as t};
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="0566457e-8df8-526a-937b-8caa7c431e7a")}catch(e){}}();
3
+ //# debugId=0566457e-8df8-526a-937b-8caa7c431e7a
@@ -0,0 +1,5 @@
1
+ //#region src/cli.d.ts
2
+ declare const runCli: (argv?: string[]) => Promise<void>;
3
+ //#endregion
4
+ export { runCli };
5
+ //# sourceMappingURL=cli.d.ts.map