@powerformer/refly-cli 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.
package/dist/bin/refly.js CHANGED
@@ -8377,8 +8377,8 @@ var init_config = __esm({
8377
8377
  installedAt: external_exports.string().optional()
8378
8378
  }).optional()
8379
8379
  });
8380
- DEFAULT_API_ENDPOINT = "https://api.refly.ai";
8381
- DEFAULT_WEB_URL = "https://refly.ai";
8380
+ DEFAULT_API_ENDPOINT = "https://refly-api.powerformer.net";
8381
+ DEFAULT_WEB_URL = "https://refly.powerformer.net";
8382
8382
  DEFAULT_CONFIG = {
8383
8383
  version: 1,
8384
8384
  api: {
@@ -8940,7 +8940,7 @@ function isSkillInstalled() {
8940
8940
  // src/commands/init.ts
8941
8941
  init_config();
8942
8942
  init_paths();
8943
- var DEFAULT_API_ENDPOINT2 = "https://api.refly.ai";
8943
+ var DEFAULT_API_ENDPOINT2 = "https://refly-api.powerformer.net";
8944
8944
  async function generateDevApiKey(endpoint, email) {
8945
8945
  try {
8946
8946
  const response = await fetch(`${endpoint}/v1/auth/cli/dev/api-key`, {
package/dist/index.js CHANGED
@@ -4567,7 +4567,7 @@ var ConfigSchema = external_exports.object({
4567
4567
  installedAt: external_exports.string().optional()
4568
4568
  }).optional()
4569
4569
  });
4570
- var DEFAULT_API_ENDPOINT = "https://api.refly.ai";
4570
+ var DEFAULT_API_ENDPOINT = "https://refly-api.powerformer.net";
4571
4571
  var DEFAULT_CONFIG = {
4572
4572
  version: 1,
4573
4573
  api: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerformer/refly-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Refly CLI - Command-line interface for Refly workflow orchestration",
5
5
  "bin": {
6
6
  "refly": "./dist/bin/refly.js"