Skip to content

Commit

Permalink
fix(ts): correct dummy v4 client (#4459)
Browse files Browse the repository at this point in the history
* fix(ts): correct dummy v4 client

aka algolia/algoliasearch-helper-js#789

* Apply suggestions from code review

* update packages

* correct algoliasearch
  • Loading branch information
Haroenv authored Jul 30, 2020
1 parent ab414df commit ca0c394
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
name: Update dependencies
command: |
yarn remove @algolia/client-search
yarn add @types/[email protected].8 [email protected]
yarn add @types/[email protected].10 [email protected]
- run:
name: Type Checking
command: yarn run type-check
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
],
"dependencies": {
"@types/googlemaps": "^3.39.6",
"algoliasearch-helper": "^3.2.1",
"algoliasearch-helper": "^3.2.2",
"classnames": "^2.2.5",
"events": "^1.1.0",
"hogan.js": "^3.0.2",
Expand All @@ -62,7 +62,7 @@
"qs": "^6.5.1"
},
"devDependencies": {
"@algolia/client-search": "4.0.0-beta.15",
"@algolia/client-search": "4.3.1",
"@babel/cli": "7.8.3",
"@babel/core": "7.8.3",
"@babel/plugin-proposal-class-properties": "7.8.3",
Expand Down Expand Up @@ -92,7 +92,7 @@
"@wdio/selenium-standalone-service": "5.16.5",
"@wdio/spec-reporter": "5.16.5",
"@wdio/static-server-service": "5.16.5",
"algoliasearch": "4.1.0",
"algoliasearch": "4.3.1",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
Expand Down
2 changes: 1 addition & 1 deletion src/types/algoliasearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
} from '@algolia/client-search';

type DummySearchClientV4 = {
readonly addAlgoliaAgent: (segment: string, version?: string) => void;
readonly transporter: any;
};

type DefaultSearchClient = ReturnType<
Expand Down
243 changes: 102 additions & 141 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,148 +2,109 @@
# yarn lockfile v1


"@algolia/cache-browser-local-storage@4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.1.0.tgz#c4f1bfc57ea562248072b35831e3c4b646cc3921"
integrity sha512-r8BOgqZXVt+JPgP19PQNzZ+lYP+MP6eZKNQqfRYofFEx+K9oyfdtGCqmoWJsBUi3nNOzhbOcg2jfP2GJzJBZ5g==
"@algolia/cache-browser-local-storage@4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.3.1.tgz#2adbb3de8adebf2c938fb8dc94359a89366017b9"
integrity sha512-pNelJomUeeQS5ZagEeUti8HltrfJbqXHnZXB1fez4Ycdm7GsEQm0r6fRCfx+1/6hqQJNo5zQUSA4ZgWi8VMs4Q==
dependencies:
"@algolia/cache-common" "4.1.0"

"@algolia/[email protected]":
version "4.0.0-beta.15"
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.0.0-beta.15.tgz#8e4f2779526a1be0267e5e61ff9318ed6d4a2e2b"
integrity sha512-fZV3AqVepm+efjR9ld4xN3rZ1UadZho9yVkK6hQ820nFNF7IELVvbQ1VXg1akJqvCyRqXGvbc14fMmdPVeEDGA==

"@algolia/[email protected]":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.1.0.tgz#ab895f8049ff7064ca1bfea504a56f97fd5d4683"
integrity sha512-ZvvK40bs1BWLErchleZL4ctHT2uH56uLMnpZPCuIk+H2PKddeiIQc/z2JDu2BHr68u513XIAAoQ+C+LgKNugmw==
"@algolia/cache-common" "4.3.1"

"@algolia/[email protected]":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.1.0.tgz#cb9b575df1ebe3befd198a50a444a7d181e50853"
integrity sha512-2382OXYFDeoPLA5vP9KP58ad15ows24ML5/io/T1N0xsZ0eVXDkT52qgaJw/esUfEkWScZ2R8kpesUa+qEP+kw==
dependencies:
"@algolia/cache-common" "4.1.0"
"@algolia/[email protected]":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.3.1.tgz#2470fd0a358ae5a66119851d77cdf12969b53591"
integrity sha512-BgZVQKfQ3rYSKHDbEuYeIHgQ7cIqbDVUe8gPib/YI6hB2FWdt3hQyDqKslulBt65MxZ5CLSrWg8mq/qL077Bog==

