apiblaze 0.1.1 → 0.1.2

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -173,7 +173,7 @@ var import_ora3 = __toESM(require("ora"));
173
173
  var import_inquirer = __toESM(require("inquirer"));
174
174
 
175
175
  // src/lib/api.ts
176
- var API_BASE = "https://adminapioauth.abz.run/1.0.0/prod";
176
+ var API_BASE = "https://cli.admin.apiblaze.com";
177
177
  async function apiFetch(path3, options = {}) {
178
178
  const token = getAccessToken();
179
179
  const url = `${API_BASE}${path3}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apiblaze",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Dev tunnel CLI for APIblaze — route localhost projects through Cloudflare tunnels",
5
5
  "keywords": [
6
6
  "apiblaze",