Skip to content

Commit a703491

Browse files
committed
feat: update ubiquibot logger and fix start command
1 parent 99408aa commit a703491

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"start:serverless": "tsx src/adapters/github/github-actions.ts",
2626
"start:watch": "nodemon --exec 'yarn start'",
2727
"utils:cspell": "cspell --config .cspell.json 'src/**/*.{js,ts,json,md,yml}'",
28-
"start": "probot run ./dist/index.js",
28+
"start": "probot run ./dist/main.js",
2929
"prepare": "husky install",
3030
"test": "jest"
3131
},
@@ -64,7 +64,7 @@
6464
"probot": "^12.2.4",
6565
"smee-client": "^2.0.0",
6666
"tsx": "^3.12.7",
67-
"ubiquibot-logger": "^0.3.0",
67+
"ubiquibot-logger": "^0.3.5",
6868
"yaml": "^2.2.2",
6969
"zlib": "^1.0.5"
7070
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8300,10 +8300,10 @@ typescript@^4.9.5:
83008300
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
83018301
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
83028302

8303-
ubiquibot-logger@^0.3.0:
8304-
version "0.3.0"
8305-
resolved "https://registry.yarnpkg.com/ubiquibot-logger/-/ubiquibot-logger-0.3.0.tgz#ae296958daae3169bfde2866379216621c7c41f5"
8306-
integrity sha512-F3BExAEPfQrHK2GvR/T+9F+F5Q2dlv2dwiSkVdww4sqtj25oOpeL/uT8mUSI6xGWoh4Oo41KvoECTw1tELcn0Q==
8303+
ubiquibot-logger@^0.3.5:
8304+
version "0.3.5"
8305+
resolved "https://registry.yarnpkg.com/ubiquibot-logger/-/ubiquibot-logger-0.3.5.tgz#8ecad7f159a72a6e71b4ba136dc00a120cffaf1b"
8306+
integrity sha512-1zk/CRjUp2hZvJi+0mN6JOJhqyY66nio0TfNRAANhBHUbkMpYKV70plAHo9O9iCfdOjFGFtRhT9sHmcv1W7ElA==
83078307
dependencies:
83088308
"@supabase/supabase-js" "^2.4.0"
83098309
dotenv "^16.3.1"

0 commit comments

Comments
 (0)