dna_scripts 0.2.1
dna_scripts: ^0.2.1 copied to clipboard
DNA layer: deterministic node scripts and their shared functions
Changelog #
0.2.1 - 2026-09-07 #
0.2.0 - 2026-08-19 #
Fixed #
getRepoUrlsno longer hardcodes an unrelated organization. It takes the organization or user as a required argument instead of silently listingrljson's repos regardless of the caller.- The auth-failure check in
getRepoUrlsno longer throws aTypeErroron any error other than "not logged in" —String.match(...).lengthcrashes when the pattern does not match; replaced with.includes(...).
0.1.0 - 2026-08-19 #
- First release. The node scripts a repo automates its workflow with, and the functions they share.