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

View file

@ -2,8 +2,7 @@
// @ts-check
const assert = require("assert").strict
/** @type {any} */ // @ts-ignore bad types from semaphore
const Semaphore = require("@chriscdn/promise-semaphore")
const {Semaphore} = require("@chriscdn/promise-semaphore")
const sqlite = require("better-sqlite3")
const HeatSync = require("heatsync")