algoliasearch 5.7.0 → 5.8.1
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.
- package/README.md +6 -8
- package/builds/browser.ts +5 -4
- package/builds/fetch.ts +5 -4
- package/builds/models.ts +13 -3
- package/builds/node.ts +5 -4
- package/dist/algoliasearch.umd.js +1 -1
- package/dist/browser.d.ts +1 -1
- package/dist/browser.js +6 -6
- package/dist/browser.js.map +1 -1
- package/dist/browser.min.js +1 -1
- package/dist/browser.min.js.map +1 -1
- package/dist/fetch.d.ts +1 -1
- package/dist/fetch.js +6 -6
- package/dist/fetch.js.map +1 -1
- package/dist/lite/browser.d.ts +642 -583
- package/dist/lite/builds/browser.js +8 -11
- package/dist/lite/builds/browser.js.map +1 -1
- package/dist/lite/builds/browser.min.js +1 -1
- package/dist/lite/builds/browser.min.js.map +1 -1
- package/dist/lite/builds/browser.umd.js +2 -2
- package/dist/lite/builds/node.cjs +5 -8
- package/dist/lite/builds/node.cjs.map +1 -1
- package/dist/lite/builds/node.js +6 -9
- package/dist/lite/builds/node.js.map +1 -1
- package/dist/lite/node.d.cts +642 -582
- package/dist/lite/node.d.ts +642 -582
- package/dist/lite/src/liteClient.cjs +4 -7
- package/dist/lite/src/liteClient.cjs.map +1 -1
- package/dist/lite/src/liteClient.js +4 -7
- package/dist/lite/src/liteClient.js.map +1 -1
- package/dist/node.cjs +3 -3
- package/dist/node.cjs.map +1 -1
- package/dist/node.d.cts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +6 -6
- package/dist/node.js.map +1 -1
- package/index.d.ts +0 -1
- package/index.js +1 -2
- package/lite/builds/browser.ts +10 -9
- package/lite/builds/node.ts +7 -6
- package/lite/model/acl.ts +1 -1
- package/lite/model/alternativesAsExact.ts +1 -1
- package/lite/model/apiKey.ts +4 -4
- package/lite/model/aroundPrecision.ts +1 -1
- package/lite/model/aroundRadius.ts +1 -1
- package/lite/model/automaticFacetFilters.ts +1 -1
- package/lite/model/banner.ts +13 -0
- package/lite/model/bannerImage.ts +12 -0
- package/lite/model/bannerImageUrl.ts +8 -0
- package/lite/model/bannerLink.ts +8 -0
- package/lite/model/baseIndexSettings.ts +15 -15
- package/lite/model/baseRecommendIndexSettings.ts +14 -14
- package/lite/model/baseRecommendSearchParams.ts +8 -8
- package/lite/model/baseSearchParams.ts +1 -1
- package/lite/model/baseSearchParamsWithoutQuery.ts +8 -8
- package/lite/model/baseSearchResponse.ts +2 -2
- package/lite/model/booleanString.ts +1 -1
- package/lite/model/browseParamsObject.ts +1 -1
- package/lite/model/browseResponse.ts +1 -1
- package/lite/model/clientMethodProps.ts +2 -2
- package/lite/model/consequenceQueryObject.ts +2 -2
- package/lite/model/facetFilters.ts +1 -1
- package/lite/model/facetOrdering.ts +1 -1
- package/lite/model/getApiKeyResponse.ts +1 -1
- package/lite/model/getRecommendationsParams.ts +1 -1
- package/lite/model/getRecommendationsResponse.ts +1 -1
- package/lite/model/highlightResult.ts +1 -1
- package/lite/model/highlightResultOption.ts +1 -1
- package/lite/model/hit.ts +2 -2
- package/lite/model/ignorePlurals.ts +1 -1
- package/lite/model/index.ts +12 -7
- package/lite/model/indexSettingsAsSearchParams.ts +15 -15
- package/lite/model/indexSettingsFacets.ts +1 -1
- package/lite/model/matchLevel.ts +1 -1
- package/lite/model/mode.ts +1 -1
- package/lite/model/numericFilters.ts +2 -2
- package/lite/model/optionalFilters.ts +1 -1
- package/lite/model/queryType.ts +2 -2
- package/lite/model/reRankingApplyFilter.ts +1 -1
- package/lite/model/recommendHit.ts +2 -2
- package/lite/model/recommendSearchParams.ts +1 -1
- package/lite/model/recommendationsHit.ts +1 -0
- package/lite/model/recommendationsHits.ts +1 -1
- package/lite/model/recommendationsRequest.ts +5 -3
- package/lite/model/recommendationsResults.ts +1 -1
- package/lite/model/redirect.ts +1 -1
- package/lite/model/removeStopWords.ts +1 -1
- package/lite/model/removeWordsIfNoResults.ts +1 -1
- package/lite/model/renderingContent.ts +4 -1
- package/lite/model/searchForFacetValuesResponse.ts +1 -1
- package/lite/model/searchForFacets.ts +1 -1
- package/lite/model/searchForHits.ts +1 -1
- package/lite/model/searchHits.ts +1 -1
- package/lite/model/searchMethodParams.ts +1 -1
- package/lite/model/searchParams.ts +1 -1
- package/lite/model/searchQuery.ts +1 -1
- package/lite/model/searchResponse.ts +1 -1
- package/lite/model/searchResponses.ts +1 -1
- package/lite/model/searchResult.ts +1 -1
- package/lite/model/semanticSearch.ts +1 -1
- package/lite/model/snippetResult.ts +1 -1
- package/lite/model/sortRemainingBy.ts +1 -1
- package/lite/model/supportedLanguage.ts +1 -1
- package/lite/model/tagFilters.ts +1 -1
- package/lite/model/typoTolerance.ts +2 -2
- package/lite/model/value.ts +2 -2
- package/lite/model/widgets.ts +13 -0
- package/lite/src/liteClient.ts +15 -18
- package/lite.d.ts +0 -1
- package/lite.js +1 -2
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.
|
|
2
|
+
"version": "5.8.1",
|
|
3
3
|
"repository": {
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
|
|
@@ -73,26 +73,26 @@
|
|
|
73
73
|
"lite.d.ts"
|
|
74
74
|
],
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@algolia/client-abtesting": "5.
|
|
77
|
-
"@algolia/client-analytics": "5.
|
|
78
|
-
"@algolia/client-common": "5.
|
|
79
|
-
"@algolia/client-personalization": "5.
|
|
80
|
-
"@algolia/client-search": "5.
|
|
81
|
-
"@algolia/recommend": "5.
|
|
82
|
-
"@algolia/requester-browser-xhr": "5.
|
|
83
|
-
"@algolia/requester-fetch": "5.
|
|
84
|
-
"@algolia/requester-node-http": "5.
|
|
76
|
+
"@algolia/client-abtesting": "5.8.1",
|
|
77
|
+
"@algolia/client-analytics": "5.8.1",
|
|
78
|
+
"@algolia/client-common": "5.8.1",
|
|
79
|
+
"@algolia/client-personalization": "5.8.1",
|
|
80
|
+
"@algolia/client-search": "5.8.1",
|
|
81
|
+
"@algolia/recommend": "5.8.1",
|
|
82
|
+
"@algolia/requester-browser-xhr": "5.8.1",
|
|
83
|
+
"@algolia/requester-fetch": "5.8.1",
|
|
84
|
+
"@algolia/requester-node-http": "5.8.1"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@algolia/requester-testing": "5.
|
|
87
|
+
"@algolia/requester-testing": "5.8.1",
|
|
88
88
|
"@arethetypeswrong/cli": "0.16.4",
|
|
89
89
|
"@types/node": "22.7.4",
|
|
90
90
|
"jsdom": "25.0.1",
|
|
91
91
|
"publint": "0.2.11",
|
|
92
|
-
"rollup": "4.
|
|
92
|
+
"rollup": "4.24.0",
|
|
93
93
|
"tsup": "8.3.0",
|
|
94
94
|
"typescript": "5.6.2",
|
|
95
|
-
"vitest": "2.1.
|
|
95
|
+
"vitest": "2.1.2",
|
|
96
96
|
"vitest-environment-miniflare": "2.14.3"
|
|
97
97
|
},
|
|
98
98
|
"engines": {
|