File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 "dependencies" : {
2121 "@codexteam/shortcuts" : " ^1.2.0" ,
2222 "@hawk.so/javascript" : " ^3.0.1" ,
23- "@hawk.so/nodejs" : " ^3.1.2 " ,
23+ "@hawk.so/nodejs" : " ^3.1.4 " ,
2424 "config" : " ^3.3.6" ,
2525 "cookie-parser" : " ^1.4.5" ,
2626 "csurf" : " ^1.11.0" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import routes from './routes/index.js';
88import HttpException from './exceptions/httpException.js' ;
99import * as dotenv from 'dotenv' ;
1010import config from 'config' ;
11- import { default as HawkCatcher } from '@hawk.so/nodejs' ;
11+ import HawkCatcher from '@hawk.so/nodejs' ;
1212import os from 'os' ;
1313import appConfig from 'config' ;
1414import { downloadFavicon , FaviconData } from './utils/downloadFavicon.js' ;
Original file line number Diff line number Diff line change 922922 " @hawk.so/types" " ^0.1.13"
923923 error-stack-parser "^2.0.6"
924924
925- " @hawk.so/nodejs@^3.1.2 " :
926- version "3.1.2 "
927- resolved "https://registry.yarnpkg.com/@hawk.so/nodejs/-/nodejs-3.1.2 .tgz#b06229f0c8a0d8676412329511f9f2b01e492211 "
925+ " @hawk.so/nodejs@^3.1.4 " :
926+ version "3.1.4 "
927+ resolved "https://registry.yarnpkg.com/@hawk.so/nodejs/-/nodejs-3.1.4 .tgz#62eb4ff1272559f0841a53d7931f6939b4c056fe "
928928 dependencies :
929929 " @hawk.so/types" " ^0.1.15"
930930 axios "^0.21.1"
You can’t perform that action at this time.
0 commit comments