@powerformer/refly-cli 0.1.15 → 0.1.16

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/bin/refly.js CHANGED
@@ -8571,8 +8571,8 @@ var ConfigSchema = external_exports.object({
8571
8571
  installedAt: external_exports.string().optional()
8572
8572
  }).optional()
8573
8573
  });
8574
- var DEFAULT_API_ENDPOINT = "https://api.refly.ai";
8575
- var DEFAULT_WEB_URL = "https://refly.ai";
8574
+ var DEFAULT_API_ENDPOINT = "https://refly-api.powerformer.net";
8575
+ var DEFAULT_WEB_URL = "https://refly.powerformer.net";
8576
8576
  var DEFAULT_CONFIG = {
8577
8577
  version: 1,
8578
8578
  api: {
@@ -10020,7 +10020,7 @@ function sleep(ms) {
10020
10020
  }
10021
10021
 
10022
10022
  // src/commands/init.ts
10023
- var DEFAULT_API_ENDPOINT2 = "https://api.refly.ai";
10023
+ var DEFAULT_API_ENDPOINT2 = "https://refly-api.powerformer.net";
10024
10024
  var initCommand = new Command("init").description("Initialize Refly CLI, install skill files, and authenticate").option("--force", "Force reinstall even if already installed").option("--host <url>", "API server URL", DEFAULT_API_ENDPOINT2).option("--skip-login", "Skip automatic login after initialization").action(async (options) => {
10025
10025
  try {
10026
10026
  const { force, host, skipLogin } = options;
@@ -10270,8 +10270,8 @@ var import_node_child_process6 = require("child_process");
10270
10270
  var import_node_fs5 = __toESM(require("fs"));
10271
10271
  init_logger();
10272
10272
  init_paths();
10273
- var CLI_VERSION = "0.1.15";
10274
- var NPM_TAG = "latest";
10273
+ var CLI_VERSION = "0.1.16";
10274
+ var NPM_TAG = "test";
10275
10275
  function compareSemver(a, b) {
10276
10276
  const parseVersion = (v) => {
10277
10277
  const parts = v.replace(/^v/, "").split("-")[0].split(".");
package/dist/index.js CHANGED
@@ -4272,7 +4272,7 @@ var ConfigSchema = external_exports.object({
4272
4272
  installedAt: external_exports.string().optional()
4273
4273
  }).optional()
4274
4274
  });
4275
- var DEFAULT_API_ENDPOINT = "https://api.refly.ai";
4275
+ var DEFAULT_API_ENDPOINT = "https://refly-api.powerformer.net";
4276
4276
  var DEFAULT_CONFIG = {
4277
4277
  version: 1,
4278
4278
  api: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerformer/refly-cli",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Refly CLI - Command-line interface for Refly workflow orchestration",
5
5
  "bin": {
6
6
  "refly": "./dist/bin/refly.js"