@langgenius/nodwork-darwin-arm64 0.0.3 → 0.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langgenius/nodwork-darwin-arm64",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "private": false,
5
5
  "description": "Platform payload package for nodwork on darwin arm64.",
6
6
  "repository": {
@@ -1,5 +1,5 @@
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
5
  # CLI command/process observability is OTEL-based. These env vars control the
@@ -10,9 +10,9 @@ OBSERVABILITY_ENABLED=false
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