@powerformer/refly-cli 0.1.22 → 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/bin/refly.js +5 -5
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/bin/refly.js
CHANGED
|
@@ -8997,8 +8997,8 @@ var ConfigSchema = external_exports.object({
|
|
|
8997
8997
|
installedAt: external_exports.string().optional()
|
|
8998
8998
|
}).optional()
|
|
8999
8999
|
});
|
|
9000
|
-
var DEFAULT_API_ENDPOINT = "https://
|
|
9001
|
-
var DEFAULT_WEB_URL = "https://
|
|
9000
|
+
var DEFAULT_API_ENDPOINT = "https://api.refly.ai";
|
|
9001
|
+
var DEFAULT_WEB_URL = "https://refly.ai";
|
|
9002
9002
|
var DEFAULT_CONFIG = {
|
|
9003
9003
|
version: 1,
|
|
9004
9004
|
api: {
|
|
@@ -10496,7 +10496,7 @@ function sleep(ms) {
|
|
|
10496
10496
|
}
|
|
10497
10497
|
|
|
10498
10498
|
// src/commands/init.ts
|
|
10499
|
-
var DEFAULT_API_ENDPOINT2 = "https://
|
|
10499
|
+
var DEFAULT_API_ENDPOINT2 = "https://api.refly.ai";
|
|
10500
10500
|
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) => {
|
|
10501
10501
|
try {
|
|
10502
10502
|
const { force, host, skipLogin } = options;
|
|
@@ -10750,8 +10750,8 @@ var import_node_child_process6 = require("child_process");
|
|
|
10750
10750
|
var import_node_fs5 = __toESM(require("fs"));
|
|
10751
10751
|
init_logger();
|
|
10752
10752
|
init_paths();
|
|
10753
|
-
var CLI_VERSION = "0.1.
|
|
10754
|
-
var NPM_TAG = "
|
|
10753
|
+
var CLI_VERSION = "0.1.23";
|
|
10754
|
+
var NPM_TAG = "latest";
|
|
10755
10755
|
function compareSemver(a, b) {
|
|
10756
10756
|
const parseVersion = (v) => {
|
|
10757
10757
|
const parts = v.replace(/^v/, "").split("-")[0].split(".");
|
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://
|
|
4797
|
+
var DEFAULT_API_ENDPOINT = "https://api.refly.ai";
|
|
4798
4798
|
var DEFAULT_CONFIG = {
|
|
4799
4799
|
version: 1,
|
|
4800
4800
|
api: {
|