Skip to content

Commit

Permalink
fix(authentication-service): downgrade node-fetch
Browse files Browse the repository at this point in the history
So something I found out while debugging why ESM only modules are not working with Nodejs upgrade. Seems like TS reversed its support from 4.5.2 after pushing it into 4.5.0. Now it may be available in 4.6. Until then, we cant upgrade to esm only versions of these packages. Refer this -> microsoft/TypeScript#46452

gh-0
  • Loading branch information
Samarpan Bhattacharya authored and Samarpan Bhattacharya committed Jan 12, 2022
1 parent d8cbf3e commit bd20548
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 159 deletions.
20 changes: 19 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,25 @@
],
"command": {
"bootstrap": {
"concurrency": 4
"concurrency": 4,
"ignore": [
"@sourceloop/audit-ms-example",
"@sourceloop/auth-ms-basic-example",
"@sourceloop/auth-multitenant-example",
"@sourceloop/in-mail-example",
"@sourceloop/schedular-example",
"@sourceloop/notification-socket-example",
"@sourceloop/video-conferencing-ms-example",
"@sourceloop/workflow-ms-example",
"@sourceloop/pubnub-example",
"@sourceloop/chat-notif-example_facade",
"@sourceloop/chat-notif-example_ui",
"@sourceloop/chat-notif-example_chat-service",
"@sourceloop/chat-notif-example_notif-service",
"@sourceloop/search-ms-example",
"@sourceloop/search-client-example",
"@sourceloop/feature-toggle-example"
]
},
"version": {
"conventionalCommits": true,
Expand Down
206 changes: 56 additions & 150 deletions services/authentication-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bd20548

Please sign in to comment.