@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 +3 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
8381
|
-
DEFAULT_WEB_URL = "https://refly.
|
|
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.
|
|
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.
|
|
4570
|
+
var DEFAULT_API_ENDPOINT = "https://refly-api.powerformer.net";
|
|
4571
4571
|
var DEFAULT_CONFIG = {
|
|
4572
4572
|
version: 1,
|
|
4573
4573
|
api: {
|