File tree Expand file tree Collapse file tree 4 files changed +16
-6
lines changed
packages/instant-meilisearch Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @meilisearch/instant-meilisearch " : minor
3+ ---
4+
5+ Update minimum meilisearch version to v0.39.0
Original file line number Diff line number Diff line change 5050 " templates"
5151 ],
5252 "dependencies" : {
53- "meilisearch" : " ^0.38 .0"
53+ "meilisearch" : " ^0.39 .0"
5454 },
5555 "devDependencies" : {
5656 "@babel/cli" : " ^7.22.9" ,
7878 "tslib" : " ^2.6.1" ,
7979 "typescript" : " ^4.9.5"
8080 }
81- }
81+ }
Original file line number Diff line number Diff line change @@ -4,4 +4,9 @@ import vue from '@vitejs/plugin-vue'
44// https://vitejs.dev/config/
55export default defineConfig ( {
66 plugins : [ vue ( ) ] ,
7+ build : {
8+ rollupOptions : {
9+ external : [ 'crypto' ] ,
10+ } ,
11+ } ,
712} )
Original file line number Diff line number Diff line change 1042910429 resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
1043010430 integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
1043110431
10432- meilisearch@^0.38 .0:
10433- version "0.38 .0"
10434- resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.38 .0.tgz#c3f666a995f15553b1b27e05e28a51bbfb3639bc "
10435- integrity sha512-bHaq8nYxSKw9/Qslq1Zes5g9tHgFkxy/I9o8942wv2PqlNOT0CzptIkh/x98N52GikoSZOXSQkgt6oMjtf5uZw ==
10432+ meilisearch@^0.39 .0:
10433+ version "0.39 .0"
10434+ resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.39 .0.tgz#958da44fd2aeb52caab3c09c15bff9f660016351 "
10435+ integrity sha512-nNf/HOqQ/wSxaSYKyIsE8thMPciLyIpEDIp0ZbJxkOZ/tETDNfaBNbY+Eq/wbTR9O769QSiQFf5OhssfGyOzbA ==
1043610436 dependencies:
1043710437 cross-fetch "^3.1.6"
1043810438
You can’t perform that action at this time.
0 commit comments