Skip to content

Commit

Permalink
chore: generated code for commit 58cc0987. [skip ci]
Browse files Browse the repository at this point in the history
algolia/api-clients-automation@58cc098

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
4 people committed Apr 2, 2024
1 parent 1b0e301 commit e37a85b
Show file tree
Hide file tree
Showing 14 changed files with 216 additions and 178 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -29,8 +29,8 @@
"bundlesize2": "0.0.31",
"execa": "8.0.1",
"lerna": "8.0.0",
"nx": "18.1.2",
"rollup": "4.13.0",
"nx": "18.2.1",
"rollup": "4.13.2",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-typescript2": "0.36.0",
"semver": "7.6.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/algoliasearch/builds/browser.ts
Expand Up @@ -12,10 +12,6 @@ import {
createAnalyticsClient,
REGIONS as analyticsRegions,
} from '@algolia/client-analytics/src/analyticsClient';
import type {
ClientOptions,
CreateClientOptions,
} from '@algolia/client-common';
import {
DEFAULT_CONNECT_TIMEOUT_BROWSER,
DEFAULT_READ_TIMEOUT_BROWSER,
Expand All @@ -24,6 +20,10 @@ import {
createFallbackableCache,
createMemoryCache,
} from '@algolia/client-common';
import type {
ClientOptions,
CreateClientOptions,
} from '@algolia/client-common';
import type { PersonalizationClient } from '@algolia/client-personalization';
import type { Region as PersonalizationRegion } from '@algolia/client-personalization/src/personalizationClient';
import {
Expand Down
8 changes: 4 additions & 4 deletions packages/algoliasearch/builds/node.ts
Expand Up @@ -14,10 +14,6 @@ import {
createAnalyticsClient,
REGIONS as analyticsRegions,
} from '@algolia/client-analytics/src/analyticsClient';
import type {
ClientOptions,
CreateClientOptions,
} from '@algolia/client-common';
import {
serializeQueryParameters,
DEFAULT_CONNECT_TIMEOUT_NODE,
Expand All @@ -26,6 +22,10 @@ import {
createMemoryCache,
createNullCache,
} from '@algolia/client-common';
import type {
ClientOptions,
CreateClientOptions,
} from '@algolia/client-common';
import type { PersonalizationClient } from '@algolia/client-personalization';
import type { Region as PersonalizationRegion } from '@algolia/client-personalization/src/personalizationClient';
import {
Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch/package.json
Expand Up @@ -74,7 +74,7 @@
"@types/jest": "29.5.12",
"@types/node": "20.11.30",
"jest": "29.7.0",
"rollup": "4.13.0",
"rollup": "4.13.2",
"typescript": "5.4.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client-abtesting/package.json
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "20.11.30",
"rollup": "4.13.0",
"rollup": "4.13.2",
"typescript": "5.4.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client-analytics/package.json
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "20.11.30",
"rollup": "4.13.0",
"rollup": "4.13.2",
"typescript": "5.4.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client-insights/package.json
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "20.11.30",
"rollup": "4.13.0",
"rollup": "4.13.2",
"typescript": "5.4.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client-personalization/package.json
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "20.11.30",
"rollup": "4.13.0",
"rollup": "4.13.2",
"typescript": "5.4.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client-query-suggestions/package.json
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "20.11.30",
"rollup": "4.13.0",
"rollup": "4.13.2",
"typescript": "5.4.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client-search/package.json
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "20.11.30",
"rollup": "4.13.0",
"rollup": "4.13.2",
"typescript": "5.4.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ingestion/package.json
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "20.11.30",
"rollup": "4.13.0",
"rollup": "4.13.2",
"typescript": "5.4.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/monitoring/package.json
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "20.11.30",
"rollup": "4.13.0",
"rollup": "4.13.2",
"typescript": "5.4.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/recommend/package.json
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "20.11.30",
"rollup": "4.13.0",
"rollup": "4.13.2",
"typescript": "5.4.3"
},
"engines": {
Expand Down

0 comments on commit e37a85b

Please sign in to comment.