@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/bin.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) {
@@ -14706,5 +14706,5 @@ async function run(argv = process.argv) {
14706
14706
  // src/bin.ts
14707
14707
  run(process.argv);
14708
14708
 
14709
- //# debugId=C041B5EFBE523AB364756E2164756E21
14709
+ //# debugId=FB3319ED48E41BED64756E2164756E21
14710
14710
  //# sourceMappingURL=bin.cjs.map