@powerformer/refly-cli 0.1.21 → 0.1.23

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/index.js CHANGED
@@ -4794,7 +4794,7 @@ var ConfigSchema = external_exports.object({
4794
4794
  installedAt: external_exports.string().optional()
4795
4795
  }).optional()
4796
4796
  });
4797
- var DEFAULT_API_ENDPOINT = "https://staging-api.refly.ai";
4797
+ var DEFAULT_API_ENDPOINT = "https://api.refly.ai";
4798
4798
  var DEFAULT_CONFIG = {
4799
4799
  version: 1,
4800
4800
  api: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerformer/refly-cli",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "description": "Refly CLI - Command-line interface for Refly workflow orchestration",
5
5
  "bin": {
6
6
  "refly": "./dist/bin/refly.js"