feat(config): enable npm publishing in smart config
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@
|
||||
"remote": "origin"
|
||||
},
|
||||
"npm": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"registries": [
|
||||
"https://verdaccio.lossless.digital",
|
||||
"https://registry.npmjs.org"
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user