learn-auth-sdk 0.2.1 → 0.2.3

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 CHANGED
@@ -157,7 +157,7 @@ function sleep(ms) {
157
157
  return new Promise((resolve) => setTimeout(resolve, ms));
158
158
  }
159
159
  async function loginCommand(options = {}) {
160
- const baseUrl = options.baseUrl || "https://ctklearn.carsontkempf.workers.dev";
160
+ const baseUrl = options.baseUrl || "https://cloudprototype.org";
161
161
  try {
162
162
  console.log(`Authenticating with Learn (${SDK_NAME})...
163
163
  `);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "learn-auth-sdk",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Open-source Auth SDK for decentralized tenant backends",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",