infernoflow 0.35.7 → 0.35.8
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.
|
@@ -26,9 +26,7 @@ import * as readline from "node:readline";
|
|
|
26
26
|
import { execSync } from "node:child_process";
|
|
27
27
|
import { bold, cyan, gray, green, yellow, red } from "../ui/output.mjs";
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
// Get one free at https://formspree.io (50 submissions/mo free, emails you each response)
|
|
31
|
-
const FORMSPREE_ENDPOINT = "https://formspree.io/f/infernoflow"; // placeholder
|
|
29
|
+
const FORMSPREE_ENDPOINT = "https://formspree.io/f/maqarynd";
|
|
32
30
|
|
|
33
31
|
const FEEDBACK_FORM_URL = "https://forms.gle/infernoflow-feedback"; // placeholder — replace with real form
|
|
34
32
|
const FEEDBACK_FILE = path.join(os.homedir(), ".infernoflow", "feedback.json");
|
package/package.json
CHANGED