fix(config(npmextra)): normalize npmextra.json keys to namespaced entries and add release registries

This commit is contained in:
2026-03-09 16:19:53 +00:00
parent 79d02bf806
commit c3014eb72d
3 changed files with 20 additions and 7 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartbrowser',
version: '2.0.9',
version: '2.0.10',
description: 'A simplified Puppeteer wrapper for easy automation and testing tasks.'
}