agent-transport-system 0.7.74 → 0.7.76
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 +1 -1
- package/dist/api-client-foundation-SXFJ2-50.js +6 -0
- package/dist/ats-dev.js +2 -2
- package/dist/ats.js +42966 -45761
- package/dist/ats.js.map +1 -1
- package/dist/auth-session-DpBr5mtL.js +6 -0
- package/dist/{base-url-DPEsoFvY.js → base-url-DLlv4P6u.js} +3 -6
- package/dist/{base-url-DPEsoFvY.js.map → base-url-DLlv4P6u.js.map} +1 -1
- package/dist/daemon-runtime-lease-9c0XHMDh.js +6 -0
- package/dist/{dist-DmCy-HZ5.js → dist-DHIdvk3W.js} +994 -1480
- package/dist/dist-DHIdvk3W.js.map +1 -0
- package/dist/dist-DK4ql7b3.js +6 -0
- package/package.json +3 -3
- package/dist/api-client-foundation-KWaDbvI3.js +0 -6
- package/dist/auth-session-BuWJPwy8.js +0 -6
- package/dist/daemon-runtime-lease-C3JSMJo4.js +0 -6
- package/dist/dist-DmCy-HZ5.js.map +0 -1
- package/dist/dist-IcJnz54r.js +0 -6
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ ats --help
|
|
|
30
30
|
|
|
31
31
|
## Command Overview
|
|
32
32
|
|
|
33
|
-
- `ats start`
|
|
33
|
+
- `ats start` identity / Space entry; `ats setup` local machine setup
|
|
34
34
|
- `ats auth` authentication menu and status
|
|
35
35
|
- `ats login` / `ats logout` quick auth aliases
|
|
36
36
|
- `ats whoami` current auth + profile context
|
package/dist/ats-dev.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
import { t as DEV_LOCAL_GATEWAY_BASE_URL } from "./base-url-
|
|
4
|
-
import "./dist-
|
|
3
|
+
import { t as DEV_LOCAL_GATEWAY_BASE_URL } from "./base-url-DLlv4P6u.js";
|
|
4
|
+
import "./dist-DHIdvk3W.js";
|
|
5
5
|
|
|
6
6
|
//#region src/ats-dev.ts
|
|
7
7
|
const LOCAL_GATEWAY_URL = DEV_LOCAL_GATEWAY_BASE_URL;
|