Skip to content

Commit

Permalink
feat: enable pretty logs import with ubiquity-logger v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev committed Dec 8, 2023
1 parent 678dcb9 commit c4c5986
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"probot": "^12.2.4",
"smee-client": "^2.0.0",
"tsx": "^3.12.7",
"ubiquibot-logger": "^0.1.0",
"ubiquibot-logger": "^0.3.0",
"yaml": "^2.2.2",
"zlib": "^1.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion src/types/configuration-types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ObjectOptions, Static, StaticDecode, StringOptions, TProperties, Type as T } from "@sinclair/typebox";
import ms from "ms";
import { LogLevel } from "../adapters/supabase/helpers/pretty-logs";
import { LogLevel } from "ubiquibot-logger/pretty-logs";
import { userCommands } from "../handlers/comment/handlers/comment-handler-main";
import { validHTMLElements } from "../handlers/comment/handlers/issue/valid-html-elements";
import { ajv } from "../utils/ajv";
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.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/ubiquibot-logger/-/ubiquibot-logger-0.1.0.tgz#946f0480e32968bdc076a83a7e29fb967b35ee1f"
integrity sha512-N7PAd8yqRUiLeiRy/Rdco3wyGLaoMjBqbXlUT1Ryp8vJ434l4sJXgy99ql41WEhFyiOBPfbFp5DESI6Fefl6QQ==
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==
dependencies:
"@supabase/supabase-js" "^2.4.0"
dotenv "^16.3.1"
Expand Down

0 comments on commit c4c5986

Please sign in to comment.