Skip to content

Commit

Permalink
feat: use async local storage by default
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-bechara committed Aug 2, 2021
1 parent 4351a62 commit e4d353f
Show file tree
Hide file tree
Showing 3 changed files with 924 additions and 758 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
},
"devDependencies": {
"@bechara/eslint-config-bechara-ts": "1.2.0",
"@bechara/nestjs-core": "2.5.1",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@nestjs/testing": "8.0.1",
"@bechara/nestjs-core": "2.8.2",
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@nestjs/testing": "8.0.5",
"@types/jest": "26.0.24",
"@types/node": "16.3.0",
"eslint": "7.30.0",
"@types/node": "16.4.10",
"eslint": "7.32.0",
"husky": "7.0.1",
"jest": "27.0.6",
"lint-staged": "11.0.0",
"ts-jest": "27.0.3",
"lint-staged": "11.1.1",
"ts-jest": "27.0.4",
"ts-node-dev": "1.1.8",
"typescript": "4.3.5"
}
Expand Down
Loading

0 comments on commit e4d353f

Please sign in to comment.