"@algolia/client-account@4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.1.0.tgz#a31d26c22e6a56554ea4aa8552d153b1a1aa4363"
integrity sha512-GFINlsxAHM/GEeDBjoTx8+J1ra9SINQCuXi2C9QSLFClPKug2lzApm8niJJGXckhyZ2aDLb7drJ1qJ8bTspApw==
"@algolia/cache-in-memory@4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.3.1.tgz#905a27ab5f1303b1e0fea719bc808784e9415169"
integrity sha512-bd2Aqn8efGJpR8snjUvBJIONyQ2uqYQSbFH9rTrLPmJPMYdoTKTcVLrtpOhOlmvTTfguhqlv+zIjYdJcraeBvg==
dependencies:
"@algolia/client-common" "4.1.0"
"@algolia/client-search" "4.1.0"
"@algolia/transporter" "4.1.0"
"@algolia/cache-common" "4.3.1"

"@algolia/client-analytics@4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.1.0.tgz#eb05ccb636351b2d6494b2affb6034b791236998"
integrity sha512-JMyZ9vXGbTJWiO66fWEu9uJ7GSYfouUyaq8W/6esADPtBbelf+Nc0NRlicOwHHJGwiJvWdvELafxrhkR1+KR8A==
"@algolia/client-account@4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.3.1.tgz#e84f93e2c3375a9defc690e4c24b2e2d9a28824f"
integrity sha512-062Cxw61llvkeHS2bWghufNI0munw5fKGZBhUfDdnC7lsJpzYJwQdkdchzLqqIOXZa8k9vdLlnlKHk8f53E5fQ==
dependencies:
"@algolia/client-common" "4.1.0"
"@algolia/client-search" "4.1.0"
"@algolia/requester-common" "4.1.0"
"@algolia/transporter" "4.1.0"

"@algolia/[email protected]":
version "4.0.0-beta.15"
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.0.0-beta.15.tgz#6e7b4a0d01bdb3068731049daf2f22bed9358fa5"
integrity sha512-ogEit6mkagfXaenCops2yIzBEvvHga3Ae2QS+dbTx5rKuBZYZdqOkzSr+Fle9EXx7DCKBCv4lD0+Od39iREdkg==
"@algolia/client-common" "4.3.1"
"@algolia/client-search" "4.3.1"
"@algolia/transporter" "4.3.1"

"@algolia/client-common@4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.1.0.tgz#cd3a71cef1e0d87476252cbee20b0da938f6221c"
integrity sha512-fjSMKeG54vAyQAhf+uz039/birTiLun8nDuCNx4CUbzGl97M0g96Q8jpsiZa0cjSNgh0VakMzn2GnHbS55W9/Q==
"@algolia/client-analytics@4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.3.1.tgz#391227f0e2cc1a7fefedbab06f4b2b78f59579a5"
integrity sha512-+/gn1z3oAh2CE0xox7/Df9SseHcOuqgm4ngSXGh1cWpldsF+gioA9HWSh/4RSydViASKu3YIk5O61zFzVTKbOA==
dependencies:
"@algolia/requester-common" "4.1.0"
"@algolia/transporter" "4.1.0"
"@algolia/client-common" "4.3.1"
"@algolia/client-search" "4.3.1"
"@algolia/requester-common" "4.3.1"
"@algolia/transporter" "4.3.1"

"@algolia/client-recommendation@4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@algolia/client-recommendation/-/client-recommendation-4.1.0.tgz#a0a26de4a6dd902d7ca55cf381cce3a7280d5b49"
integrity sha512-UEN/QgQwVtVH++yAs2uTuyZZQQ1p5Xs/7/FKT4Kh9/8NAyqDD49zuyq/giw8PRNhWc3C/9jiO7X4RKE8QrVWGw==
"@algolia/client-common@4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.3.1.tgz#053580c0c2ed982eb2f65c7d728238f3da67db4e"
integrity sha512-1dcADKy3F/gMN+s+p5yvYdF6A4L5YEY0ll4JjSHGKXvZyWLDxKjyu/ToeUuHlrutWQu9w8UT2X7urES8BZU5WQ==
dependencies:
"@algolia/client-common" "4.1.0"
"@algolia/requester-common" "4.1.0"
"@algolia/transporter" "4.1.0"
"@algolia/requester-common" "4.3.1"
"@algolia/transporter" "4.3.1"

