From 6a5824cb0738f31eba7ac44dd8bacd9a609c4613 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Wed, 13 May 2026 23:49:51 +0000 Subject: [PATCH] feat(config): enable npm publishing in smart config --- .smartconfig.json | 2 +- changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.smartconfig.json b/.smartconfig.json index 19f5b3b..00de02d 100644 --- a/.smartconfig.json +++ b/.smartconfig.json @@ -24,7 +24,7 @@ "remote": "origin" }, "npm": { - "enabled": false, + "enabled": true, "registries": [ "https://verdaccio.lossless.digital", "https://registry.npmjs.org" diff --git a/changelog.md b/changelog.md index 05dbfbb..606e253 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,12 @@ ## Pending +### Features + +- enable npm publishing in smart config (config) + - Turns on the npm integration in .smartconfig.json + - Keeps the existing Verdaccio and npmjs registries configured for publishing + ## 2026-05-13 - 1.1.0 - Initial SDK package with browser and server exports.