Skip to content

Commit 47a8901

Browse files
committed
chore: review
1 parent 7fe0bda commit 47a8901

File tree

3 files changed

+2303
-226
lines changed

3 files changed

+2303
-226
lines changed

clients/algoliasearch-client-javascript/packages/client-common/src/transporter/createTransporter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ export function createTransporter({
142142
responseTimeout: getTimeout(timeoutsCount, isRead ? timeout.read : timeout.write),
143143
};
144144

145-
console.log(payload);
146-
147145
/**
148146
* The stackFrame is pushed to the stackTrace so we
149147
* can have information about onRetry and onFailure

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"workspaces": [
77
"scripts/",
88
"playground/javascript/node/",
9+
"playground/javascript/browser/",
910
"docs/snippets/javascript/",
1011
"docs/guides/javascript/",
1112
"eslint"
@@ -31,16 +32,16 @@
3132
},
3233
"devDependencies": {
3334
"@openapitools/openapi-generator-cli": "2.15.3",
34-
"@redocly/cli": "1.25.13",
35+
"@redocly/cli": "1.25.15",
3536
"eslint": "8.57.1",
3637
"eslint-plugin-automation-custom": "1.0.0",
3738
"eslint-plugin-json": "4.0.1",
38-
"eslint-plugin-yml": "1.15.0",
39+
"eslint-plugin-yml": "1.16.0",
3940
"husky": "9.1.7",
4041
"lint-staged": "15.2.10",
4142
"oxlint": "0.11.1",
4243
"pinst": "3.0.0",
43-
"prettier": "3.3.3",
44+
"prettier": "3.4.1",
4445
"prettier-plugin-java": "2.6.5",
4546
"prettier-plugin-organize-imports": "4.1.0",
4647
"renovate-config-algolia": "2.2.0",

0 commit comments

Comments
 (0)