"@algolia/client-search@4.0.0-beta.15":
version "4.0.0-beta.15"
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.0.0-beta.15.tgz#3911811e9ab57871c74f88eea17011042351e3cb"
integrity sha512-3U2rUoChGN0DAP7EptiAuS2yHS4Y8Gkiy6Xwsy4WwUOmJP6Csf/RDU/Q6YNU519+kyGSFI3okq+3GnGvb4Bm5g==
"@algolia/client-recommendation@4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@algolia/client-recommendation/-/client-recommendation-4.3.1.tgz#e693b16cdf6ec7fa532f9ab39143c8dabed5cc76"
integrity sha512-4WZ9Pa2waOkpqv5acom4f8XBBlrnafeEwcSK4R0msubHJpUdkvD/+rxT5Ya1/0FAGvBPhOvtOJqsauaJYKM2Dw==
dependencies:
"@algolia/client-common" "4.0.0-beta.15"
"@algolia/logger-common" "4.0.0-beta.15"
"@algolia/requester-common" "4.0.0-beta.15"
"@algolia/transporter" "4.0.0-beta.15"
"@algolia/client-common" "4.3.1"
"@algolia/requester-common" "4.3.1"
"@algolia/transporter" "4.3.1"

"@algolia/client-search@4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.1.0.tgz#07cc422af997e409968d3b74142e984aa71ae38c"
integrity sha512-bpCYMEXUdyiopEBSHHwnrRhNEwOLstIeb0Djz+/pVuTXEr3Xg3JUoAZ8xFsCVldcXaZQpbi1/T0y3ky6xUVzfw==
"@algolia/client-search@4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.3.1.tgz#e0a3d9b757855901a185d3d918b27af28d520a5b"
integrity sha512-BGI8+8Gi3OELHtyXHflGz0Ms0DQLUQFu2Hs4us3L9gidyYhuvjl76x8EOOQRkXhQcWzEeqx+L2c2InTKtNfQfg==
dependencies:
"@algolia/client-common" "4.1.0"
"@algolia/requester-common" "4.1.0"
"@algolia/transporter" "4.1.0"
"@algolia/client-common" "4.3.1"
"@algolia/requester-common" "4.3.1"
"@algolia/transporter" "4.3.1"

"@algolia/[email protected]":
version "4.0.0-beta.15"
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.0.0-beta.15.tgz#ef1847a2eb2378a0bb4ff7a21e753f1e2bbdafe5"
integrity sha512-R3kVtzHFeolY+ezo2veIVSZ9aiGIgn3dcXCEjgzqiv5+CtbBgVDpqfiWzJSklX0puhkE5Oi/sdmfus8EWDIP4Q==

"@algolia/[email protected]":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.1.0.tgz#05608dee38dfa35bfe37874683760140d471bfdc"
integrity sha512-QrE4Srf1LB7ekLzl68bFqlTrv7Wk7+GpsaGfB4xFZ9Pfv89My9p7qTVqdLlA44hEFY3fZ9csJp1/PFVucgNB4w==
"@algolia/[email protected]":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.3.1.tgz#31d2ff5f81a3e2424cfb4b205e64cfd7b1acfba5"
integrity sha512-HOY89EkxFFR0LjeqE+fqaF3EeQUAYFdVdrAXsnrWhm/OsAlXiy+vsoHL4EaJLXvTQlJRBbgNyyQv8ZPAN9JLCw==

