@yoooclaw/cli 0.1.4 → 0.1.5

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.cjs CHANGED
@@ -4272,7 +4272,7 @@ function buildContext(flags) {
4272
4272
  var import_node_fs3 = require("node:fs");
4273
4273
  function readBuildInjectedVersion() {
4274
4274
  if (false) {}
4275
- const version = "0.1.4".trim();
4275
+ const version = "0.1.5".trim();
4276
4276
  return version || undefined;
4277
4277
  }
4278
4278
  function readVersionFromPackageJson() {
@@ -9546,8 +9546,8 @@ function quantizeWindow(value) {
9546
9546
  // src/vendor/light/sender.ts
9547
9547
  async function sendLightEffect(apiKey, segments, logger, repeatInput, reason, title) {
9548
9548
  const apiUrl = getEnvUrls().lightApiUrl;
9549
- const appKey = "";
9550
- const templateId = "";
9549
+ const appKey = "7Q617S1G5WD274JI";
9550
+ const templateId = "1990771146010017800";
9551
9551
  const resolvedTitle = resolveLightTitle(title, reason, segments);
9552
9552
  logger?.info(`Light sender: apiUrl=${apiUrl ?? "UNSET"}, appKey=${appKey ? appKey.substring(0, 8) + "…" : "UNSET"}, templateId=${templateId ?? "UNSET"}, apiKey=${apiKey ? apiKey.substring(0, 20) + "…" : "EMPTY"}, title=${resolvedTitle}, reason=${reason ?? ""}, segments=${JSON.stringify(segments)}`);
9553
9553
  if (!apiUrl || !appKey || !templateId) {
@@ -14703,5 +14703,5 @@ async function run(argv = process.argv) {
14703
14703
  await program.parseAsync(argv);
14704
14704
  }
14705
14705
 
14706
- //# debugId=389ACD187A2A9B6164756E2164756E21
14706
+ //# debugId=C0320C4CA3BAD4E264756E2164756E21
14707
14707
  //# sourceMappingURL=index.cjs.map