Skip to content

Commit

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

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: shortcuts <vannicattec@gmail.com>
  • Loading branch information
4 people committed Jan 15, 2024
1 parent 9462eea commit 2ebfdd7
Show file tree
Hide file tree
Showing 25 changed files with 174 additions and 181 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10.0
20.11.0
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"@babel/core": "7.23.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.23.7",
"@babel/preset-env": "7.23.7",
"@babel/runtime": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/runtime": "7.23.8",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@types/node": "20.11.1",
"@types/rollup-plugin-node-globals": "1.4.4",
"@types/semver": "7.5.6",
"bundlesize2": "0.0.31",
"execa": "8.0.1",
"lerna": "8.0.0",
"nx": "17.2.8",
"rollup": "4.9.4",
"rollup": "4.9.5",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-typescript2": "0.36.0",
"semver": "7.5.4",
Expand Down
12 changes: 3 additions & 9 deletions packages/algoliasearch/builds/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ export function algoliasearch(
!analyticsRegions.includes(initOptions.region))
) {
throw new Error(
`\`region\` must be one of the following: ${analyticsRegions.join(
', '
)}`
`\`region\` must be one of the following: ${analyticsRegions.join(', ')}`
);
}

Expand All @@ -120,9 +118,7 @@ export function algoliasearch(
!abtestingRegions.includes(initOptions.region))
) {
throw new Error(
`\`region\` must be one of the following: ${abtestingRegions.join(
', '
)}`
`\`region\` must be one of the following: ${abtestingRegions.join(', ')}`
);
}

Expand All @@ -144,9 +140,7 @@ export function algoliasearch(
!personalizationRegions.includes(initOptions.region)))
) {
throw new Error(
`\`region\` is required and must be one of the following: ${personalizationRegions.join(
', '
)}`
`\`region\` is required and must be one of the following: ${personalizationRegions.join(', ')}`
);
}

Expand Down
12 changes: 3 additions & 9 deletions packages/algoliasearch/builds/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ export function algoliasearch(
!analyticsRegions.includes(initOptions.region))
) {
throw new Error(
`\`region\` must be one of the following: ${analyticsRegions.join(
', '
)}`
`\`region\` must be one of the following: ${analyticsRegions.join(', ')}`
);
}

Expand All @@ -113,9 +111,7 @@ export function algoliasearch(
!abtestingRegions.includes(initOptions.region))
) {
throw new Error(
`\`region\` must be one of the following: ${abtestingRegions.join(
', '
)}`
`\`region\` must be one of the following: ${abtestingRegions.join(', ')}`
);
}

Expand All @@ -137,9 +133,7 @@ export function algoliasearch(
!personalizationRegions.includes(initOptions.region)))
) {
throw new Error(
`\`region\` is required and must be one of the following: ${personalizationRegions.join(
', '
)}`
`\`region\` is required and must be one of the following: ${personalizationRegions.join(', ')}`
);
}

