Update dependencies

This commit is contained in:
Cadence Ember
2025-08-13 20:30:19 +12:00
parent 106aea4031
commit 160efc5592
8 changed files with 370 additions and 262 deletions
+1 -2
View File
@@ -35,8 +35,7 @@ const setPresence = sync.require("./actions/set-presence")
/** @type {import("../m2d/event-dispatcher")} */
const matrixEventDispatcher = sync.require("../m2d/event-dispatcher")
/** @type {any} */ // @ts-ignore bad types from semaphore
const Semaphore = require("@chriscdn/promise-semaphore")
const {Semaphore} = require("@chriscdn/promise-semaphore")
const checkMissedPinsSema = new Semaphore()
// Grab Discord events we care about for the bridge, check them, and pass them on