File tree 25 files changed +100
-100
lines changed
25 files changed +100
-100
lines changed Original file line number Diff line number Diff line change 1
- ## [ 0.7.1 ] ( https://github.com/algolia/algoliasearch-client-javascript/compare/0.7.0...0.7.1 )
1
+ ## [ 0.7.2 ] ( https://github.com/algolia/algoliasearch-client-javascript/compare/0.7.0...0.7.2 )
2
2
3
3
- 77c80e20 fix(javascript): add class-proposal plugin for ` client-common ` (#765 )
4
4
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import type {
20
20
import type { SearchMethodParams } from '../model/searchMethodParams' ;
21
21
import type { SearchResponses } from '../model/searchResponses' ;
22
22
23
- export const apiClientVersion = '0.7.1 ' ;
23
+ export const apiClientVersion = '0.7.2 ' ;
24
24
25
25
function getDefaultHosts ( appId : string ) : Host [ ] {
26
26
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/algoliasearch" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
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
- "@experimental-api-clients-automation/client-analytics" : " 0.7.1 " ,
62
- "@experimental-api-clients-automation/client-common" : " 0.7.1 " ,
63
- "@experimental-api-clients-automation/client-personalization" : " 0.7.1 " ,
64
- "@experimental-api-clients-automation/client-search" : " 0.7.1 " ,
65
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.1 " ,
66
- "@experimental-api-clients-automation/requester-node-http" : " 0.7.1 "
61
+ "@experimental-api-clients-automation/client-analytics" : " 0.7.2 " ,
62
+ "@experimental-api-clients-automation/client-common" : " 0.7.2 " ,
63
+ "@experimental-api-clients-automation/client-personalization" : " 0.7.2 " ,
64
+ "@experimental-api-clients-automation/client-search" : " 0.7.2 " ,
65
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.2 " ,
66
+ "@experimental-api-clients-automation/requester-node-http" : " 0.7.2 "
67
67
},
68
68
"devDependencies" : {
69
69
"@types/jest" : " 28.1.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-abtesting" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
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
- "@experimental-api-clients-automation/client-common" : " 0.7.1 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.1 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.7.1 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.7.2 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.2 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.7.2 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.41" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import type {
27
27
} from '../model/clientMethodProps' ;
28
28
import type { ListABTestsResponse } from '../model/listABTestsResponse' ;
29
29
30
- export const apiClientVersion = '0.7.1 ' ;
30
+ export const apiClientVersion = '0.7.2 ' ;
31
31
32
32
export const REGIONS = [ 'de' , '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" : " @experimental-api-clients-automation/client-analytics" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
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
- "@experimental-api-clients-automation/client-common" : " 0.7.1 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.1 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.7.1 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.7.2 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.2 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.7.2 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.41" ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
53
53
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse' ;
54
54
import type { GetUsersCountResponse } from '../model/getUsersCountResponse' ;
55
55
56
- export const apiClientVersion = '0.7.1 ' ;
56
+ export const apiClientVersion = '0.7.2 ' ;
57
57
58
58
export const REGIONS = [ 'de' , 'us' ] as const ;
59
59
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-common" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
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" : " @experimental-api-clients-automation/client-insights" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
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
- "@experimental-api-clients-automation/client-common" : " 0.7.1 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.1 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.7.1 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.7.2 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.2 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.7.2 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.41" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import type {
21
21
import type { InsightEvents } from '../model/insightEvents' ;
22
22
import type { PushEventsResponse } from '../model/pushEventsResponse' ;
23
23
24
- export const apiClientVersion = '0.7.1 ' ;
24
+ export const apiClientVersion = '0.7.2 ' ;
25
25
26
26
export const REGIONS = [ 'de' , 'us' ] as const ;
27
27
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-personalization" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
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
- "@experimental-api-clients-automation/client-common" : " 0.7.1 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.1 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.7.1 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.7.2 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.2 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.7.2 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.41" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
25
25
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams' ;
26
26
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse' ;
27
27
28
- export const apiClientVersion = '0.7.1 ' ;
28
+ export const apiClientVersion = '0.7.2 ' ;
29
29
30
30
export const REGIONS = [ 'eu' , 'us' ] as const ;
31
31
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-predict" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
4
4
"description" : " JavaScript client for client-predict" ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
21
21
"clean" : " rm -rf ./dist"
22
22
},
23
23
"dependencies" : {
24
- "@experimental-api-clients-automation/client-common" : " 0.7.1 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.1 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.7.1 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.7.2 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.2 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.7.2 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.41" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import type {
21
21
} from '../model/clientMethodProps' ;
22
22
import type { FetchUserProfileResponse } from '../model/fetchUserProfileResponse' ;
23
23
24
- export const apiClientVersion = '0.7.1 ' ;
24
+ export const apiClientVersion = '0.7.2 ' ;
25
25
26
26
export const REGIONS = [ 'ue' , 'ew' ] as const ;
27
27
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-query-suggestions" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
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
- "@experimental-api-clients-automation/client-common" : " 0.7.1 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.1 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.7.1 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.7.2 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.2 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.7.2 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.41" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import type { QuerySuggestionsIndexWithIndexParam } from '../model/querySuggesti
29
29
import type { Status } from '../model/status' ;
30
30
import type { SuccessResponse } from '../model/successResponse' ;
31
31
32
- export const apiClientVersion = '0.7.1 ' ;
32
+ export const apiClientVersion = '0.7.2 ' ;
33
33
34
34
export const REGIONS = [ 'eu' , '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" : " @experimental-api-clients-automation/client-search" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
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
- "@experimental-api-clients-automation/client-common" : " 0.7.1 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.1 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.7.1 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.7.2 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.2 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.7.2 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.41" ,
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
113
113
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse' ;
114
114
import type { UserId } from '../model/userId' ;
115
115
116
- export const apiClientVersion = '0.7.1 ' ;
116
+ export const apiClientVersion = '0.7.2 ' ;
117
117
118
118
function getDefaultHosts ( appId : string ) : Host [ ] {
119
119
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-sources" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
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
- "@experimental-api-clients-automation/client-common" : " 0.7.1 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.1 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.7.1 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.7.2 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.2 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.7.2 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.41" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import type {
21
21
import type { PostIngestUrlResponse } from '../model/postIngestUrlResponse' ;
22
22
import type { PostURLJob } from '../model/postURLJob' ;
23
23
24
- export const apiClientVersion = '0.7.1 ' ;
24
+ export const apiClientVersion = '0.7.2 ' ;
25
25
26
26
export const REGIONS = [ 'de' , 'us' ] as const ;
27
27
export type Region = typeof REGIONS [ number ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/recommend" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
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
- "@experimental-api-clients-automation/client-common" : " 0.7.1 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.1 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.7.1 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.7.2 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.7.2 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.7.2 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.41" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import type {
22
22
import type { GetRecommendationsParams } from '../model/getRecommendationsParams' ;
23
23
import type { GetRecommendationsResponse } from '../model/getRecommendationsResponse' ;
24
24
25
- export const apiClientVersion = '0.7.1 ' ;
25
+ export const apiClientVersion = '0.7.2 ' ;
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" : " @experimental-api-clients-automation/requester-browser-xhr" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
4
4
"description" : " Promise-based request library for browser using xhr." ,
5
5
"repository" : " algolia/algoliasearch-client-javascript" ,
6
6
"license" : " MIT" ,
18
18
"clean" : " rm -rf dist/"
19
19
},
20
20
"dependencies" : {
21
- "@experimental-api-clients-automation/client-common" : " 0.7.1 "
21
+ "@experimental-api-clients-automation/client-common" : " 0.7.2 "
22
22
},
23
23
"devDependencies" : {
24
24
"@types/node" : " 16.11.41" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/requester-node-http" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
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" ,
17
17
"clean" : " rm -rf dist/"
18
18
},
19
19
"dependencies" : {
20
- "@experimental-api-clients-automation/client-common" : " 0.7.1 "
20
+ "@experimental-api-clients-automation/client-common" : " 0.7.2 "
21
21
},
22
22
"devDependencies" : {
23
23
"@types/node" : " 16.11.41" ,
You can’t perform that action at this time.
0 commit comments