Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add digest

+44
+44
src/content/posts/2026-04-29-nightly.json
··· 1 + { 2 + "title": "Decimal Bug Squashed: Clarity Restored", 3 + "date": "2026-04-29T22:00:00.000Z", 4 + "type": "nightly", 5 + "topics": [ 6 + { 7 + "title": "Feature Additions to Command Palette", 8 + "summary": "A new feature has been added to the command palette, allowing users to access the package timeline page directly. This enhancement ensures that all functionalities are easily accessible, improving user experience and navigation within the application.", 9 + "relevanceScore": 9, 10 + "sources": [ 11 + { 12 + "platform": "github", 13 + "url": "https://github.com/npmx-dev/npmx.dev/pull/2636" 14 + } 15 + ] 16 + }, 17 + { 18 + "title": "Bug Fixes and Improvements", 19 + "summary": "Recent updates include the resolution of a bug where weekly downloads displayed decimal digits instead of rounded integers. The fix involves restoring the maximum fraction digits in the number formatter. Additionally, minor text improvements were identified and addressed to enhance clarity and accuracy.", 20 + "relevanceScore": 8, 21 + "sources": [ 22 + { 23 + "platform": "github", 24 + "url": "https://github.com/npmx-dev/npmx.dev/issues/2656" 25 + }, 26 + { 27 + "platform": "github", 28 + "url": "https://github.com/npmx-dev/npmx.dev/issues/2654" 29 + } 30 + ] 31 + }, 32 + { 33 + "title": "Text and Documentation Enhancements", 34 + "summary": "A recent pull request merged improvements to text descriptions based on suggestions from community members. This effort aims to ensure clarity and correctness in the documentation, reflecting a commitment to quality and user understanding.", 35 + "relevanceScore": 7, 36 + "sources": [ 37 + { 38 + "platform": "github", 39 + "url": "https://github.com/npmx-dev/npmx.dev/pull/2655" 40 + } 41 + ] 42 + } 43 + ] 44 + }