lane-sdk 0.1.5 → 0.1.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.
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/package.json +2 -1
package/dist/cli/index.js
CHANGED
|
@@ -4107,7 +4107,7 @@ var loginCommand = new Command("login").alias("signup").description("Authenticat
|
|
|
4107
4107
|
console.log(source_default.blue("Starting authentication..."));
|
|
4108
4108
|
}
|
|
4109
4109
|
try {
|
|
4110
|
-
const baseUrl = process.env["LANE_BASE_URL"] ?? "https://api.getonlane.com
|
|
4110
|
+
const baseUrl = process.env["LANE_BASE_URL"] ?? "https://api.getonlane.com";
|
|
4111
4111
|
const response = await fetch(`${baseUrl}/agent/auth/login`, {
|
|
4112
4112
|
method: "POST",
|
|
4113
4113
|
headers: { "Content-Type": "application/json" }
|