Update version to 2025.1.9 and change publish registry URL to npm.techniker.me

This commit is contained in:
2025-12-07 04:46:52 -05:00
parent a88fa40ba2
commit 40abf82f53

View File

@@ -1,6 +1,6 @@
{ {
"name": "@techniker-me/pcast-api", "name": "@techniker-me/pcast-api",
"version": "2025.1.8", "version": "2025.1.9",
"type": "module", "type": "module",
"scripts": { "scripts": {
"ci-build": "bun run build", "ci-build": "bun run build",
@@ -64,7 +64,7 @@
} }
}, },
"publishConfig": { "publishConfig": {
"registry": "https://registry-node.techniker.me" "registry": "https://npm.techniker.me"
}, },
"files": [ "files": [
"dist/" "dist/"