@langgenius/nodwork-darwin-arm64 0.0.4 → 0.0.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.
Files changed (46) hide show
  1. package/package.json +1 -1
  2. package/payload/.env +4 -2
  3. package/payload/.env.example +7 -7
  4. package/payload/dist/chunk-BjEoQXZ0.js +3 -1
  5. package/payload/dist/cli.d.ts +2 -1
  6. package/payload/dist/cli.js +81 -78
  7. package/payload/dist/devtools-BlmLo7Xr.js +4 -1
  8. package/payload/dist/dist-CBEQIXzT.js +42 -0
  9. package/payload/dist/esm-tr7Ewvys.js +4 -1
  10. package/payload/dist/execAsync-BIjkAgah.js +4 -1
  11. package/payload/dist/execAsync-CPR512EA.js +4 -1
  12. package/payload/dist/execAsync-CnOzhlrf.js +4 -1
  13. package/payload/dist/execAsync-DQVy41gW.js +4 -1
  14. package/payload/dist/execAsync-vhOmnPjZ.js +4 -1
  15. package/payload/dist/getMachineId-bsd-BMAsH7qg.js +4 -1
  16. package/payload/dist/getMachineId-bsd-Bk6BAb01.js +4 -1
  17. package/payload/dist/getMachineId-bsd-BkRAvuSn.js +4 -1
  18. package/payload/dist/getMachineId-bsd-DfuvcX-U.js +4 -1
  19. package/payload/dist/getMachineId-bsd-DmI9CGb4.js +4 -1
  20. package/payload/dist/getMachineId-darwin-35YzSVNC.js +4 -1
  21. package/payload/dist/getMachineId-darwin-BCjooYuC.js +4 -1
  22. package/payload/dist/getMachineId-darwin-CtMD-SWJ.js +4 -1
  23. package/payload/dist/getMachineId-darwin-DNIo6LSV.js +4 -1
  24. package/payload/dist/getMachineId-darwin-DWnZdpTE.js +4 -1
  25. package/payload/dist/getMachineId-linux-1Qp6uUaE.js +4 -1
  26. package/payload/dist/getMachineId-linux-B_btxrTN.js +4 -1
  27. package/payload/dist/getMachineId-linux-C57LTlPy.js +4 -1
  28. package/payload/dist/getMachineId-linux-DglB2GdG.js +4 -1
  29. package/payload/dist/getMachineId-linux-icyJzh7l.js +4 -1
  30. package/payload/dist/getMachineId-unsupported-Bov1Lpgp.js +4 -1
  31. package/payload/dist/getMachineId-unsupported-DrK_WseJ.js +4 -1
  32. package/payload/dist/getMachineId-unsupported-MUYHbDrO.js +4 -1
  33. package/payload/dist/getMachineId-unsupported-VXYdQUK6.js +4 -1
  34. package/payload/dist/getMachineId-unsupported-qXR8iwed.js +4 -1
  35. package/payload/dist/getMachineId-win-AJwG-tUg.js +4 -1
  36. package/payload/dist/getMachineId-win-BNoB-fgM.js +4 -1
  37. package/payload/dist/getMachineId-win-C1zjfcvc.js +4 -1
  38. package/payload/dist/getMachineId-win-CcbWa3OH.js +4 -1
  39. package/payload/dist/getMachineId-win-DaQ2gd8n.js +4 -1
  40. package/payload/dist/{login_cycle-13KVh887-C5wDm6lw.js → login_cycle-13KVh887-CMYa1Xhr.js} +4 -1
  41. package/payload/dist/runtime_auth_helpers-etyYdhk_-4r56nasu.js +3 -0
  42. package/payload/dist/{runtime_auth_helpers-etyYdhk_-C1ZUGu8v.js → runtime_auth_helpers-etyYdhk_-CGPWxqBd.js} +4 -1
  43. package/payload/dist/status-B0HhS6E_-Bzj2KB_H.js +4 -1
  44. package/payload/package.json +1 -2
  45. package/payload/dist/dist-D-Wi6B-S.js +0 -39
  46. package/payload/dist/runtime_auth_helpers-etyYdhk_-MwfTPQoL.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langgenius/nodwork-darwin-arm64",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "private": false,
5
5
  "description": "Platform payload package for nodwork on darwin arm64.",
6
6
  "repository": {
package/payload/.env CHANGED
@@ -1,4 +1,6 @@
1
+ OBSERVABILITY_ADAPTERS_CLI=sentry
2
+ OBSERVABILITY_ENABLED=true
1
3
  OBSERVABILITY_ENVIRONMENT=production
4
+ OBSERVABILITY_RELEASE=echo@0.0.5+cli
5
+ SENTRY_DSN_CLI=https://e16f0ca721670fe0cbb1aee8a0ab689e@o4511154660638720.ingest.us.sentry.io/4511190976167936
2
6
  OTEL_ENABLED=false
3
- OTEL_SERVICE_NAME=echo-cli
4
- OTEL_TRACE_SAMPLING_RATIO=1
@@ -1,18 +1,18 @@
1
- API_BASE_URL=http://localhost:3001
2
- WS_BASE_URL=ws://localhost:3001/ws
1
+ NODWORK_BASE_URL=localhost:3001
2
+ NODWORK_SSL=false
3
3
  # ECHO_UPDATES_BASE_URL=http://127.0.0.1:18087/updates
4
4
 
5
- # CLI command/process observability is OTEL-based. These env vars control the
6
- # optional shared Node Sentry runtime used by observed HTTP/network paths.
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
7
  OBSERVABILITY_ENABLED=false
8
8
  # OBSERVABILITY_ADAPTERS_CLI=sentry
9
9
  # OBSERVABILITY_ENVIRONMENT=development
10
10
  # OBSERVABILITY_RELEASE=echo@0.0.1+cli
11
11
  # SENTRY_DSN_CLI=
12
12
 
13
- # Optional build-time defaults for packaged releases. CI can inject either name.
14
- # NODWORK_BUNDLED_SERVICE_BASE_URL=https://api.nod.work
15
- # VITE_SERVICE_BASE_URL=https://api.nod.work
13
+ # Optional build-time defaults for packaged releases.
14
+ # NODWORK_BUNDLED_BASE_URL=api.nod.work
15
+ # NODWORK_BUNDLED_SSL=true
16
16
 
17
17
  OTEL_ENABLED=false
18
18
  OTEL_SERVICE_NAME=cli
@@ -1 +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),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};
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),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]="dd6f082c-65a5-5caa-bed2-d3918ae854e2")}catch(e){}}();
3
+ //# debugId=dd6f082c-65a5-5caa-bed2-d3918ae854e2
@@ -1,4 +1,5 @@
1
1
  //#region src/cli.d.ts
2
2
  declare const runCli: (argv?: string[]) => Promise<void>;
3
3
  //#endregion
4
- export { runCli };
4
+ export { runCli };
5
+ //# sourceMappingURL=cli.d.ts.map