@casualoffice/sheets 0.12.0 → 0.14.0

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.js CHANGED
@@ -801,13 +801,13 @@ var EmbedTransport = class {
801
801
  await this.handlers.onHostHello?.(env.data);
802
802
  this.sendReady();
803
803
  return;
804
- case "casual.command.setReadOnly":
804
+ case "casual.command.set.readonly":
805
805
  await this.handlers.onCommandSetReadOnly?.(env.data);
806
806
  return;
807
- case "casual.command.setTheme":
807
+ case "casual.command.set.theme":
808
808
  await this.handlers.onCommandSetTheme?.(env.data);
809
809
  return;
810
- case "casual.command.setLocale":
810
+ case "casual.command.set.locale":
811
811
  await this.handlers.onCommandSetLocale?.(env.data);
812
812
  return;
813
813
  case "casual.command.set.viewmode":