Skip to content

Commit 40a3d91

Browse files
authored
Merge 9379e57 into ebd1398
2 parents ebd1398 + 9379e57 commit 40a3d91

File tree

215 files changed

+399
-19024
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+399
-19024
lines changed

β€Ž.github/workflows/check.ymlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ jobs:
316316
ALGOLIA_APPLICATION_ID: ${{ secrets.ALGOLIA_APPLICATION_ID }}
317317
ALGOLIA_ADMIN_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }}
318318
MONITORING_API_KEY: ${{ secrets.MONITORING_API_KEY }}
319+
METIS_APPLICATION_ID: ${{ secrets.METIS_APPLICATION_ID }}
320+
METIS_API_KEY: ${{ secrets.METIS_API_KEY }}
319321
outputs:
320322
hasBreakingChanges: ${{ steps.breakingChanges.outputs.hasBreakingChanges }}
321323
name: client ${{ matrix.client.language }}@${{ matrix.client.version }}

β€ŽCODEOWNERSβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ specs/ @algolia/doc-approvers
55
website/ @algolia/doc-approvers
66
specs/advanced-personalization @algolia/predict-fe
77
specs/composition @algolia/composition
8-
specs/composition-full @algolia/composition
98
specs/abtesting-v3 @algolia/optimization
109
specs/analytics @algolia/optimization
1110

β€Žclients/algoliasearch-client-javascript/package.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packages/*"
88
],
99
"scripts": {
10-
"build": "lerna run build --skip-nx-cache --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/client-composition' --scope '@algolia/composition' --scope '@algolia/advanced-personalization' --include-dependencies ",
10+
"build": "lerna run build --skip-nx-cache --scope '@algolia/requester-testing' --scope '@algolia/logger-console' --scope 'algoliasearch' --scope '@algolia/composition' --scope '@algolia/advanced-personalization' --include-dependencies ",
1111
"clean": "lerna run clean",
1212
"release:publish": "tsc --project scripts/tsconfig.json && node scripts/dist/publish.js",
1313
"test": "lerna run test $*",
@@ -45,7 +45,7 @@
4545
"maxSize": "4.85KB"
4646
},
4747
{
48-
"path": "packages/client-composition/dist/builds/browser.umd.js",
48+
"path": "packages/composition/dist/builds/browser.umd.js",
4949
"maxSize": "4.75KB"
5050
},
5151
{

β€Žclients/algoliasearch-client-javascript/packages/client-composition/LICENSEβ€Ž

Lines changed: 0 additions & 21 deletions
This file was deleted.

β€Žclients/algoliasearch-client-javascript/packages/client-composition/README.mdβ€Ž

Lines changed: 0 additions & 77 deletions
This file was deleted.

β€Žclients/algoliasearch-client-javascript/packages/client-composition/builds/browser.tsβ€Ž

Lines changed: 0 additions & 54 deletions
This file was deleted.

β€Žclients/algoliasearch-client-javascript/packages/client-composition/builds/fetch.tsβ€Ž

Lines changed: 0 additions & 47 deletions
This file was deleted.

β€Žclients/algoliasearch-client-javascript/packages/client-composition/builds/node.tsβ€Ž

Lines changed: 0 additions & 48 deletions
This file was deleted.

β€Žclients/algoliasearch-client-javascript/packages/client-composition/builds/worker.tsβ€Ž

Lines changed: 0 additions & 47 deletions
This file was deleted.

β€Žclients/algoliasearch-client-javascript/packages/client-composition/index.d.tsβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)