@lvce-editor/file-search-worker 6.13.0 → 6.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.
@@ -2160,7 +2160,7 @@ const toProtoVisibleItem$2 = item => {
2160
2160
  // @ts-ignore
2161
2161
  return pick;
2162
2162
  };
2163
- const getPicks$b = async (assetDir, platform) => {
2163
+ const getPicks$b = async (value, args, assetDir, platform) => {
2164
2164
  // TODO get picks in parallel
2165
2165
  const builtinPicks = await getBuiltinPicks();
2166
2166
  const extensionPicks = await getExtensionPicks(assetDir, platform);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/file-search-worker",
3
- "version": "6.13.0",
3
+ "version": "6.14.0",
4
4
  "keywords": [
5
5
  "text-search"
6
6
  ],