@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 +1 -1
- package/payload/.env.example +5 -5
- package/payload/dist/cli.js +11 -7
- package/payload/dist/dist-CBEQIXzT.js +39 -0
- package/payload/dist/{login_cycle-13KVh887-C5wDm6lw.js → login_cycle-13KVh887-CMYa1Xhr.js} +1 -1
- package/payload/dist/runtime_auth_helpers-etyYdhk_-4r56nasu.js +1 -0
- package/payload/dist/{runtime_auth_helpers-etyYdhk_-C1ZUGu8v.js → runtime_auth_helpers-etyYdhk_-CGPWxqBd.js} +1 -1
- package/payload/package.json +2 -2
- package/payload/dist/dist-D-Wi6B-S.js +0 -39
- package/payload/dist/runtime_auth_helpers-etyYdhk_-MwfTPQoL.js +0 -1
package/package.json
CHANGED
package/payload/.env.example
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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.
|
|
14
|
-
#
|
|
15
|
-
#
|
|
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
|