@mxmweb/aichat 1.4.6 → 1.4.7

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -58486,7 +58486,7 @@ function BI({
58486
58486
  link: (K = A == null ? void 0 : A.metadata) == null ? void 0 : K.link,
58487
58487
  file_name: (W = A == null ? void 0 : A.metadata) == null ? void 0 : W.title,
58488
58488
  score: (Y = A == null ? void 0 : A.metadata) == null ? void 0 : Y.score,
58489
- tags: H.filter((Q) => Q.parsedFilePath === z.parsedFilePath).map((Q) => ({
58489
+ tags: H.filter((Q) => Q.id === A.order_num).map((Q) => ({
58490
58490
  id: Q.id || "",
58491
58491
  index: Q.indexId || "",
58492
58492
  image_urls: Q.imageUrls ? Array.isArray(Q.imageUrls) ? Q.imageUrls : [Q.imageUrls] : Q.image_urls ? Q.image_urls.split(";").map((J) => J.trim()).filter(Boolean) : []
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "style": "assets/style.css",
6
6
  "types": "lib_enter.d.ts",
7
7
  "private": false,
8
- "version": "1.4.6",
8
+ "version": "1.4.7",
9
9
  "author": "hanfeng_Zhang",
10
10
  "type": "module",
11
11
  "scripts": {