@unikode/cli 1.0.14 → 1.0.15

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1631,8 +1631,8 @@ function getErrorMessage2(error) {
1631
1631
  return error instanceof Error ? error.message : String(error);
1632
1632
  }
1633
1633
  async function performLogin() {
1634
- const clerkFrontendApi = process.env.CLERK_FRONTEND_API;
1635
- const clientId = process.env.CLERK_OAUTH_CLIENT_ID;
1634
+ const clerkFrontendApi = "https://leading-mule-30.clerk.accounts.dev";
1635
+ const clientId = "6puX06HhElJdiRhC";
1636
1636
  const apiUrl = process.env.API_URL ?? "http://localhost:3000";
1637
1637
  if (!clerkFrontendApi)
1638
1638
  throw new Error("CLERK_FRONTEND_API not set");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unikode/cli",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {