File tree 26 files changed +91
-82
lines changed
clients/algoliasearch-client-javascript
26 files changed +91
-82
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.1.1] ( https://github.com/algolia/algoliasearch-client-javascript/compare/0.1.0...0.1.1 )
2
+
3
+ ### javascript
4
+ - c80d0647 fix(spec): predict server (#441 )
5
+ - 12f246e7 chore: use ` Client ` suffix (#386 )
6
+ - be7400be fix(javascript): update version (#448 )
7
+ - b9677335 fix(javascript): add missing descriptions (#416 )
8
+ - cd565ca3 chore(javascript): fix npm publish issue (#409 )
9
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/algoliasearch-lite" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/algoliasearch-lite" ,
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.1.0 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.0 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.1.0 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.1.1 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.1 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.1.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import type { SearchParams } from '../model/searchParams';
21
21
import type { SearchResponse } from '../model/searchResponse' ;
22
22
23
23
export * from '../model' ;
24
- export const apiClientVersion = '0.1.0 ' ;
24
+ export const apiClientVersion = '0.1.1 ' ;
25
25
26
26
function getDefaultHosts ( appId : string ) : Host [ ] {
27
27
return (
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/algoliasearch" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
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" ,
15
15
"clean" : " rm -rf ./dist"
16
16
},
17
17
"dependencies" : {
18
- "@experimental-api-clients-automation/client-analytics" : " 0.1.0 " ,
19
- "@experimental-api-clients-automation/client-common" : " 0.1.0 " ,
20
- "@experimental-api-clients-automation/client-personalization" : " 0.1.0 " ,
21
- "@experimental-api-clients-automation/client-search" : " 0.1.0 " ,
22
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.0 " ,
23
- "@experimental-api-clients-automation/requester-node-http" : " 0.1.0 "
18
+ "@experimental-api-clients-automation/client-analytics" : " 0.1.1 " ,
19
+ "@experimental-api-clients-automation/client-common" : " 0.1.1 " ,
20
+ "@experimental-api-clients-automation/client-personalization" : " 0.1.1 " ,
21
+ "@experimental-api-clients-automation/client-search" : " 0.1.1 " ,
22
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.1 " ,
23
+ "@experimental-api-clients-automation/requester-node-http" : " 0.1.1 "
24
24
},
25
25
"devDependencies" : {
26
26
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-abtesting" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/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.1.0 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.0 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.1.0 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.1.1 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.1 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.1.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import type { AddABTestsRequest } from '../model/addABTestsRequest';
18
18
import type { ListABTestsResponse } from '../model/listABTestsResponse' ;
19
19
20
20
export * from '../model' ;
21
- export const apiClientVersion = '0.1.0 ' ;
21
+ export const apiClientVersion = '0.1.1 ' ;
22
22
23
23
export type Region = 'de' | 'us' ;
24
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-analytics" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/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.1.0 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.0 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.1.0 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.1.1 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.1 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.1.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import type { GetUsersCountResponse } from '../model/getUsersCountResponse';
33
33
import type { OrderBy } from '../model/orderBy' ;
34
34
35
35
export * from '../model' ;
36
- export const apiClientVersion = '0.1.0 ' ;
36
+ export const apiClientVersion = '0.1.1 ' ;
37
37
38
38
export type Region = 'de' | 'us' ;
39
39
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-common" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
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.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/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.1.0 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.0 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.1.0 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.1.1 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.1 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.1.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import type { InsightEvents } from '../model/insightEvents';
16
16
import type { PushEventsResponse } from '../model/pushEventsResponse' ;
17
17
18
18
export * from '../model' ;
19
- export const apiClientVersion = '0.1.0 ' ;
19
+ export const apiClientVersion = '0.1.1 ' ;
20
20
21
21
export type Region = 'de' | 'us' ;
22
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-personalization" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/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.1.0 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.0 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.1.0 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.1.1 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.1 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.1.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import type { PersonalizationStrategyParams } from '../model/personalizationStra
18
18
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse' ;
19
19
20
20
export * from '../model' ;
21
- export const apiClientVersion = '0.1.0 ' ;
21
+ export const apiClientVersion = '0.1.1 ' ;
22
22
23
23
export type Region = 'eu' | 'us' ;
24
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-predict" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/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.1.0 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.0 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.1.0 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.1.1 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.1 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.1.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import type { FetchUserProfileResponse } from '../model/fetchUserProfileResponse
16
16
import type { Params } from '../model/params' ;
17
17
18
18
export * from '../model' ;
19
- export const apiClientVersion = '0.1.0 ' ;
19
+ export const apiClientVersion = '0.1.1 ' ;
20
20
21
21
function getDefaultHosts ( ) : Host [ ] {
22
22
return [
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.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/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.1.0 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.0 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.1.0 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.1.1 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.1 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.1.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import type { Status } from '../model/status';
20
20
import type { SucessResponse } from '../model/sucessResponse' ;
21
21
22
22
export * from '../model' ;
23
- export const apiClientVersion = '0.1.0 ' ;
23
+ export const apiClientVersion = '0.1.1 ' ;
24
24
25
25
export type Region = 'eu' | 'us' ;
26
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/client-search" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/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.1.0 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.0 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.1.0 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.1.1 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.1 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.1.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ import type { UpdatedRuleResponse } from '../model/updatedRuleResponse';
73
73
import type { UserId } from '../model/userId' ;
74
74
75
75
export * from '../model' ;
76
- export const apiClientVersion = '0.1.0 ' ;
76
+ export const apiClientVersion = '0.1.1 ' ;
77
77
78
78
function getDefaultHosts ( appId : string ) : Host [ ] {
79
79
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.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/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.1.0 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.0 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.1.0 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.1.1 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.1 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.1.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import type { PostIngestUrlResponse } from '../model/postIngestUrlResponse';
16
16
import type { PostURLJob } from '../model/postURLJob' ;
17
17
18
18
export * from '../model' ;
19
- export const apiClientVersion = '0.1.0 ' ;
19
+ export const apiClientVersion = '0.1.1 ' ;
20
20
21
21
export type Region = 'de' | 'us' ;
22
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @experimental-api-clients-automation/recommend" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " JavaScript client for @experimental-api-clients-automation/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.1.0 " ,
25
- "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.0 " ,
26
- "@experimental-api-clients-automation/requester-node-http" : " 0.1.0 "
24
+ "@experimental-api-clients-automation/client-common" : " 0.1.1 " ,
25
+ "@experimental-api-clients-automation/requester-browser-xhr" : " 0.1.1 " ,
26
+ "@experimental-api-clients-automation/requester-node-http" : " 0.1.1 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " 16.11.26" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import type { GetRecommendationsParams } from '../model/getRecommendationsParams
17
17
import type { GetRecommendationsResponse } from '../model/getRecommendationsResponse' ;
18
18
19
19
export * from '../model' ;
20
- export const apiClientVersion = '0.1.0 ' ;
20
+ export const apiClientVersion = '0.1.1 ' ;
21
21
22
22
function getDefaultHosts ( appId : string ) : Host [ ] {
23
23
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.1.0 " ,
3
+ "version" : " 0.1.1 " ,
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.1.0 "
21
+ "@experimental-api-clients-automation/client-common" : " 0.1.1 "
22
22
},
23
23
"devDependencies" : {
24
24
"@types/node" : " 16.11.26" ,
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.1.0 " ,
3
+ "version" : " 0.1.1 " ,
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.1.0 "
20
+ "@experimental-api-clients-automation/client-common" : " 0.1.1 "
21
21
},
22
22
"devDependencies" : {
23
23
"@types/node" : " 16.11.26" ,
You can’t perform that action at this time.
0 commit comments