2026-05-12 [20:04:42.0594] ljharb do you know why the publish ecma402-biblio job failed? https://github.com/tc39/ecma402/actions/runs/25702689852/job/75466069279 ``` npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access npm error code E404 npm error 404 Not Found - PUT https://registry.npmjs.org/@tc39%2fecma402-biblio - Not found npm error 404 npm error 404 The requested resource '@tc39/ecma402-biblio@2.1.1219' could not be found or you do not have permission to access it. ``` [20:33:50.0610] has it been 90 days since the last time the token was updated? [20:47:40.0408] that seems plausible [06:03:56.0957] https://github.com/tc39/ecma402/settings/secrets/actions shows `NPM_TOKEN_FOR_TC39_USER` last updated 5 months ago. What's the refresh process? [08:25:20.0180] bakkot would have to get you a new token, but he'll probably tell you to set up OIDC (which i think he'll also need to help with) 2026-05-13 [09:43:58.0720] I noticed one other edge case with Intl Sequence Units: should we support time units, like hour-and-minute? Currently I am recommending no, because time units are complicated and Intl.DurationFormat should be used instead. https://github.com/tc39/proposal-intl-sequence-units/issues/8