@powerformer/refly-cli 0.1.11 → 0.1.12

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
@@ -8546,7 +8546,7 @@ var ConfigSchema = external_exports.object({
8546
8546
  }).optional()
8547
8547
  });
8548
8548
  var DEFAULT_API_ENDPOINT = "https://staging-api.refly.ai";
8549
- var DEFAULT_WEB_URL = "https://refly.ai";
8549
+ var DEFAULT_WEB_URL = "https://staging.refly.ai";
8550
8550
  var DEFAULT_CONFIG = {
8551
8551
  version: 1,
8552
8552
  api: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerformer/refly-cli",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Refly CLI - Command-line interface for Refly workflow orchestration",
5
5
  "bin": {
6
6
  "refly": "./dist/bin/refly.js"