update legacy apis
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user