@esershnr/artalk 2.9.2 → 2.9.3

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/Artalk.mjs CHANGED
@@ -6500,7 +6500,7 @@ const GotoFocus = (ctx) => {
6500
6500
  comment.focus();
6501
6501
  }));
6502
6502
  };
6503
- const version = "2.9.2";
6503
+ const version = "2.9.3";
6504
6504
  const Copyright = (ctx) => {
6505
6505
  const list2 = ctx.inject("list");
6506
6506
  ctx.on("mounted", () => {
@@ -9472,6 +9472,7 @@ class SidebarLayer {
9472
9472
  const query = {
9473
9473
  pageKey: this.opts.getConf().get().pageKey,
9474
9474
  site: this.opts.getConf().get().site || "",
9475
+ locale: this.opts.getConf().get().locale,
9475
9476
  user: JSON.stringify(this.opts.getUser().getData()),
9476
9477
  time: +/* @__PURE__ */ new Date()
9477
9478
  };