feat(config): enable npm publishing in smart config

This commit is contained in:
2026-05-13 23:49:51 +00:00
parent 5e3e0aa51d
commit 6a5824cb07
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
"remote": "origin" "remote": "origin"
}, },
"npm": { "npm": {
"enabled": false, "enabled": true,
"registries": [ "registries": [
"https://verdaccio.lossless.digital", "https://verdaccio.lossless.digital",
"https://registry.npmjs.org" "https://registry.npmjs.org"
+6
View File
@@ -3,6 +3,12 @@
## Pending ## 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 ## 2026-05-13 - 1.1.0
- Initial SDK package with browser and server exports. - Initial SDK package with browser and server exports.