This log was last generated on Fri, 20 Feb 2026 00:15:04 GMT and should not be manually modified.
Fri, 20 Feb 2026 00:15:04 GMT
- Add
"node"condition before"import"in the"exports"map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via"import". Fixes #5644.
Thu, 19 Feb 2026 00:04:53 GMT
- Normalize package layout. CommonJS is now under
lib-commonjs, DTS is now underlib-dts, and ESM is now underlib-esm. Imports tolibstill work as before, handled by the"exports"field inpackage.json.
Tue, 30 Sep 2025 23:57:45 GMT
- Fix multi-line looping problem matcher message parsing
Tue, 30 Sep 2025 20:33:51 GMT
- Add @rushstack/problem-matcher library to parse and use VS Code style problem matchers