Expand Down
6 changes: 3 additions & 3 deletions packages/algoliasearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
"@algolia/requester-node-http": "5.0.0-alpha.96"
},
"devDependencies": {
"@babel/preset-env": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@types/node": "20.11.1",
"jest": "29.7.0",
"rollup": "4.9.4",
"rollup": "4.9.5",
"typescript": "5.3.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client-abtesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@algolia/requester-node-http": "5.0.0-alpha.96"
},
"devDependencies": {
"@types/node": "20.10.6",
"rollup": "4.9.4",
"@types/node": "20.11.1",
"rollup": "4.9.5",
"typescript": "5.3.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@algolia/requester-node-http": "5.0.0-alpha.96"
},
"devDependencies": {
"@types/node": "20.10.6",
"rollup": "4.9.4",
"@types/node": "20.11.1",
"rollup": "4.9.5",
"typescript": "5.3.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"test": "jest"
},
"devDependencies": {
"@babel/preset-env": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@types/node": "20.11.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/client-insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@algolia/requester-node-http": "5.0.0-alpha.96"
},
"devDependencies": {
"@types/node": "20.10.6",
"rollup": "4.9.4",
"@types/node": "20.11.1",
"rollup": "4.9.5",
"typescript": "5.3.3"
},
"engines": {
Expand Down
4 changes: 1 addition & 3 deletions packages/client-personalization/builds/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ export function personalizationClient(
(region && (typeof region !== 'string' || !REGIONS.includes(region)))
) {
throw new Error(
`\`region\` is required and must be one of the following: ${REGIONS.join(
', '
)}`
`\`region\` is required and must be one of the following: ${REGIONS.join(', ')}`
);
}

Expand Down
4 changes: 1 addition & 3 deletions packages/client-personalization/builds/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ export function personalizationClient(
(region && (typeof region !== 'string' || !REGIONS.includes(region)))
) {
throw new Error(
`\`region\` is required and must be one of the following: ${REGIONS.join(
', '
)}`
`\`region\` is required and must be one of the following: ${REGIONS.join(', ')}`
);
}

Expand Down
4 changes: 2 additions & 2 deletions packages/client-personalization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@algolia/requester-node-http": "5.0.0-alpha.96"
},
"devDependencies": {
"@types/node": "20.10.6",
"rollup": "4.9.4",
"@types/node": "20.11.1",
"rollup": "4.9.5",
"typescript": "5.3.3"
},
"engines": {
Expand Down
4 changes: 1 addition & 3 deletions packages/client-query-suggestions/builds/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ export function querySuggestionsClient(
(region && (typeof region !== 'string' || !REGIONS.includes(region)))
) {
throw new Error(
`\`region\` is required and must be one of the following: ${REGIONS.join(
', '
)}`
`\`region\` is required and must be one of the following: ${REGIONS.join(', ')}`
);
}

Expand Down
4 changes: 1 addition & 3 deletions packages/client-query-suggestions/builds/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ export function querySuggestionsClient(
(region && (typeof region !== 'string' || !REGIONS.includes(region)))
) {
throw new Error(
`\`region\` is required and must be one of the following: ${REGIONS.join(
', '
)}`
`\`region\` is required and must be one of the following: ${REGIONS.join(', ')}`
);
}

Expand Down
4 changes: 2 additions & 2 deletions packages/client-query-suggestions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@algolia/requester-node-http": "5.0.0-alpha.96"
},
"devDependencies": {
"@types/node": "20.10.6",
"rollup": "4.9.4",
"@types/node": "20.11.1",
"rollup": "4.9.5",
"typescript": "5.3.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@algolia/requester-node-http": "5.0.0-alpha.96"
},
"devDependencies": {
"@types/node": "20.10.6",
"rollup": "4.9.4",
"@types/node": "20.11.1",
"rollup": "4.9.5",
"typescript": "5.3.3"
},
"engines": {
Expand Down
4 changes: 1 addition & 3 deletions packages/ingestion/builds/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ export function ingestionClient(
(region && (typeof region !== 'string' || !REGIONS.includes(region)))
) {
throw new Error(
`\`region\` is required and must be one of the following: ${REGIONS.join(
', '
)}`
`\`region\` is required and must be one of the following: ${REGIONS.join(', ')}`
);
}

Expand Down
4 changes: 1 addition & 3 deletions packages/ingestion/builds/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ export function ingestionClient(
(region && (typeof region !== 'string' || !REGIONS.includes(region)))
) {
throw new Error(
`\`region\` is required and must be one of the following: ${REGIONS.join(
', '
)}`
`\`region\` is required and must be one of the following: ${REGIONS.join(', ')}`
);
}

Expand Down
4 changes: 2 additions & 2 deletions packages/ingestion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@algolia/requester-node-http": "5.0.0-alpha.96"
},
"devDependencies": {
"@types/node": "20.10.6",
"rollup": "4.9.4",
"@types/node": "20.11.1",
"rollup": "4.9.5",
"typescript": "5.3.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@algolia/requester-node-http": "5.0.0-alpha.96"
},
"devDependencies": {
"@types/node": "20.10.6",
"rollup": "4.9.4",
"@types/node": "20.11.1",
"rollup": "4.9.5",
"typescript": "5.3.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/recommend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@algolia/requester-node-http": "5.0.0-alpha.96"
},
"devDependencies": {
"@types/node": "20.10.6",
"rollup": "4.9.4",
"@types/node": "20.11.1",
"rollup": "4.9.5",
"typescript": "5.3.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/requester-browser-xhr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@algolia/client-common": "5.0.0-alpha.96"
},
"devDependencies": {
"@babel/preset-env": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@types/node": "20.11.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/requester-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@algolia/client-common": "5.0.0-alpha.96"
},
"devDependencies": {
"@babel/preset-env": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@types/node": "20.11.1",
"cross-fetch": "4.0.0",
"jest": "29.7.0",
"nock": "13.4.0",
"nock": "13.5.0",
"ts-jest": "29.1.1",
"typescript": "5.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/requester-node-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@algolia/client-common": "5.0.0-alpha.96"
},
"devDependencies": {
"@babel/preset-env": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/preset-typescript": "7.23.3",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@types/node": "20.11.1",
"jest": "29.7.0",
"nock": "13.4.0",
"nock": "13.5.0",
"ts-jest": "29.1.1",
"typescript": "5.3.3"
},
Expand Down
Loading

0 comments on commit 2ebfdd7

Please sign in to comment.