"@algolia/logger-console@4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.1.0.tgz#099ee86716aea4c976345417397ddfa1338a5acc"
integrity sha512-sKELkiKIrj/tPRAdhOPNI0UxhK2uiIUXnGs/3ztAif6QX7vyE3lY19sj5pIVJctRvl8LW2UlzpBFGlcCDkho9Q==
"@algolia/logger-console@4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.3.1.tgz#f61f2e0ed67ae92556d7e1b1cb4f08e270b2734b"
integrity sha512-aIJ2N++eTVLkwGFxb1AY60hxYIrNf3FgaEMkokPOAV7sPoWThITSQPj/2vruRLJsYZS2EnD8jxiETrCwSet7mw==
dependencies:
"@algolia/logger-common" "4.1.0"
"@algolia/logger-common" "4.3.1"

"@algolia/requester-browser-xhr@4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.1.0.tgz#a7ab63f184f3d0aa8e85ac73ce39c528271c6d9b"
integrity sha512-bLMfIAkOLs1/vGA09yxU0N5+bE0fSSvEH2ySqVssfWLMP+KRAvby2Goxm8BgI9xLkOvLbhazfQ4Ov2448VvA1g==
"@algolia/requester-browser-xhr@4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.3.1.tgz#c664be05dbdddbd63cb66c4e32b598b563ab83d1"
integrity sha512-aSkBWqt9IjZYzmJpP14ISO9tizjyumwAmGxnx2t/QuE3LUh/sJG2FL3Vvq44wjNk9yTPC/c1yiQA85IqeqGZ7g==
dependencies:
"@algolia/requester-common" "4.1.0"

"@algolia/[email protected]":
version "4.0.0-beta.15"
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.0.0-beta.15.tgz#74e1c6eeca99930fc9c0b3fe8b2428b0b53699c1"
integrity sha512-fPyyQYEiAwzWxXlehRzL8xJ0FbKDIkWnnawP/dvjRYm4mIInFq6UwYw4nosUT39pcSXdMdO9BV3IOK7DiM94AA==

"@algolia/[email protected]":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.1.0.tgz#91907e9963e455b11862d1cca02fc1d1d961dbce"
integrity sha512-Cy0ciOv5uIm6wF+uLc9DHhxgPJtYQuy1f//hwJcW5mlPX/prPgxWwLXzWyyA+Ca7uU3q+0Y3cIFvEWM5pDxMEg==
"@algolia/requester-common" "4.3.1"

"@algolia/[email protected]":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.1.0.tgz#db0a224538691f6fab18ced27c548cf3b4017689"
integrity sha512-tXp6Pjx9dFgM5ccW6YfEN6v2Zqq8uGwhS1pyq03/aRYRBK60LptjG5jo++vrOytrQDOnIjcZtQzBQch2GjCVmw==
dependencies:
"@algolia/requester-common" "4.1.0"
"@algolia/[email protected]":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.3.1.tgz#215084aa1ea025b1f2f73eb03b437de89c7c6c39"
integrity sha512-2lu0gOB2Rt4mn9gKDxjB8rY2IvU4usDA8bZVGl5tf/E81kRovtDZcgZjuKQ5zMyJ/xuIYXjx+ECXAxjUnNhieA==

"@algolia/transporter@4.0.0-beta.15":
version "4.0.0-beta.15"
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.0.0-beta.15.tgz#181a493a5146c68bb2d899413db6d9db0cbfa0d2"
integrity sha512-7KFfJ9VLERvUFhHfNEOlyg1crE7+rGQmv+BD4E3jAzgG8I/48JcbNMF8KFS+Jruc/xv+fDWLklhQb5gJJ7Hhxw==
"@algolia/requester-node-http@4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.3.1.tgz#8ffaeef57c1410e32d59565fbd2db6705bffaa92"
integrity sha512-CnVQ5fHJVsvOZjOIagAIWW315NwGF/spBT5o8/+9ZFTuKQTeLk8/jdj7OXKZ2+vbWkqDM1sKMFXH2jyHOlZjtQ==
dependencies:
"@algolia/cache-common" "4.0.0-beta.15"
"@algolia/logger-common" "4.0.0-beta.15"
"@algolia/requester-common" "4.0.0-beta.15"
"@algolia/requester-common" "4.3.1"

