diff --git a/bun.lockb b/bun.lockb index 1a742f0..3af90c5 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 33e8513..55745ae 100644 --- a/package.json +++ b/package.json @@ -44,23 +44,23 @@ "scripts": { "start": "bun --hot ./server.ts", "build": "tsup", - "docs": "bunx typedoc", + "docs": "typedoc", "test": "bun test", "watch": "bun test --watch", "publish:npm": "np", - "pretty-print": "bunx prettier --write *.{mjs,ts,json} src/*.*" + "pretty-print": "prettier --write '*.{html,json,ts}' 'src/*.*'" }, "devDependencies": { - "@types/node": "^20.11.28", - "@types/web": "^0.0.142", - "bun-types": "^1.0.31", - "np": "^10.0.1", + "@types/node": "^20.14.2", + "@types/web": "^0.0.148", + "bun-types": "^1.1.12", + "np": "^10.0.5", "open": "^10.1.0", - "prettier": "3.2.5", + "prettier": "3.3.2", "prettier-plugin-organize-imports": "3.2.4", - "tsup": "^8.0.2", - "typedoc": "^0.25.12", - "typescript": "^5.4.2" + "tsup": "^8.1.0", + "typedoc": "^0.25.13", + "typescript": "^5.4.5" }, "engines": { "node": ">=16" diff --git a/umd.html b/umd.html index 6ce7608..2357e52 100644 --- a/umd.html +++ b/umd.html @@ -1,4 +1,4 @@ - +