Add CJS root version entrypoint for @typescript/native-preview (c080da6)
The package now exports . to a new CommonJS version.cjs stub, alongside matching .d.cts types. This makes the native-preview package easier to consume from CJS tooling and lets callers read version and versionMajorMinor from the package root without special handling.
Other misc changes
- Package export map updated to point
.at the new stub entrypoint.