@inliner/cli 0.1.0 → 0.1.1

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
@@ -5,7 +5,7 @@ const promises_1 = require("node:fs/promises");
5
5
  const node_path_1 = require("node:path");
6
6
  const VERSION = '0.1.0';
7
7
  const IMG_BASE = process.env.INLINER_IMG_URL || 'https://img.inliner.ai';
8
- const API_BASE = process.env.INLINER_API_URL || 'https://app.inliner.ai';
8
+ const API_BASE = process.env.INLINER_API_URL || 'https://api.inliner.ai';
9
9
  function parseArgs(argv) {
10
10
  const args = argv.slice(2);
11
11
  const flags = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inliner/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI for Inliner.ai — generate and edit AI images from the terminal",
5
5
  "main": "dist/index.js",
6
6
  "bin": {