diff --git a/package.json b/package.json index c75775019..14502c798 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "start:serverless": "tsx src/adapters/github/github-actions.ts", "start:watch": "nodemon --exec 'yarn start'", "utils:cspell": "cspell --config .cspell.json 'src/**/*.{js,ts,json,md,yml}'", - "start": "probot run ./dist/index.js", + "start": "probot run ./dist/main.js", "prepare": "husky install", "test": "jest" }, @@ -64,7 +64,7 @@ "probot": "^12.2.4", "smee-client": "^2.0.0", "tsx": "^3.12.7", - "ubiquibot-logger": "^0.3.0", + "ubiquibot-logger": "^0.3.5", "yaml": "^2.2.2", "zlib": "^1.0.5" }, diff --git a/yarn.lock b/yarn.lock index 20d593683..aeab960b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8300,10 +8300,10 @@ typescript@^4.9.5: resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz" integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== -ubiquibot-logger@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/ubiquibot-logger/-/ubiquibot-logger-0.3.0.tgz#ae296958daae3169bfde2866379216621c7c41f5" - integrity sha512-F3BExAEPfQrHK2GvR/T+9F+F5Q2dlv2dwiSkVdww4sqtj25oOpeL/uT8mUSI6xGWoh4Oo41KvoECTw1tELcn0Q== +ubiquibot-logger@^0.3.5: + version "0.3.5" + resolved "https://registry.yarnpkg.com/ubiquibot-logger/-/ubiquibot-logger-0.3.5.tgz#8ecad7f159a72a6e71b4ba136dc00a120cffaf1b" + integrity sha512-1zk/CRjUp2hZvJi+0mN6JOJhqyY66nio0TfNRAANhBHUbkMpYKV70plAHo9O9iCfdOjFGFtRhT9sHmcv1W7ElA== dependencies: "@supabase/supabase-js" "^2.4.0" dotenv "^16.3.1"