File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
"setup" : " node setup.js"
10
10
},
11
11
"dependencies" : {
12
- "meilisearch" : " ^0.25 .0" ,
12
+ "meilisearch" : " ^0.27 .0" ,
13
13
"vuepress" : " ^1.4.1" ,
14
14
"vuepress-theme-default-prefers-color-scheme" : " ^2.0.0"
15
15
}
Original file line number Diff line number Diff line change @@ -213,6 +213,6 @@ const { MeiliSearch } = require('meilisearch')
213
213
214
214
const response = await index . addDocuments ( dataset )
215
215
216
- const task = await client . waitForTask ( response . uid )
216
+ const task = await client . waitForTask ( response . taskUid )
217
217
console . log ( task )
218
218
} ) ( )
Original file line number Diff line number Diff line change 4837
4837
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
4838
4838
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
4839
4839
4840
- meilisearch@^0.25 .0 :
4841
- version "0.25 .0"
4842
- resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.25 .0.tgz#8e980fbdd36b9fe6ed606205e262418f21e64d84 "
4843
- integrity sha512-TSIJTh5lva7WHBaoG3arNYQXuIAQkcD3BY09h2nHhjHS/wzxWKJM45x5bEC67Grw8zXihVqqmWty4a4ps4S+tg ==
4840
+ meilisearch@^0.27 .0 :
4841
+ version "0.27 .0"
4842
+ resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.27 .0.tgz#8bd57ddb77b975f93e054cb977b951c488ece297 "
4843
+ integrity sha512-kZOZFIuSO7c6xRf+Y2/9/h6A9pl0sCl/G44X4KuaSwxGbruOZPhmxbeVEgLHBv4pUFvQ56rNVTA/2d/5GCU1YA ==
4844
4844
dependencies :
4845
4845
cross-fetch "^3.1.5"
4846
4846
You can’t perform that action at this time.
0 commit comments