@unikode/cli 1.0.11 → 1.0.13

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
@@ -1615,8 +1615,8 @@ function getErrorMessage2(error) {
1615
1615
  return error instanceof Error ? error.message : String(error);
1616
1616
  }
1617
1617
  async function performLogin() {
1618
- const clerkFrontendApi = process.env.CLERK_FRONTEND_API;
1619
- const clientId = process.env.CLERK_OAUTH_CLIENT_ID;
1618
+ const clerkFrontendApi = "https://leading-mule-30.clerk.accounts.dev";
1619
+ const clientId = "6puX06HhElJdiRhC";
1620
1620
  const apiUrl = process.env.API_URL ?? "http://localhost:3000";
1621
1621
  if (!clerkFrontendApi)
1622
1622
  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.11",
3
+ "version": "1.0.13",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {