File tree Expand file tree Collapse file tree 26 files changed +110
-105
lines changed Expand file tree Collapse file tree 26 files changed +110
-105
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 5.0.0-alpha.3] ( https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.0-alpha.2...5.0.0-alpha.3 )
2
+
3
+ - [ eb108de7] ( https://github.com/algolia/api-clients-automation/commit/eb108de7 ) fix(javascript): provide more options to ` algoliasearch ` ([ #877 ] ( https://github.com/algolia/api-clients-automation/pull/877 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
4
+ - [ 95ba0016] ( https://github.com/algolia/api-clients-automation/commit/95ba0016 ) fix(specs): ` rules ` and ` objects ` parameters/responses ([ #876 ] ( https://github.com/algolia/api-clients-automation/pull/876 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
5
+
1
6
## [ 5.0.0-alpha.2] ( https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.0-alpha.1...5.0.0-alpha.2 )
2
7
3
8
- [ b7e3c642] ( https://github.com/algolia/api-clients-automation/commit/b7e3c642 ) fix(javascript): expose sub ` algoliasearch ` client's type ([ #873 ] ( https://github.com/algolia/api-clients-automation/pull/873 ) ) by [ @shortcuts ] ( https://github.com/shortcuts/ )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import type {
22
22
import type { SearchMethodParams } from '../model/searchMethodParams' ;
23
23
import type { SearchResponses } from '../model/searchResponses' ;
24
24
25
- export const apiClientVersion = '5.0.0-alpha.2 ' ;
25
+ export const apiClientVersion = '5.0.0-alpha.3 ' ;
26
26
27
27
function getDefaultHosts ( appId : string ) : Host [ ] {
28
28
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " algoliasearch" ,
3
- "version" : " 5.0.0-alpha.2 " ,
3
+ "version" : " 5.0.0-alpha.3 " ,
4
4
"description" : " A fully-featured and blazing-fast JavaScript API client to interact with Algolia API." ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
58
58
"test" : " jest"
59
59
},
60
60
"dependencies" : {
61
- "@algolia/client-abtesting" : " 5.0.0-alpha.2 " ,
62
- "@algolia/client-analytics" : " 5.0.0-alpha.2 " ,
63
- "@algolia/client-common" : " 5.0.0-alpha.2 " ,
64
- "@algolia/client-personalization" : " 5.0.0-alpha.2 " ,
65
- "@algolia/client-search" : " 5.0.0-alpha.2 " ,
66
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.2 " ,
67
- "@algolia/requester-node-http" : " 5.0.0-alpha.2 "
61
+ "@algolia/client-abtesting" : " 5.0.0-alpha.3 " ,
62
+ "@algolia/client-analytics" : " 5.0.0-alpha.3 " ,
63
+ "@algolia/client-common" : " 5.0.0-alpha.3 " ,
64
+ "@algolia/client-personalization" : " 5.0.0-alpha.3 " ,
65
+ "@algolia/client-search" : " 5.0.0-alpha.3 " ,
66
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.3 " ,
67
+ "@algolia/requester-node-http" : " 5.0.0-alpha.3 "
68
68
},
69
69
"devDependencies" : {
70
70
"@types/jest" : " 28.1.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-abtesting" ,
3
- "version" : " 5.0.0-alpha.2 " ,
3
+ "version" : " 5.0.0-alpha.3 " ,
4
4
"description" : " JavaScript client for client-abtesting" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
21
21
"clean" : " rm -rf ./dist"
22
22
},
23
23
"dependencies" : {
24
- "@algolia/client-common" : " 5.0.0-alpha.2 " ,
25
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.2 " ,
26
- "@algolia/requester-node-http" : " 5.0.0-alpha.2 "
24
+ "@algolia/client-common" : " 5.0.0-alpha.3 " ,
25
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.3 " ,
26
+ "@algolia/requester-node-http" : " 5.0.0-alpha.3 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.45" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import type {
29
29
} from '../model/clientMethodProps' ;
30
30
import type { ListABTestsResponse } from '../model/listABTestsResponse' ;
31
31
32
- export const apiClientVersion = '5.0.0-alpha.2 ' ;
32
+ export const apiClientVersion = '5.0.0-alpha.3 ' ;
33
33
34
34
export const REGIONS = [ 'de' , 'us' ] as const ;
35
35
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-analytics" ,
3
- "version" : " 5.0.0-alpha.2 " ,
3
+ "version" : " 5.0.0-alpha.3 " ,
4
4
"description" : " JavaScript client for client-analytics" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
21
21
"clean" : " rm -rf ./dist"
22
22
},
23
23
"dependencies" : {
24
- "@algolia/client-common" : " 5.0.0-alpha.2 " ,
25
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.2 " ,
26
- "@algolia/requester-node-http" : " 5.0.0-alpha.2 "
24
+ "@algolia/client-common" : " 5.0.0-alpha.3 " ,
25
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.3 " ,
26
+ "@algolia/requester-node-http" : " 5.0.0-alpha.3 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.45" ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
55
55
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse' ;
56
56
import type { GetUsersCountResponse } from '../model/getUsersCountResponse' ;
57
57
58
- export const apiClientVersion = '5.0.0-alpha.2 ' ;
58
+ export const apiClientVersion = '5.0.0-alpha.3 ' ;
59
59
60
60
export const REGIONS = [ 'de' , 'us' ] as const ;
61
61
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-common" ,
3
- "version" : " 5.0.0-alpha.2 " ,
3
+ "version" : " 5.0.0-alpha.3 " ,
4
4
"description" : " Common package for the Algolia JavaScript API client." ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-insights" ,
3
- "version" : " 5.0.0-alpha.2 " ,
3
+ "version" : " 5.0.0-alpha.3 " ,
4
4
"description" : " JavaScript client for client-insights" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
21
21
"clean" : " rm -rf ./dist"
22
22
},
23
23
"dependencies" : {
24
- "@algolia/client-common" : " 5.0.0-alpha.2 " ,
25
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.2 " ,
26
- "@algolia/requester-node-http" : " 5.0.0-alpha.2 "
24
+ "@algolia/client-common" : " 5.0.0-alpha.3 " ,
25
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.3 " ,
26
+ "@algolia/requester-node-http" : " 5.0.0-alpha.3 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.45" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import type {
23
23
import type { InsightEvents } from '../model/insightEvents' ;
24
24
import type { PushEventsResponse } from '../model/pushEventsResponse' ;
25
25
26
- export const apiClientVersion = '5.0.0-alpha.2 ' ;
26
+ export const apiClientVersion = '5.0.0-alpha.3 ' ;
27
27
28
28
export const REGIONS = [ 'de' , 'us' ] as const ;
29
29
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-personalization" ,
3
- "version" : " 5.0.0-alpha.2 " ,
3
+ "version" : " 5.0.0-alpha.3 " ,
4
4
"description" : " JavaScript client for client-personalization" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
21
21
"clean" : " rm -rf ./dist"
22
22
},
23
23
"dependencies" : {
24
- "@algolia/client-common" : " 5.0.0-alpha.2 " ,
25
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.2 " ,
26
- "@algolia/requester-node-http" : " 5.0.0-alpha.2 "
24
+ "@algolia/client-common" : " 5.0.0-alpha.3 " ,
25
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.3 " ,
26
+ "@algolia/requester-node-http" : " 5.0.0-alpha.3 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.45" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
27
27
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams' ;
28
28
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse' ;
29
29
30
- export const apiClientVersion = '5.0.0-alpha.2 ' ;
30
+ export const apiClientVersion = '5.0.0-alpha.3 ' ;
31
31
32
32
export const REGIONS = [ 'eu' , 'us' ] as const ;
33
33
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-query-suggestions" ,
3
- "version" : " 5.0.0-alpha.2 " ,
3
+ "version" : " 5.0.0-alpha.3 " ,
4
4
"description" : " JavaScript client for client-query-suggestions" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
21
21
"clean" : " rm -rf ./dist"
22
22
},
23
23
"dependencies" : {
24
- "@algolia/client-common" : " 5.0.0-alpha.2 " ,
25
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.2 " ,
26
- "@algolia/requester-node-http" : " 5.0.0-alpha.2 "
24
+ "@algolia/client-common" : " 5.0.0-alpha.3 " ,
25
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.3 " ,
26
+ "@algolia/requester-node-http" : " 5.0.0-alpha.3 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.45" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import type { QuerySuggestionsIndexWithIndexParam } from '../model/querySuggesti
31
31
import type { Status } from '../model/status' ;
32
32
import type { SuccessResponse } from '../model/successResponse' ;
33
33
34
- export const apiClientVersion = '5.0.0-alpha.2 ' ;
34
+ export const apiClientVersion = '5.0.0-alpha.3 ' ;
35
35
36
36
export const REGIONS = [ 'eu' , 'us' ] as const ;
37
37
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-search" ,
3
- "version" : " 5.0.0-alpha.2 " ,
3
+ "version" : " 5.0.0-alpha.3 " ,
4
4
"description" : " JavaScript client for client-search" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
21
21
"clean" : " rm -rf ./dist"
22
22
},
23
23
"dependencies" : {
24
- "@algolia/client-common" : " 5.0.0-alpha.2 " ,
25
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.2 " ,
26
- "@algolia/requester-node-http" : " 5.0.0-alpha.2 "
24
+ "@algolia/client-common" : " 5.0.0-alpha.3 " ,
25
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.3 " ,
26
+ "@algolia/requester-node-http" : " 5.0.0-alpha.3 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.45" ,
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
116
116
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse' ;
117
117
import type { UserId } from '../model/userId' ;
118
118
119
- export const apiClientVersion = '5.0.0-alpha.2 ' ;
119
+ export const apiClientVersion = '5.0.0-alpha.3 ' ;
120
120
121
121
function getDefaultHosts ( appId : string ) : Host [ ] {
122
122
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/client-sources" ,
3
- "version" : " 1.0.0-alpha.2 " ,
3
+ "version" : " 1.0.0-alpha.3 " ,
4
4
"description" : " JavaScript client for client-sources" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
21
21
"clean" : " rm -rf ./dist"
22
22
},
23
23
"dependencies" : {
24
- "@algolia/client-common" : " 5.0.0-alpha.2 " ,
25
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.2 " ,
26
- "@algolia/requester-node-http" : " 5.0.0-alpha.2 "
24
+ "@algolia/client-common" : " 5.0.0-alpha.3 " ,
25
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.3 " ,
26
+ "@algolia/requester-node-http" : " 5.0.0-alpha.3 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.45" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import type {
23
23
import type { PostIngestUrlResponse } from '../model/postIngestUrlResponse' ;
24
24
import type { PostURLJob } from '../model/postURLJob' ;
25
25
26
- export const apiClientVersion = '1.0.0-alpha.2 ' ;
26
+ export const apiClientVersion = '1.0.0-alpha.3 ' ;
27
27
28
28
export const REGIONS = [ 'de' , 'us' ] as const ;
29
29
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/predict" ,
3
- "version" : " 1.0.0-alpha.2 " ,
3
+ "version" : " 1.0.0-alpha.3 " ,
4
4
"description" : " JavaScript client for predict" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
21
21
"clean" : " rm -rf ./dist"
22
22
},
23
23
"dependencies" : {
24
- "@algolia/client-common" : " 5.0.0-alpha.2 " ,
25
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.2 " ,
26
- "@algolia/requester-node-http" : " 5.0.0-alpha.2 "
24
+ "@algolia/client-common" : " 5.0.0-alpha.3 " ,
25
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.3 " ,
26
+ "@algolia/requester-node-http" : " 5.0.0-alpha.3 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.45" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import type {
23
23
} from '../model/clientMethodProps' ;
24
24
import type { FetchUserProfileResponse } from '../model/fetchUserProfileResponse' ;
25
25
26
- export const apiClientVersion = '1.0.0-alpha.2 ' ;
26
+ export const apiClientVersion = '1.0.0-alpha.3 ' ;
27
27
28
28
export const REGIONS = [ 'ue' , 'ew' ] as const ;
29
29
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/recommend" ,
3
- "version" : " 5.0.0-alpha.2 " ,
3
+ "version" : " 5.0.0-alpha.3 " ,
4
4
"description" : " JavaScript client for recommend" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
21
21
"clean" : " rm -rf ./dist"
22
22
},
23
23
"dependencies" : {
24
- "@algolia/client-common" : " 5.0.0-alpha.2 " ,
25
- "@algolia/requester-browser-xhr" : " 5.0.0-alpha.2 " ,
26
- "@algolia/requester-node-http" : " 5.0.0-alpha.2 "
24
+ "@algolia/client-common" : " 5.0.0-alpha.3 " ,
25
+ "@algolia/requester-browser-xhr" : " 5.0.0-alpha.3 " ,
26
+ "@algolia/requester-node-http" : " 5.0.0-alpha.3 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.45" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import type {
24
24
import type { GetRecommendationsParams } from '../model/getRecommendationsParams' ;
25
25
import type { GetRecommendationsResponse } from '../model/getRecommendationsResponse' ;
26
26
27
- export const apiClientVersion = '5.0.0-alpha.2 ' ;
27
+ export const apiClientVersion = '5.0.0-alpha.3 ' ;
28
28
29
29
function getDefaultHosts ( appId : string ) : Host [ ] {
30
30
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/requester-browser-xhr" ,
3
- "version" : " 5.0.0-alpha.2 " ,
3
+ "version" : " 5.0.0-alpha.3 " ,
4
4
"description" : " Promise-based request library for browser using xhr." ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
18
18
"test" : " jest"
19
19
},
20
20
"dependencies" : {
21
- "@algolia/client-common" : " 5.0.0-alpha.2 "
21
+ "@algolia/client-common" : " 5.0.0-alpha.3 "
22
22
},
23
23
"devDependencies" : {
24
24
"@types/jest" : " 28.1.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/requester-fetch" ,
3
- "version" : " 5.0.0-alpha.2 " ,
3
+ "version" : " 5.0.0-alpha.3 " ,
4
4
"description" : " Promise-based request library using Fetch." ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
18
18
"test" : " jest"
19
19
},
20
20
"dependencies" : {
21
- "@algolia/client-common" : " 5.0.0-alpha.2 "
21
+ "@algolia/client-common" : " 5.0.0-alpha.3 "
22
22
},
23
23
"devDependencies" : {
24
24
"@types/jest" : " 28.1.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/requester-node-http" ,
3
- "version" : " 5.0.0-alpha.2 " ,
3
+ "version" : " 5.0.0-alpha.3 " ,
4
4
"description" : " Promise-based request library for node using the native http module." ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
18
18
"test" : " jest"
19
19
},
20
20
"dependencies" : {
21
- "@algolia/client-common" : " 5.0.0-alpha.2 "
21
+ "@algolia/client-common" : " 5.0.0-alpha.3 "
22
22
},
23
23
"devDependencies" : {
24
24
"@types/jest" : " 28.1.6" ,
You can’t perform that action at this time.
0 commit comments