1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-30 09:10:42 +02:00

switch to latest release within test env

This commit is contained in:
Thomas Wilkerling
2025-05-10 12:58:50 +02:00
parent 689844444e
commit 07eeb037c3
2 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
"c8": "^10.1.3",
"chai": "^5.2.0",
"clickhouse": "^2.6.0",
"flexsearch": "latest",
"flexsearch": "^0.8.162",
"mocha": "^11.1.0",
"mongodb": "^6.13.0",
"pg-promise": "^11.10.2",
@@ -1446,9 +1446,9 @@
}
},
"node_modules/flexsearch": {
"version": "0.8.117",
"resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.117.tgz",
"integrity": "sha512-CLJq0pXaSn15hA+9NIs+MaJ3UF25JFmp1Fy6nS2jhLQbk+KG5wuZ7d+8zvHOSRUaDaKV4NS3hMYOby9UVPiiLA==",
"version": "0.8.162",
"resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.162.tgz",
"integrity": "sha512-JI3KJBqqHYwMxGPBszPDYI7motneDhm354qY2KLadaeW0/KphCBoBI1V9I7/S/U+2LfLRDQxqej4Ql/IV+odBA==",
"dev": true,
"funding": [
{

View File

@@ -14,7 +14,7 @@
"c8": "^10.1.3",
"chai": "^5.2.0",
"clickhouse": "^2.6.0",
"flexsearch": "latest",
"flexsearch": "*",
"mocha": "^11.1.0",
"mongodb": "^6.13.0",
"pg-promise": "^11.10.2",