Skip to content

Commit

Permalink
feat: update ubiquibot logger and fix start command
Browse files Browse the repository at this point in the history
  • Loading branch information
whilefoo committed Dec 31, 2023
1 parent 99408aa commit a703491
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a703491

Please sign in to comment.