update legacy apis

This commit is contained in:
2025-09-01 21:21:45 -04:00
parent bbed095926
commit d0f3af72f6
12 changed files with 160 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@techniker-me/pcast-api",
"version": "2025.1.4",
"version": "2025.1.5",
"type": "module",
"scripts": {
"ci-build": "bun run build",
@@ -9,7 +9,7 @@
"test:coverage": "bun test --coverage",
"preformat": "bun install",
"format": "prettier --write ./",
"prelint": "bun format",
"prelint:fix": "bun format",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"build:node": "bun build src/index.ts --outdir dist/node --target node --format esm --production",