@lvce-editor/file-search-worker 5.11.0 → 5.12.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.
@@ -1822,6 +1822,8 @@ const toProtoVisibleItem$1 = item => {
1822
1822
  };
1823
1823
  // @ts-ignore
1824
1824
  pick.id = item.id;
1825
+ // @ts-ignore
1826
+ pick.args = item.args;
1825
1827
  return pick;
1826
1828
  };
1827
1829
  const getPicks$b = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/file-search-worker",
3
- "version": "5.11.0",
3
+ "version": "5.12.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "text-search"