"@algolia/transporter@4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.1.0.tgz#18cb8837ca4079a23572a3b7dbefece71fb6fff3"
integrity sha512-Z7PjHazSC+KFLDuCFOjvRNgLfh7XOE4tXi0a9O3gBRup4Sk3VQCfTw4ygCF3rRx6uYbq192efLu0nL1E9azxLA==
"@algolia/transporter@4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.3.1.tgz#8320b29cabf54a1486435bea51d1c562952337ce"
integrity sha512-fbA/XHjdVoO+sp+rPVe/+oK/mCac0S6VugMycg7Etujb4+6nv3STIZxtPiC+Xppbouh5tEEOE81F1aALHXBkBQ==
dependencies:
"@algolia/cache-common" "4.1.0"
"@algolia/logger-common" "4.1.0"
"@algolia/requester-common" "4.1.0"
"@algolia/cache-common" "4.3.1"
"@algolia/logger-common" "4.3.1"
"@algolia/requester-common" "4.3.1"

"@babel/[email protected]":
version "7.8.3"
Expand Down Expand Up @@ -3604,32 +3565,32 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

algoliasearch-helper@^3.2.1:
version "3.2.1"
resolved "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.2.1.tgz#8082b4bd9d0966318926b9bafd63d46e6460e02e"
integrity sha512-qf/1HVsx24JQUxMz5djeBPDc4Zmnf23VrC2FT8PrZEclcBmZqD9ZGv7mhOVUr8pTo1hWU6knl7KM+WnorzIxag==
algoliasearch-helper@^3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.2.2.tgz#12451c8e368935348453c8879785b20e1788c33c"
integrity sha512-/3XvE33R+gQKaiPdy3nmHYqhF8hqIu8xnlOicVxb1fD6uMFmxW8rGLzzrRfsPfxgAfm+c1NslLb3TzQVIB8aVA==
dependencies:
events "^1.1.1"

algoliasearch@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.1.0.tgz#d422ac0d115497021a6c96f4b9747dbaa63f164a"
integrity sha512-0lzjvqQZkJYPuv7LyQauMIMCFFzJWfUf3m9KuHjmFubwbnTDa87KCMXKouMJ0kWXXt6nTLNt0+2YRREOWx2PHw==
dependencies:
"@algolia/cache-browser-local-storage" "4.1.0"
"@algolia/cache-common" "4.1.0"
"@algolia/cache-in-memory" "4.1.0"
"@algolia/client-account" "4.1.0"
"@algolia/client-analytics" "4.1.0"
"@algolia/client-common" "4.1.0"
"@algolia/client-recommendation" "4.1.0"
"@algolia/client-search" "4.1.0"
"@algolia/logger-common" "4.1.0"
"@algolia/logger-console" "4.1.0"
"@algolia/requester-browser-xhr" "4.1.0"
"@algolia/requester-common" "4.1.0"
"@algolia/requester-node-http" "4.1.0"
"@algolia/transporter" "4.1.0"
algoliasearch@4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.3.1.tgz#dea6ad87705e0439855cf3e5a4406b74e794b874"
integrity sha512-q8aIYgdZZWOMzmvlIwxcbktVa8+M5cyI8hIrgd/NcSz/XKHfVTKdNYbnsmPqmYrssAmepx8C8vHnJrPuumUnYA==
dependencies:
"@algolia/cache-browser-local-storage" "4.3.1"
"@algolia/cache-common" "4.3.1"
"@algolia/cache-in-memory" "4.3.1"
"@algolia/client-account" "4.3.1"
"@algolia/client-analytics" "4.3.1"
"@algolia/client-common" "4.3.1"
"@algolia/client-recommendation" "4.3.1"
"@algolia/client-search" "4.3.1"
"@algolia/logger-common" "4.3.1"
"@algolia/logger-console" "4.3.1"
"@algolia/requester-browser-xhr" "4.3.1"
"@algolia/requester-common" "4.3.1"
"@algolia/requester-node-http" "4.3.1"
"@algolia/transporter" "4.3.1"

algoliasearch@^3.35.1:
version "3.35.1"
Expand Down

0 comments on commit ca0c394

Please sign in to comment.