Skip to content

Commit

Permalink
chore: review
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Dec 5, 2024
1 parent 7fe0bda commit aa8514b
Show file tree
Hide file tree
Showing 3 changed files with 2,187 additions and 92 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ export function createTransporter({
responseTimeout: getTimeout(timeoutsCount, isRead ? timeout.read : timeout.write),
};

console.log(payload);

/**
* The stackFrame is pushed to the stackTrace so we
* can have information about onRetry and onFailure
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"workspaces": [
"scripts/",
"playground/javascript/node/",
"playground/javascript/browser/",
"docs/snippets/javascript/",
"docs/guides/javascript/",
"eslint"
Expand All @@ -31,16 +32,16 @@
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.15.3",
"@redocly/cli": "1.25.13",
"@redocly/cli": "1.25.15",
"eslint": "8.57.1",
"eslint-plugin-automation-custom": "1.0.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-yml": "1.15.0",
"eslint-plugin-yml": "1.16.0",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"oxlint": "0.11.1",
"pinst": "3.0.0",
"prettier": "3.3.3",
"prettier": "3.4.1",
"prettier-plugin-java": "2.6.5",
"prettier-plugin-organize-imports": "4.1.0",
"renovate-config-algolia": "2.2.0",
Expand Down
Loading

0 comments on commit aa8514b

Please sign in to comment.