From 40abf82f5351038c8d39c580dbf9ef458663213c Mon Sep 17 00:00:00 2001 From: Alexander Zinn Date: Sun, 7 Dec 2025 04:46:52 -0500 Subject: [PATCH] Update version to 2025.1.9 and change publish registry URL to npm.techniker.me --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bf9fc96..8a4cfb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@techniker-me/pcast-api", - "version": "2025.1.8", + "version": "2025.1.9", "type": "module", "scripts": { "ci-build": "bun run build", @@ -64,7 +64,7 @@ } }, "publishConfig": { - "registry": "https://registry-node.techniker.me" + "registry": "https://npm.techniker.me" }, "files": [ "dist/"